http://bugs.winehq.org/show_bug.cgi?id=17039
Summary: Wine does not appear to read disc IDs (DVDs) Product: Wine Version: 1.1.13 Platform: PC-x86-64 URL: http://www.invelos.com/Downloads.aspx OS/Version: Linux Status: UNCONFIRMED Severity: enhancement Priority: P2 Component: -unknown AssignedTo: wine-bugs@winehq.org ReportedBy: Stuart@houseofanime.org
For app DVD Profiler (http://appdb.winehq.org/objectManager.php?sClass=version&iId=14707), Wine seems to fail to read DVD disc IDs correctly.
I believe that this relates to this functionality, but I'm not sure: http://msdn.microsoft.com/en-us/library/ms785496.aspx
DVD Profiler stores information on DVDs, including several areas of functionality that make use of the unique disc IDs.
Under Windows, inserting a DVD into your drive triggers the application read the disc ID and either move focus to that disc (if it is in your collection) or prompt to download it from the online database (if it is not). This check can also be triggered from the menu 'DVD, scan DVD-ROM drive'.
The on-line database is user-populated, and disc IDs are entered by editing a profile and selecting 'set disc ID' under the 'discs' section.
As a demonstration, I chose a USA DVD title: 'Time Bokan'.
Under Windows, if I set the disc ID as described above, I get this string: "76797847B89AE080 [TimeBokan]". When I insert the DVD in the drive, the correct profile gains focus or I am prompted to download the profile (depending on whether I have DVD in my collection or not).
Under Wine, if I set the disc ID as described above, I get this string: "- [TimeBokan]". Inserting the DVD into the drive triggers no action (probably because of bug 17037). However, I can force the application to check the DVD-ROM by choosing 'DVD, scan DVD-ROM drive' from the menu. When I do so, the application prompts me to download a DVD called "The Wedding Party", which is defined by the string "43D62B0BAEE070B7 [THE_WEDDING_PARTY]". This profile is returned consistently, and the application will give focus to this profile once it is in my collection should I repeat the process.
In summary, Wine is returning an incorrect Disc ID for DVDs.