Author |
Message |
Registered: March 14, 2007 | Reputation: | Posts: 4,667 |
| |
Registered: March 14, 2007 | Reputation: | Posts: 4,667 |
| Posted: | | | | As usual my own experiences are what drives changes to my programs. I was using ProfilerQuery to try to suss out profiles that might need updating (in this case profiles that were missing both make-up artist and costume designer). I would use "View contribution notes" from the context menu in ProfilerQuery to see when cast/crew additions had been made and by whom. It occurred to me that this would be a lot easier if the contribution notes were opened in ContribLookup rather than opening a new instance of my standard internet browser every time. So I added a check to see if ContribLookup was running, and if it was I would copy the ID to the clipboard and change focus to ContribLookup, thereby causing ContribLookup to find the contribution notes. Fine so far. But I found it annoying that ContribLookup would have to search through several localities when ProfilerQuery actually knew what the locality was. So I wantedto send the full ID including locality suffix, for example 1234567890123.11, to ContribLookup. But ContribLookup wasn't designed to handle that. It hadn't been necessary before. The solution was to update ContribLookup as well. So in version 2.4.0 it can handle locality suffix. Final hurdle: I hate to create incompatabilities. So what if someone runs the new ProfilerQuery and the old ContribLookup. Solution: ProfilerQuery checks what version of ContribLookup that is running, and if it is the old version ProfilerQuery only copies the ID w/o suffix to the clipboard. Hopefully though those who would use this functionality will update both programs: ProfilerOuery 4.1.0 and ContribLookup 2.4.0. | | | My freeware tools for DVD Profiler users. Gunnar |
|
Registered: March 14, 2007 | Reputation: | Posts: 4,667 |
| |
Registered: March 14, 2007 | Reputation: | Posts: 4,667 |
| Posted: | | | | ProfilerQuery 4.2.0Finally!After much research, trial and error I have at last managed to change the Showcase in ProfilerQuery to something that looks a bit more like the Showcase in the iPad version (I don't think it's in the iPhone or Android versions, but I may be wrong). You can now scroll through all profiles in the result. It's smooth and it doesn't eat a hugh amount of memory. You can also select the size of the images (Small/Medium/Large/Extra Large) through the context menu. And, of course, double clicking an image opens the corresponding profile in DVD Profiler. Further enhancements may be forthcoming, but let me know if you have any specific requests. Edit: Oops! My fingers must have slipped. The version is of course 4.2.0, not 2.4.0 like I initially wrote in the first line of this post. Thanks for pointing out my mistake, AiAustria! | | | My freeware tools for DVD Profiler users. Gunnar | | | Last edited: by GSyren |
|
Registered: March 14, 2007 | Reputation: | Posts: 4,667 |
| Posted: | | | | ProfilerQuery 4.3.0Have I mentioned that I get bored easily in these Corona times? Well, I do. So I spent a couple of days adding a little something to the Showcase. Click an image in the Showcase window and it brings up an info window: Again, inspired by the iOS Profiler. Clicking the image brings up a larger image window (that you can resize at will). Clicking the image in that window switches it between front and back cover. And, of course, clicking "Full crew" or "Full cast" open a window with that data. Note, though, that dividers are not shown. This is due to a limitation in the underlying DLL that would take a whole lot of work to change. And I'm not quite that bored. At least not yet ... | | | My freeware tools for DVD Profiler users. Gunnar |
|
Registered: March 14, 2007 | Reputation: | Posts: 4,667 |
| Posted: | | | | Quoting myself: Quote: Note, though, that dividers are not shown. This is due to a limitation in the underlying DLL that would take a whole lot of work to change. I believe I'm wrong! I just had an epiphany. It may not be nearly as complicated as I thought to fix so that cast and crew are shown with dividers. So unless you are impatient to try the new feature in 4.3, I suggest you wait and I'll most likely have an update in a day or two. | | | My freeware tools for DVD Profiler users. Gunnar |
|
Registered: March 14, 2007 | Reputation: | Posts: 4,667 |
| Posted: | | | | ProfilerQuery 4.4.0Well, as promised: I only wish that flashes of insight like this would come to me before I publish a version, rather than just after. But such is life ... And if you can't guess what TV show the above example is taken from, then you have missed one of the best British comedy shows ever, 'Allo 'Allo. | | | My freeware tools for DVD Profiler users. Gunnar |
|
Registered: March 13, 2007 | Reputation: | Posts: 3,197 |
| Posted: | | | | Of course, I just bought the complete 'Allo 'Allo box set. (I also love the Swedish live version with Sven Melander et al.) | | | First registered: February 15, 2002 | | | Last edited: by Nexus the Sixth |
|
Registered: March 14, 2007 | Reputation: | Posts: 4,667 |
| Posted: | | | | ProfilerQuery 4.4.1Some minor bug fixes: • Number of missing boxset children always returned zero. Fixed. (Includes updated version of ProfilerData.dll) • Fixed misspelling " Number AddressOf missing boxset children" to " Number of missing boxset children". • Row height better adjusted for multiline data. • In the result, program adjusted the row height for data that contains CRLF (Carriage Return + Line Feed), but not for just CR or LF alone. Fixed. Note: Missing DVD profiles in Bluray/DVD combo sets are not counted as missing children. | | | My freeware tools for DVD Profiler users. Gunnar |
|
Registered: June 2, 2009 | Reputation: | Posts: 305 |
| Posted: | | | | Deserved Greenie |
|
Registered: March 14, 2007 | Reputation: | Posts: 4,667 |
| |
Registered: March 14, 2007 | Reputation: | Posts: 4,667 |
| Posted: | | | | A bit of background about ProfilerQuery, in case anyone is interested: The project started in early 2015 when I was running Mark Harrison's excellent plugin Database Query, and thought to myself "This is brilliant, but I wish I could combine different search criteria". I started wondering if I could do something similar. But as I don't do plugins, it would have to be based on the XML export. So I started tinkering. On March 14 of that year I released the first "Technical Preview", followed by almost daily updates until version 1.0.0 was released on March 28. In the 5 years since there have been 150 more releases! If I had known that ProfilerQuery would take on a life of its own, I'm not sure I would have started the project. At this point it is comprised of c:a 15,000 lines of source code. I look at some of the code, and today I don't know where I found it, and even less how it actually works. For some of the trickier problems, I googled and swiped code, tested and found that it worked. But most of it is my own. Much of the query engine is table driven, which has made it easy to add new queries along the way. I look at that part and wonder if I really had that much foresight, or if it was just sheer stupid luck. A bit of both, maybe, because in other parts there are a few very stupid choices. Things that I would like to change, but can't without introducing breaking changes. The thing that annoys me most is that I have absolutely no idea how many people that use ProfilerQuery (or any of my other programs, for that matter). Even if it is a hobby project it would be satisfying to know that people find it useful. A handful of people have commented in this thread, but I hope that there are at least a few more users. And with this I wish all ProfilerQuery users (and the rest of you, too) a Merry Christmas (or Yule or Hanukkah or whatever) and a Better New Year! | | | My freeware tools for DVD Profiler users. Gunnar |
|
Registered: March 18, 2007 | Reputation: | Posts: 6,460 |
| Posted: | | | | Over the years, I have used Forum "views" as a rough correlation to the value / popularity of my plugins. Of course, you have to also consider the length of time the plugin / tool has been available. Judging by those criteria - time of availability and views: I would say ProfilerQuery is quite popular. Doesn't translate directly to number of users, but it does say that those users are focused on the information and updates, and are probably subscribed to the thread. | | | Thanks for your support. Free Plugins available here. Advanced plugins available here. Hey, new product!!! BDPFrog. |
|
Registered: March 14, 2007 | Reputation: | Posts: 4,667 |
| Posted: | | | | ProfilerQuery 4.4.2One more bugfix before Christmas: • Watched date returned 0001-01-01 if the profile had more than one watched date. • "Watched date" renamed "Last watched" to make it clear that only one date is returned (so you can sort on last watched date). • Something seems to have changed in Windows 10 recently that made the File Changed event fire more than once, sometimes causing the export file to be immediately reloaded if you have Auto reload on file change set. I have tried to handle that. • Finally, a new Easter egg. Or is that Christmas egg this time of year? Not really hidden, but will you notice it? Note: If you want to see all Watched events, use Watched (full) as a presentation field. Anyway, that's all I have for you today! And as always, have a nice day! ¹ ¹ If this sounds familiar you have probably watched The Lockpicking Lawyer on YouTube. Strangely fascinating! | | | My freeware tools for DVD Profiler users. Gunnar |
|
Registered: March 14, 2007 | Reputation: | Posts: 4,667 |
| Posted: | | | | ProfilerQuery 4.5.0ProfilerQuery has been updated to take advantage of mediadogg's plugin HTTPJolie, if installed. With HTTPJolie, selecting profiles in DVD Profiler by double clicking in ProfierQuery's result is now a lot quicker and more stable. A couple of other minor functions have also been HTTPJolie enhanced. If HTTPJolie is not installed, or not running, then ProfilerQuery will use the old way, sending keystrokes to DVD Profiler. As a little bonus, I have added Discs to the Statistics tab: SS = Single Sided DS = Double Sided SL = Single Layered DL = Double Layered SDL = Single and Double Layered (one side single, one side double) (So I guess I have over 10,000 discs in my living room ) | | | My freeware tools for DVD Profiler users. Gunnar |
|
Registered: March 14, 2007 | Reputation: | Posts: 4,667 |
| |