Feature Use internal metadata providers to create a DvdId xml file

 
  • Created:about 1 year ago
  • Modified:11 months ago
  • Status:new
  • Owner:unassigned
  • Related:#1366
1 supporter

Both Metabrowser and MediaCenterMaster have an option to create a DvdId xml file for movies and place it in

Users\USER NAME\AppData\Roaming\Microsoft\eHome\DvdInfoCache

MCM and perhaps the latest version of metabrowser even add a shortcut path to a poster image of the correct movie.

This info is then displayed in the popup info bar when playing in MC internal player.

Sample DVDID 154a7852-87e7-4000-8c2f-933a479ed2b7.xml created by MetaBrowser 0.9 for Casablanca

<?xml version="1.0"?>

<METADATA xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
  <MDR-DVD>
    <MetadataExpires>0001-01-01T00:00:00</MetadataExpires>
    <version>5.0</version>
    <dvdTitle>Casablanca</dvdTitle>
    <studio>Warner Bros. Pictures</studio>
    <leadPerformer>Humphrey Bogart; Ingrid Bergman; Paul Henreid; Claude Rains; Conrad Veidt; Sydney Greenstreet</leadPerformer>
    <director>Michael Curtiz</director>
    <MPAARating>NC-17</MPAARating>
    <releaseDate>1942 01 01</releaseDate>
    <genre>Crime, Drama, Romance</genre>
    <duration>102</duration>
    <title>
      <titleNum>1</titleNum>
      <titleTitle>Casablanca</titleTitle>
      <studio>Warner Bros. Pictures</studio>
      <leadPerformer>Humphrey Bogart; Ingrid Bergman; Paul Henreid; Claude Rains; Conrad Veidt; Sydney Greenstreet</leadPerformer>
      <director>Michael Curtiz</director>
      <MPAARating>NC-17</MPAARating>
      <genre>Crime, Drama, Romance</genre>
      <synopsis>Casablanca is a classic and one of the most revered films of all time. Starring Humphrey Bogart and Ingrid Bergman in a love triangle in the city of Casablanca which is a refuge for many fleeing foreigners looking for a new life during the war. Political romance with a backdrop of war conflict between democracy and totalitarianism. A landmark in film history.</synopsis>
    </title>
  </MDR-DVD>
  <NeedsAttribution>true</NeedsAttribution>
  <DvdId>154a7852-87e7-4000-8c2f-933a479ed2b7</DvdId>
</METADATA>

EDIT:

And here’s one mcm_id__tt0079882-102961.xml created by MCM in

Users\chris\AppData\Roaming\Microsoft\eHome\DvdInfoCache

including the reference to the 150x225 poster image it has created in

C:\Users\chris\AppData\Roaming\Microsoft\eHome\DvdCoverCache

<?xml version="1.0"?>
<METADATA xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
  <MDR-DVD>
    <version>5.0</version>
    <dvdTitle>Seven</dvdTitle>
    <studio></studio>
    <leadPerformer>William Smith; John Alderman; Terry Kiser; Martin Kove; Barbara Leigh; Art Metrano</leadPerformer>
    <director>Andy Sidaris</director>
    <MPAARating>R</MPAARating>
    <releaseDate>1979 01 01</releaseDate>
    <genre>Action/Adventure</genre>
    <largeCoverParams>mcm_id__tt0079882-102961.jpg</largeCoverParams>
    <smallCoverParams>mcm_id__tt0079882-102961.jpg</smallCoverParams>
    <dataProvider>AMG</dataProvider>
    <duration>100</duration>
    <title>
      <titleNum>1</titleNum>
      <titleTitle>Seven</titleTitle>
      <studio></studio>
      <director>Andy Sidaris</director>
      <leadPerformer>William Smith; John Alderman; Terry Kiser; Martin Kove; Barbara Leigh; Art Metrano</leadPerformer>
      <MPAARating>R</MPAARating>
      <genre>Action/Adventure</genre>
      <synopsis>A government agent discovers a plot by a cartel of seven gangsters to take over the state of Hawaii. He hires a team of seven hitmen to stop them.</synopsis>
    </title>
  </MDR-DVD>
  <DvdId>mcm_id__tt0079882-102961</DvdId>
