Welcome to the Invelos forums. Please read the forum rules before posting.

Read access to our public forums is open to everyone. To post messages, a free registration is required.

If you have an Invelos account, sign in to post.

Invelos Forums->Posts by GSyren Page: 1... 4 5 6 7 8  Previous   Next
Message Details
It looks like drag-and-drop works in the Edit Tags window. So if you create Continent tags you might be able to drag the Country tags there and thus make them child tags. You might want to create a small test database to try this out on, to see if it works the way you want it to.

I see that Marty beat me to this.
Posted:
Topic Replies: 3, Topic Views: 2468
DvdpScheduler 2.6.7

The timing of the backup didn't work as intended, instead it reported that the backup took less than a second. Wishful thinking.

Not a big problem unless you had configured another task to run after the backup, in which case DvdpScheduler would not wait for the backup to finish before trying to run that task.
Posted:
Topic Replies: 28, Topic Views: 27874
Could be a firewall issue. Make sure port 32847 (or whatever) is allowed.

And as for support, yes it seems that community support is all we have.
Posted:
Topic Replies: 6, Topic Views: 3931
Quoting mediadogg:
Quote:
To make sure I understand, when used with DoubleDips, the benefit to the user is that they are not required to manage an XML export?

No, I only use HTTPJolie here for selecting profiles in DVD Profiler when the user double-clicks a row. I contemplated reading the data directly via HTTPJolie, but decided that it would be too slow. So, limited use here, but I find HTTPJolie immensely useful in other applications. It opens up so many possibilities.
Posted:
Topic Replies: 9, Topic Views: 10679
If you're wondering about the statistics, the reason that DoubleDip profiles is more than DoubleDipped titles is that some titles have been "dipped" more than once (like "20 Million Miles to Earth" in the illustration). 653 double dips? Yikes!    Maybe I should spend more time culling my collection, and less time developing software than no one but me seems to be interested in ... 

PS the printing subsystem is supposed to be able to print in color. It doesn't. At least not for me. I blame Syncfusion. Not that I consider it a great loss in this case. And I guess I can't complain too much since I don't have to pay Syncfusion for using their datagrid.
Posted:
Topic Replies: 9, Topic Views: 10679
DoubleDips 2.0

Version 1 had a nasty bug, and lacked some features that I thought it needed, so I rewrote it from scratch. It doesn't look much different at first glance, but it is faster and better, and it has printing facility.

If you're looking to get rid of some DVDs that you have upgraded to Blu-ray (or Blu-ray to 4K, or whatever), then this will help.

Posted:
Topic Replies: 9, Topic Views: 10679
Quoting Magmadrag:
Quote:
We all know that stuff we would like to own in our collection and never can understand why they are not released. Imo the problem since the streaming era began is that they simply produce too much fort TV and all the streamers. And mostly they got no idea if any collectors would buy. Sometimes they try, but if the first few seasons are sold too less, they quit releasing.

Yes, this is quite frustrating. One of my favorite shows back in the day was Fame. It was wildly popular, yet only two of six seasons were ever released on DVD, and it's not streaming anywhere (afaik). 
Posted:
Topic Replies: 11, Topic Views: 6734
It sounds to me like a "glass half full or glass half empty" situation. Sure, it would be nice if people did a complete audit of their discs before contributing, but I still think that something is better than nothing. As long as people don't knowingly submit incorrect data, I'm fine. Not everyone is interested in spending hours creating profiles. I wouldn't call it lazy.

As regards original title for TV shows, the rules don't really specify what it should be. While I personally agree with you that it should be just the name of the show, there have been many discussions about it, and it seems that there are reasons (valid or not) to include season info. However, the rules do say "In cases where the title is the original title, leave the Original Title field blank", so those who don't accept just the name of the show should probably leave the original title field empty.
Posted:
Topic Replies: 5, Topic Views: 4439
Quoting mediadogg:
Quote:
Interesting. I will take a look at WebView2. If it solves the issues I had building CLTBoss,  I will jump on it, because that would make the tool run at least 10 times faster.

