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->DVD Profiler: Contribution Discussion Page: 1 2 3 4 ...12  Previous   Next
Missing Tools?
Author Message
DVD Profiler Unlimited RegistrantStar ContributorVirusPil
uncredited
Registered: January 1, 2009
Reputation: Highest Rating
Germany Posts: 3,087
Posted:
PM this userDirect link to this postReply with quote
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!!   
DVD Profiler Unlimited RegistrantStar ContributorMithi
Sushi Annihilator
Registered: March 13, 2007
Reputation: Superior Rating
Germany Posts: 2,216
Posted:
PM this userEmail this userVisit this user's homepageView this user's DVD collectionDirect link to this postReply with quote
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
DVD Profiler Unlimited RegistrantGrendell
One disc at a time...
Registered: May 8, 2007
United States Posts: 823
Posted:
PM this userView this user's DVD collectionDirect link to this postReply with quote
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."
DVD Profiler Desktop and Mobile Registrantmediadogg
Aim high. Ride the wind.
Registered: March 18, 2007
Reputation: Highest Rating
United States Posts: 6,402
Posted:
PM this userVisit this user's homepageDirect link to this postReply with quote
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
DVD Profiler Desktop and Mobile Registrantmediadogg
Aim high. Ride the wind.
Registered: March 18, 2007
Reputation: Highest Rating
United States Posts: 6,402
Posted:
PM this userVisit this user's homepageDirect link to this postReply with quote
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.
DVD Profiler Unlimited RegistrantMark Harrison
I like IMDB
Registered: March 13, 2007
Reputation: Great Rating
United States Posts: 3,321
Posted:
PM this userEmail this userVisit this user's homepageView this user's DVD collectionDirect link to this postReply with quote
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.
DVD Profiler Desktop and Mobile Registrantmediadogg
Aim high. Ride the wind.
Registered: March 18, 2007
Reputation: Highest Rating
United States Posts: 6,402
Posted:
PM this userVisit this user's homepageDirect link to this postReply with quote
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
DVD Profiler Desktop and Mobile Registrantmediadogg
Aim high. Ride the wind.
Registered: March 18, 2007
Reputation: Highest Rating
United States Posts: 6,402
Posted:
PM this userVisit this user's homepageDirect link to this postReply with quote
Disc MetaData Extraction Sample Programs

DVDInfo - 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
DVD Profiler Desktop and Mobile Registrantmediadogg
Aim high. Ride the wind.
Registered: March 18, 2007
Reputation: Highest Rating
United States Posts: 6,402
Posted:
PM this userVisit this user's homepageDirect link to this postReply with quote
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.
DVD Profiler Unlimited RegistrantStar ContributorAddicted2DVD
Registered: March 13, 2007
Reputation: Highest Rating
United States Posts: 17,311
Posted:
PM this userEmail this userView this user's DVD collectionDirect link to this postReply with 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.
Pete
DVD Profiler Desktop and Mobile Registrantmediadogg
Aim high. Ride the wind.
Registered: March 18, 2007
Reputation: Highest Rating
United States Posts: 6,402
Posted:
PM this userVisit this user's homepageDirect link to this postReply with quote
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
DVD Profiler Unlimited RegistrantStar ContributorAddicted2DVD
Registered: March 13, 2007
Reputation: Highest Rating
United States Posts: 17,311
Posted:
PM this userEmail this userView this user's DVD collectionDirect link to this postReply with quote
Thanks... will give it a go.
Pete
DVD Profiler Unlimited RegistrantStar ContributorAddicted2DVD
Registered: March 13, 2007
Reputation: Highest Rating
United States Posts: 17,311
Posted:
PM this userEmail this userView this user's DVD collectionDirect link to this postReply with quote
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
DVD Profiler Unlimited RegistrantStar ContributorKluge
Registered: August 4, 2007
Reputation: Highest Rating
Italy Posts: 2,420
Posted:
PM this userVisit this user's homepageView this user's DVD collectionDirect link to this postReply with quote
BDInfo work well with Windows 7. 

Thank you!
Updated List of Accepted Birth Years
DVD Profiler Unlimited RegistrantStar ContributorWigram
Don't blink!
Registered: June 6, 2007
Reputation: High Rating
Canada Posts: 949
Posted:
PM this userEmail this userDirect link to this postReply with quote
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!
DVD Profiler Desktop and Mobile Registrantmediadogg
Aim high. Ride the wind.
Registered: March 18, 2007
Reputation: Highest Rating
United States Posts: 6,402
Posted:
PM this userVisit this user's homepageDirect link to this postReply with quote
@Wigram - good info. Thanks. I will PM you.
Thanks for your support.
Free Plugins available here.
Advanced plugins available here.
Hey, new product!!! BDPFrog.
    Invelos Forums->DVD Profiler: Contribution Discussion Page: 1 2 3 4 ...12  Previous   Next