</METADATA>

and the corresponding mcm_id__tt0079882-102961.dvdid.xml created in the movie folder

<?xml version="1.0" encoding="utf-8"?>
<Disc>
    <Name>Seven</Name>
    <ID>mcm_id__tt0079882-102961</ID>
</Disc>
 
  • Do I have to do something in mediacenter to make it pick up this info…? – ebr about 1 year ago
  • Maybe the videos also have to be in Media Centers own media library although my laptop is making this tricky to check atm. – – chip about 1 year ago
votes newest oldest
 
  • Created:about 1 year ago

Good day,

Here in my test, it do not create that, maybe it another locations, in the matters of fact, I test local movie folder for ISO and mkv, sill can not find these info.

I only see locally save jason file within the movies titles folder.

Do I miss something here?

My best

 
 
  • Created:about 1 year ago

No they don’t because I couldn’t find a free source for the DVDID. I’m not sure how MCM and MetaB are accomplishing this and I haven’t investigated further.

 
 
  • Created:about 1 year ago

The DVDID can be genreated by you, I just create a GUID for the ID…it just has to have a matching metadata file (as shown above in chip’s post) in the DvdInfoCache folder. The DvdInfoCache folder can also be shared if you are running multiple htpcs using symbolic links (read here). Take Care

 
  • woot teamwork! – Mrwebsmith about 1 year ago
  • Could we get this to work then for TV episodes? – chip about 1 year ago
  • I don’t think so, there can only be 1 dvdid per folder from what I know that media center will recognize…I haven’t tried naming the dvdid file the same as the episode filename though. – fatal about 1 year ago
  • Okay – lay this out for me. What exactly is needed for this to work? I created a file called dvdid.xml with the entry for the ID in the folder of the movie. Then I created a file in the dvdinfocache with that ID as the name .xml but I did not get any of the information in the WMC display as the movie played… – ebr about 1 year ago
 
  • Created:about 1 year ago
 
 
  • Created:about 1 year ago

I have messed with this for hours now and I cannot get it to work :(

I got like one movie to show the synopsis and I don’t know how I did it. I create the same set of files for different movies and they don’t work.

 
  • hopefully fatal can give some advice as he has it working flawlessly in metabrowser.Did it matter if they are in the media center library or not? – chip about 1 year ago
  • Hi Chip, here it in the local media titles own folder – abobader about 1 year ago
  • A file needs to be in both places, abo. The one in the media folder tells MC what the id is and then it looks for that id in the cache folder. If the ID were actually correct (the official DVD ID) MC would download the information itself. We are trying to trick it by putting the info in for it. – ebr about 1 year ago
  • Thanks for the information’s Ebr, well done. One day you will force me to bring my dusty c knowing to do some helping here, heh, ah no, it too late for that now :) – abobader about 1 year ago
  • BTW, I stop for some time metabrowser from creating dvdsid, since no use for it really – abobader about 1 year ago
  • show 5 more comments
 
  • Created:11 months ago
  • Modified:7 months ago

Bumping again in hope that someone can provide an insight into what made this problematic to implement as it would be a nice feature for the maintenance release and it is great to be able to access the synopsis, etc on the WMC playback screen.

 
  • I could never make it work. Haven’t tried any more. – ebr 11 months ago
  • Yes, thats why i was asking if someone has any idea why it was not working, so that you would not have to spend any more time on it.I hope someone may pinpoint the problem as Metabrowser and MCM seem to do it very effectively. – chip 11 months ago
  • @psouza4 and @fatal Do you have any idea what might be causing this not to work properly? – chip 11 months ago