That would be awesome! Fingers crossed!
Posted:
Topic Replies: 66, Topic Views: 23515
Guess what! I found more things to do to BirthYearCheck! 

First of all, I replaced CEFSharp with WebView2. Among other things this means a much smaller download, and BirthYearCheck can now be run on both 32 bit and 64 bit machines. Anyone still running 32 bit Windows?

I also implemented AutoItX fully, so now the program will find DVD Profiler without having to know Profiler's main window title. And I styled the program a bit, but it's much less obvious here than in ProfilerMissing. Just trying to put a little bit of personal touch on my programs.

The search function in WebView2 is a bit different than in CefSharp, so please read the help file.

There are a couple of minor fixes as well.

BirthYearCheck 4.8
Refresh your browser if you still see the old version.

PS. If you already have BirthYearCheck installed, you might consider cleaning out that folder before copying in the new version, so you get rid of all the no longer needed CefSharp gunk.
Posted:
Topic Replies: 66, Topic Views: 23515
Quoting nanoron:
Quote:
Just updated to iPadOS 17.01 and iOS 17.01. DVD Profiler still seems to be working OK except for the black text on a black background in the search box of the Showcase tab on my iPad. Annoying, but not a major problem. I think we are good for another year.
If anyone notices anything else please report it here.

Thanks nanoron! Good to know. I haven't updated my iPad yet, but I will now!
Posted:
Topic Replies: 18, Topic Views: 6959
PprofilerMissing 2.3

I found a better way to identify DVD Profiler's main window than using the window title, so now this program works with any translated DVD Profiler without specifying the window title. A very minor improvement for most of you.

I also took the time to style the program:


And I added some very small fixes to the interface. So not any really important changes.
Posted:
Topic Replies: 22, Topic Views: 17717
Oops!   

I screwed up. Twice!

1) The code that was supposed to test if HTTPJolie was available (and deselect it automatically if it was not) seems to have gone AWOL. This could cause ProfilerMissing to crash if you tried double-clicking a row. My sincerest apologies to anyone who had this problem.

2) I trusted a solution that I found on the Internet that showed how to ensure that a web page was always refreshed when opened. It seemed to work when I tested it, but I later discovered that it actually didn't. Apparently not everything you read on the Internet is correct! Who knew?   
So, if you see an old version when you go to the download page, refresh your browser (usually F5).

Anyway, the test for HTTPJolie has been fixed.

And I have added another feature. Right-click in a row and you get a context menu with Search title in IMDB and Edit profile. The latter selects the profile in DVD Profiler and opens it for editing. It also open a small window that lists what is missing and positions it above Profiler. You can deselect that in Settings if you don't like it.

So, here is ProfilerMissing 2.2

PS: HTTPJolie really makes the integration a lot smoother. I highly recommend it!
Posted:
Topic Replies: 22, Topic Views: 17717
Quoting mediadogg:
Quote:
And doesn't HTTPJolie have a profile update from xml?

It does, so that's not a problem. Implementing all the editing necessary is, especially since it is done better in Profiler itself than I could ever hope to do.
Posted:
Topic Replies: 22, Topic Views: 17717
Quoting mediadogg:
Quote:
Wow this has the makings of a really nice editor. Can you in fact fill in missing info? Then send the updated profile to the local database?

Interesting thought, but ultimately a lot of  work for little gain, I think. I will, however, add code to let the user select the profile and open it for editing. Not a great time saver, but it saves a couple of keystrokes. As I have indicated before, I don't want to try to do things that is better done in Profiler itself.
Posted:
Topic Replies: 22, Topic Views: 17717
Quoting nuoyaxin:
Quote:
Hello Gunnar,

as of my writing, the link ion your site still points at version 2.0.0....

You probably needed to refresh your browser. However, I have added code to automatically refresh the page when opened, so you should see the latest version now.
Posted:
Topic Replies: 22, Topic Views: 17717
Error when overview not exported is fixed in ProfilerMissing 2.1.1

