Llink:Samples: Difference between revisions

From Lundman Wiki
No edit summary
 
No edit summary
 
(One intermediate revision by the same user not shown)
Line 3: Line 3:
<pre>
<pre>
<nowiki>
<nowiki>
<?xml?>
<Title>
<Title>
   <ID>6</ID>
   <ID>6</ID>
Line 265: Line 266:


It would be nice to also know what each field means.  For example is Id something we pick for ourselves, or does it have special meaning?  Is WebServiceId just a randomly generated string, or does it have meaning?
It would be nice to also know what each field means.  For example is Id something we pick for ourselves, or does it have special meaning?  Is WebServiceId just a randomly generated string, or does it have meaning?
:I Googled a part of the WebServiceID string in the above example, "a80f36a42", and ended up on this page;
:[http://c.mymovies.name/View.aspx?device=&guidTitle=a80f36a4-2215-440b-9853-ea887efd9d4f&guidUser=f1fe123b-040b-4944-b23b-63bec527266e&dpi=36 c.mymovies.name/and/then/some...]
:
:So it seems there is an online service connected to the MyMovies application, nicely presenting all the elements of the xml - and more.
:At a first glance it seems useless for anyone but MyMovies.dk users, but I could be wrong.
:As for the "ID" I have no clue.
:/dc11ab

Latest revision as of 15:22, 28 March 2009

The following is a sample file for "Meet the Robinsons.avi.xml":


<?xml?>
<Title>
  <ID>6</ID>
  <WebServiceID>a80f36a4-2215-440b-9853-ea887efd9d4f</WebServiceID>
  <CollectionNumber>2</CollectionNumber>
  <Type>Blu-ray</Type>
  <Barcode>786936726534</Barcode>
  <Country>United States</Country>
  <LocalTitle>Meet the Robinsons</LocalTitle>
  <OriginalTitle>Shooter</OriginalTitle>
  <SortTitle>Meet the Robinsons</SortTitle>
  <Edition>
  </Edition>
  <AspectRatio>
  </AspectRatio>
  <VideoStandard>1080p</VideoStandard>
  <ProductionYear>2007</ProductionYear>
  <ReleaseDate>10/23/2007</ReleaseDate>
  <RunningTime>94</RunningTime>
  <TagLine />
  <Description><![CDATA[]]></Description>
  <ParentalRating>
    <Value>1</Value>
    <Description>
    </Description>
  </ParentalRating>
  <DataProvider>
  </DataProvider>
  <DataProviderId>
  </DataProviderId>
  <ImportSource />
  <ImportId />
  <Covers>
    <Front>mymovies-front.jpg</Front>
    <Back />
  </Covers>
  <DataChanged>9/24/2007 7:26:42 AM</DataChanged>
  <CoversChanged>7/23/2007 9:23:52 AM</CoversChanged>
  <LockData>False</LockData>
  <LockCovers>False</LockCovers>
  <Added>10/7/2007 3:06:04 PM</Added>
  <RecordChanged>10/7/2007 3:06:04 PM</RecordChanged>
  <Categories />
  <Genres>Action, Thriller</Genres>
  <AudioTracks />
  <Discs>
    <Disc>
      <DiscIdStored>
      </DiscIdStored>
      <DoubleSided>False</DoubleSided>
      <Name>Disc 1</Name>
      <DiscIdSideA>
      </DiscIdSideA>
      <DiscIdSideB>
      </DiscIdSideB>
      <LocationSideA>.</LocationSideA>
      <LocationTypeSideA>1</LocationTypeSideA>
      <LocationSideB>
      </LocationSideB>
      <LocationTypeSideB>-1</LocationTypeSideB>
    </Disc>
  </Discs>
  <Persons>
    <Person>
      <Name>Angela Bassett</Name>
      <Type>Actor</Type>
      <Role>Mildred (voice)</Role>
    </Person>
    <Person>
      <Name>Daniel Hansen</Name>
      <Type>Actor</Type>
      <Role>Lewis (voice)</Role>
    </Person>
    <Person>
      <Name>Jordan Fry</Name>
      <Type>Actor</Type>
      <Role>Lewis (voice)</Role>
    </Person>
    <Person>
      <Name>Matthew Josten</Name>
      <Type>Actor</Type>
      <Role>Michael "Goob" Yagoobian (voice)</Role>
    </Person>
    <Person>
      <Name>John H. H. Ford</Name>
      <Type>Actor</Type>
      <Role>Mr. Harrington (voice)</Role>
    </Person>
    <Person>
      <Name>Dara McGarry</Name>
      <Type>Actor</Type>
      <Role>Mrs. Harrington/Receptionist (voice)</Role>
    </Person>
    <Person>
      <Name>Tom Kenny</Name>
      <Type>Actor</Type>
      <Role>Mr. Willerstein (voice)</Role>
    </Person>
    <Person>
      <Name>Laurie Metcalf</Name>
      <Type>Actor</Type>
      <Role>Lucille Krunklehorn (voice)</Role>
    </Person>
    <Person>
      <Name>Don Hall</Name>
      <Type>Actor</Type>
      <Role>Coach/Uncle Gaston  (voice)</Role>
    </Person>
    <Person>
      <Name>Paul Butcher</Name>
      <Type>Actor</Type>
      <Role>Stanley (voice)</Role>
    </Person>
    <Person>
      <Name>Tracey Miller-Zarneke</Name>
      <Type>Actor</Type>
      <Role>Lizzy (voice)</Role>
    </Person>
    <Person>
      <Name>Wesley Singerman</Name>
      <Type>Actor</Type>
      <Role>Wilbur (voice)</Role>
    </Person>
    <Person>
      <Name>Jessie Flower</Name>
      <Type>Actor</Type>
      <Role>Young Franny (voice)</Role>
    </Person>
    <Person>
      <Name>Stephen J. Anderson</Name>
      <Type>Actor</Type>
      <Role>Bowler Hat Guy/Tallulah/Grandpa Bud</Role>
    </Person>
    <Person>
      <Name>Ethan Sandler</Name>
      <Type>Actor</Type>
      <Role>Doris/CEO/Spike/Dmitri/Laszlo/Fritz/Petunia (voice)</Role>
    </Person>
    <Person>
      <Name>Harland Williams</Name>
      <Type>Actor</Type>
      <Role>Carl (voice)</Role>
    </Person>
    <Person>
      <Name>Kelly Hoover</Name>
      <Type>Actor</Type>
      <Role>Aunt Billie (voice)</Role>
    </Person>
    <Person>
      <Name>Adam West</Name>
      <Type>Actor</Type>
      <Role>Uncle Art (voice)</Role>
    </Person>
    <Person>
      <Name>Nicole Sullivan</Name>
      <Type>Actor</Type>
      <Role>Franny (voice)</Role>
    </Person>
    <Person>
      <Name>Aurian Redson</Name>
      <Type>Actor</Type>
      <Role>Frankie (voice)</Role>
    </Person>
    <Person>
      <Name>Joseph Mateo</Name>
      <Type>Actor</Type>
      <Role>T-Rex (voice)</Role>
    </Person>
    <Person>
      <Name>Tom Selleck</Name>
      <Type>Actor</Type>
      <Role>Cornelius (voice)</Role>
    </Person>
    <Person>
      <Name>Joe Whyte</Name>
      <Type>Actor</Type>
      <Role>Reporter (voice)</Role>
    </Person>
    <Person>
      <Name>Cameron Covell</Name>
      <Type>Actor</Type>
      <Role>Additional Voices (voice)</Role>
    </Person>
    <Person>
      <Name>Cooper Cowgill</Name>
      <Type>Actor</Type>
      <Role>Additional Voices (voice)</Role>
    </Person>
    <Person>
      <Name>David Cowgill</Name>
      <Type>Actor</Type>
      <Role>Additional Voices (voice)</Role>
    </Person>
    <Person>
      <Name>Makenna Cowgill</Name>
      <Type>Actor</Type>
      <Role>Additional Voices (voice)</Role>
    </Person>
    <Person>
      <Name>Terri Douglas</Name>
      <Type>Actor</Type>
      <Role>Additional Voices (voice)</Role>
    </Person>
    <Person>
      <Name>Jackie Gonneau</Name>
      <Type>Actor</Type>
      <Role>Additional Voices (voice)</Role>
    </Person>
    <Person>
      <Name>Mick Hazen</Name>
      <Type>Actor</Type>
      <Role>Additional Voices (voice)</Role>
    </Person>
    <Person>
      <Name>Shannon O'Connor</Name>
      <Type>Actor</Type>
      <Role>Additional Voices (voice)</Role>
    </Person>
    <Person>
      <Name>Jordan Orr</Name>
      <Type>Actor</Type>
      <Role>Additional Voices (voice)</Role>
    </Person>
    <Person>
      <Name>Lynwood Robinson</Name>
      <Type>Actor</Type>
      <Role>Additional Voices (voice)</Role>
    </Person>
    <Person>
      <Name>Grace Rolek</Name>
      <Type>Actor</Type>
      <Role>Additional Voices (voice)</Role>
    </Person>
    <Person>
      <Name>Greyson Spann</Name>
      <Type>Actor</Type>
      <Role>Additional Voices (voice)</Role>
    </Person>
    <Person>
      <Name>Krista Swan</Name>
      <Type>Actor</Type>
      <Role>Additional Voices (voice)</Role>
    </Person>
    <Person>
      <Name>Fred Tatasciore</Name>
      <Type>Actor</Type>
      <Role>Additional Voices (voice)</Role>
    </Person>
    <Person>
      <Name>Nathan Greno</Name>
      <Type>Actor</Type>
      <Role>Lefty (voice)</Role>
    </Person>
    <Person>
      <Name>Stephen J. Anderson</Name>
      <Type>Director</Type>
    </Person>
  </Persons>
</Title>

It would be nice to also know what each field means. For example is Id something we pick for ourselves, or does it have special meaning? Is WebServiceId just a randomly generated string, or does it have meaning?

I Googled a part of the WebServiceID string in the above example, "a80f36a42", and ended up on this page;
c.mymovies.name/and/then/some...
So it seems there is an online service connected to the MyMovies application, nicely presenting all the elements of the xml - and more.
At a first glance it seems useless for anyone but MyMovies.dk users, but I could be wrong.
As for the "ID" I have no clue.
/dc11ab