tags:

views:

93

answers:

2

(Using .NET)

  1. User puts DVD in the drive.
  2. Program shows the title of the DVD movie and maybe even some links to web info

Do DVDs have a "fingerprint" like music CD which can be used in a webservice lookup or is there embedded metadata on the DVD itself?

+1  A: 

Gracenote has a CDDB-like service for DVDs.

Here is another service that operates like CDDB for DVDs.

Microsoft has a service to look up by title, but I'm not sure if it's possible to obtain the title from metadata on the DVD itself.

Forgotten Semicolon
+1  A: 

You can use DirectShowLib From Here It has sample to handling the DVD.

Firoz
Can you provide an example? I've looked at the source and samples from the DirectShowLib project and I can't see how it can help me get the title (as in the name of the movie) from a physical DVD.
McBainUK
Download DirectShowNet library sample from here http://sourceforge.net/projects/directshownet/files/ then under the player there is solution called Dvdplay u can get all the information about DVD
Firoz
Information such as as audio type and track is of no interest to me, the question was to get the name of the movie from the physical DVD - it doesn't look like the library can do that. Prove me wrong with an example line of code?
McBainUK