Author |
Message |
Registered: January 1, 2009 | Reputation: | Posts: 3,087 |
| Posted: | | | | Quoting mediadogg: Quote: Quoting VirusPil:
Quote: How about this: A Tool for adding DVD child profiles at BD/DVD-Combos. One Click to add a child profile with the Disc Id taken from the parent profile. All the stuff that stays the same could also be copied. (e.g. Coverscans, Title, Production year, Cast & Crew, CoO, release date, ...) Is this different from the one already in BulkEdit (Collection/Flagged/Clone Children From DiscIDs)? If so, how? Or what do I need to add/change? To my shame I never tried Bulk Edit before. ... It makes exactly what i was thinking off. This is really great!! |
|
Registered: March 13, 2007 | Reputation: | Posts: 2,217 |
| Posted: | | | | Quoting VirusPil: Quote: ... It makes exactly what i was thinking off. This is really great!! Indeed. I wouldn't bother to create and submit disc-level childs to some of my tv-series if Bulk Edit didn't exist. cya, Mithi | | | Mithi's little XSLT tinkering - the power of XML --- DVD-Profiler Mini-Wiki |
|
Registered: May 8, 2007 | Posts: 824 |
| Posted: | | | | So it's OK for people to sell their own products on the Invelos forum? I wasn't aware that that was allowed. | | | 99.9% of all cat plans consist only of "Step 1." |
|
Registered: March 18, 2007 | Reputation: | Posts: 6,463 |
| Posted: | | | | Quoting Grendell: Quote: So it's OK for people to sell their own products on the Invelos forum? I wasn't aware that that was allowed. Edit: I decided to remove my response to this off-topic and suggest the question be posted elsewhere. Thank you. | | | Thanks for your support. Free Plugins available here. Advanced plugins available here. Hey, new product!!! BDPFrog. | | | Last edited: by mediadogg |
|
Registered: March 18, 2007 | Reputation: | Posts: 6,463 |
| Posted: | | | | Quoting VirusPil: Quote: ... It makes exactly what i was thinking off. This is really great!! I'm so glad! | | | Thanks for your support. Free Plugins available here. Advanced plugins available here. Hey, new product!!! BDPFrog. |
|
Registered: March 13, 2007 | Reputation: | Posts: 3,321 |
| Posted: | | | | Quoting SpaceFreakMicha: Quote: Quoting DJ Doena:
Quote: Unfortunately I have no idea how they are doing it.
I'm no programmer, but I think they are only able to do it, because they crack CSS first and can parse the ifo or vob-files after that. Without cracking CSS (or having a valid key like commercial software players) it seems impossible. As I recall, the IFO data was readable. It is only the VOB files that need decrypted. But it's been years since I've fooled with this stuff. But I do know that at least part of the DVD isn't encrypted. | | | Get the CSVExport and Database Query plug-ins here. Create fake parent profiles to organize your collection. |
|
Registered: March 18, 2007 | Reputation: | Posts: 6,463 |
| Posted: | | | | Mark, That is correct. I have found several IFO parsers in various languages such as C, C++ and VB. Working now to create my own version in C#. In fact, I think I found the source for what eventually became one of those "decrypter" tools - I see all kinds of complex CSS code, but as you mentioned, I don't really need it for this project. Actually, for the purposes of the plugin, the Microsoft IDVDInfo2 class of Direct Show provides everything that is needed except run times. I did the DirectShow extraction in just a couple of hours already. But the run times require a more detailed parsing of the IFOs to run down all the program chains, adding up all the cell run times. This function is not available in the DirectShow API unless the DVD is actually being played, and that would be too slow for the plugin - I tried it by jumping from chapter to chapter, but it is still slow and annoying. So reading the IFOs directly is the way to go. So, hopefully I will have my conversion done soon. The BDInfo part is already available as a free .NET source project, so I will just use the required bits from there. | | | Thanks for your support. Free Plugins available here. Advanced plugins available here. Hey, new product!!! BDPFrog. | | | Last edited: by mediadogg |
|
Registered: March 18, 2007 | Reputation: | Posts: 6,463 |
| Posted: | | | | Disc MetaData Extraction Sample ProgramsDVDInfo - DVD MetaData Extraction This program I wrote, using the Microsoft DirectShow library and samples, with additional code for running times taken from various IFO parsing projects I found. For the DVDs I tested, this program produces identical information to DVDShrink and DVDDecrypter. BDInfo - BD MetaData Extraction This program I got from the CinemaSquid web site, which includes free source. I have recompiled the code and briefly reviewed it to assure that it is compatible with my programming environment. The code is superbly well structured and documented. The authors are to be highly commended for making the source available. So, you can play with these programs to give me feedback that they both in fact work in your various system environments, and indeed accurately produce the information required for the envisoned plugin. While you are doing that, I will start building the plugin by integrating the necessary subsets of code from these two programs into an Invelos-compatible framework. I like the idea of the ability to manually select the titles to be included in the official "run time". I will set the checkboxes by default. I also forsee giving the cability to (a) update an existing profile disc info, (b) create a new profile with the disc info filled in, and (c) some kind of CSV / XML export of the metadata so people can write other programs. I am happy to follow any thread that makes sense - we can continue here, or somebody can start a thread in Plugins Forum - just keep me posted as to where to look for feedback. | | | Thanks for your support. Free Plugins available here. Advanced plugins available here. Hey, new product!!! BDPFrog. | | | Last edited: by mediadogg |
|
Registered: March 18, 2007 | Reputation: | Posts: 6,463 |
| Posted: | | | | Uh oh ... right off the bat, DVDInfo crashes when downloaded. Runs fine from my compiler. I'll fix ASAP. | | | Thanks for your support. Free Plugins available here. Advanced plugins available here. Hey, new product!!! BDPFrog. |
|
Registered: March 13, 2007 | Reputation: | Posts: 17,334 |
| Posted: | | | | I was just going to say... it is asking me about something called DVDPlayerNet... Saying it stopped working. I don't even know what it is or if I even have it. | | | Pete |
|
Registered: March 18, 2007 | Reputation: | Posts: 6,463 |
| Posted: | | | | Quoting Addicted2DVD: Quote: I was just going to say... it is asking me about something called DVDPlayerNet... Saying it stopped working. I don't even know what it is or if I even have it. Ok fixed, I added the DirectShow dll. The plugin will also package the dll. DVDPlayer.Net was the old internal name for the sample program - I just changed it to DVDInfo. | | | Thanks for your support. Free Plugins available here. Advanced plugins available here. Hey, new product!!! BDPFrog. | | | Last edited: by mediadogg |
|
Registered: March 13, 2007 | Reputation: | Posts: 17,334 |
| Posted: | | | | Thanks... will give it a go. | | | Pete |
|
Registered: March 13, 2007 | Reputation: | Posts: 17,334 |
| Posted: | | | | Took a quite look at it to get an idea of how it will work (DVD Version only... No BR here). My first impression is that it looks like a good little program.... and can't wait to see the plugin version. It seems to run nicely in windows 7. And everything seems accurate with the one DVD I tried it on. Though I must admit I couldn't check everything... as some of the stuff that comes out of it I have no idea what it means (like figuring out what audio track is per DVD Profiler). But of course that comes from my ignorance. | | | Pete |
|
Registered: August 4, 2007 | Reputation: | Posts: 2,441 |
| |
Registered: June 6, 2007 | Reputation: | Posts: 950 |
| Posted: | | | | I started playing a little with DVDinfo. I dont know if the following is of any use to you, but here are my first results with it. It worked fine on a few DVDs, e.g. UPC=026359298325 (Volunteers). Here is what is returned: One can see for instance the discID, the running time of the movie, Title 1 (1:46:52 vs 107 minutes on the cover), the only language (English), the three subtitles (English, French, Spanish), the running time of the original trailer, Title 2 (2:18) It did not work with UPC=025192336928 (The Land Before Time): I could send you the whole text of the error message by email, if needed. It's gonna be a cool toy! |
|
Registered: March 18, 2007 | Reputation: | Posts: 6,463 |
| Posted: | | | | @Wigram - good info. Thanks. I will PM you. | | | Thanks for your support. Free Plugins available here. Advanced plugins available here. Hey, new product!!! BDPFrog. |
|