If Overview has not been exported, it will not be reported as missing (or cause an error, of course).
If cast and/or crew have not been exported, they will be reported as missing.
Posted:
Topic Replies: 22, Topic Views: 17717
Hi hydr0x,
Yes, I expect a complete export. I didn't realize that there was a good reason not to include everything. I can most certainly fix that. Thanks for pointing that out.
Posted:
Topic Replies: 22, Topic Views: 17717
ProfilerMissing 2.1

OK, some enhancements:
- New selectable missing properties; Subtitles, Color Format (Color, B&W, Colorized, Mixed) and Video Format (2D, 3D Anaglypph, Bluray 3D).
- Possibility to save result as flag set in Profiler.
- Possibility to filter down the result by loading a flag set that defines either which profiles to keep or which profiles to remove from the result.
- Possibility to change the checkboxes to three-state so they can define properties to not include.

All explained in greater detail in the help file. See the topic "Advanced".
Posted:
Topic Replies: 22, Topic Views: 17717
ProfilerMissing 2.0

All New!
All Singing!
All Dancing!



OK,maybe not quite all that. But it is all new! A complete re-write with an all new interface.

Read all about it!
... in the new help file.

Version 1 is still available for those who prefer it, but it will no longer be maintained.
Posted:
Topic Replies: 22, Topic Views: 17717
GsyLaunch 2.6.0



Now allows setting desired Windows style.
Posted:
Topic Replies: 17, Topic Views: 23079
The report generator that comes with DVD Profiler is quite exceptional. It let's you create reports that are visually complex and quite nice to look at. But the versatility comes with a drawback. Designing reports is quite cumbersome, even for simple reports. If you want one-off simple text reports, ProfilerQuery offers two easier solutions.

1. Just run a query in ProfierQuery, right click in the result and select Print. You can sort the result any way you want before printing. As an example, I wanted a report of my Ray Harryhausen movies on Blu-ray, sorted by production year. I had one printed in 2 minutes.

2. Save the result as a .csv file and open it in the spreadsheet of your choice (or select Open result in spreadsheet which does just that and opens it in the default program for .csv files). This will give you all the possibilities of the spreadsheet, for example sums, averages, maximums etc. And then you can print it out.

Using ProfilerQuery means that you need to have an XML export of your collection. It's always good to have an up-to-date export. Using my QuickExport makes that a breeze. Or, you can schedule exports (and other things) in DvdpScheduler, but that requires that you leave your PC logged in, which may not always be suitable.

Of course, if you already have a Profiler report that suits your purpose, that's the easiest way. But for ad hoc reports, that's usually not the case. So knowing the alternatives is always a good thing.
Posted:
Topic Replies: 0, Topic Views: 2048
Quoting razorDVD:
Quote:
It seems that in the past when I added a new movie, the cast information was there after the add. If the cast info is not there does it mean that there was no cast information for the movie? Sorry, I'm a little confused.

No, it means that whoever submitted the profile did not enter any cast. It's not mandatory. In fact, the only things that you must enter in order to submit a profile are - if I remember correctly -  Title, ID (usually UPC/EAN) and Production Year.

In most cases, the initial contribution does contain cast and crew, and  if it does not, there is usually someone who is willing to add that to the profile. But if this is a relatively new or obscure title, it's not abnormal that it comes without a cast. Also, nowadays we have, unfortunately,  a diminishing number of active contributors.
Posted:
Topic Replies: 7, Topic Views: 5174
Quoting razorDVD:
Quote:
there are NO cast members. I thought these were automatically created?

Just to be clear, nothing is created automatically. Everything is user contributed. You can use DJ Doena's program to add cast and crew from IMDb, but IMDb data may not be contributed to the online database. If you want to contribute the (updated) profile, you need to first match everything to the actual movie credits.
Posted:
Topic Replies: 7, Topic Views: 5174
DpOnlineBrowser 1.4

Now shows birth years for cast and crew.
Posted:
Topic Replies: 18, Topic Views: 20524
Invelos Forums->Posts by GSyren Page: 1... 4 5 6 7 8  Previous   Next