This class represent all the information of a movie. The XML Element can contain a lot of different sub-element.
- Title: NSString the title of the movie
- Genre: NSString the genres of the movie. To return multiple genres you can putting more than a genre element (ex <Genre>Genre1</Genre> <Genre>Genre2</Genre>) or in the same element you can divide different genres with "; " (; and a space character) (ex <Genre>Genre1; Genre2</Genre>).
- Rating: NSString. The age ranking of the movie
- Director: NSString the directors of the movie. To return multiple Directors you can putting more than a Director element (ex <Director>Director1</Director> <Director>Director2</Director>) or in the same element you can divide different Directors with "; " (; and a space character) (ex <Director>Director1; Director2</Director>).
- Producer: NSString the Producers of the movie. To return multiple Producers you can putting more than a Producer element (ex <Producer>Producer1</Producer> <Producer>Producer2</Producer>) or in the same element you can divide different Producers with "; " (; and a space character) (ex <Producer>Producer1; Producer2</Producer>).
- Studio: NSString the Studios of the movie. To return multiple Studios you can putting more than a Studio element (ex <Studio>Studio1</Studio> <Studio>Studio2</Studio>) or in the same element you can divide different Studios with "; " (; and a space character) (ex <Studio>Studio1; Studio2</Studio>).
- Writer: NSString the Writers of the movie. To return multiple Writers you can putting more than a Writer element (ex <Writer>Writer1</Writer> <Writer>Writer2</Writer>) or in the same element you can divide different Writers with "; " (; and a space character) (ex <Writer>Writer1; Writer2</Writer>).
- Languages: NSString the audio languages of the movie. To return multiple Languagess you can putting more than a Languages element (ex <Languages>Languages1</Languages> <Languages>Languages2</Languages>) or in the same element you can divide different Languagess with "; " (; and a space character) (ex <Languages>Languages1; Languages2</Languages>).
- Subtitles: NSString the Subtitles of the movie. To return multiple Subtitless you can putting more than a Subtitles element (ex <Subtitles>Subtitles1</Subtitles> <Subtitles>Subtitles2</Subtitles>) or in the same element you can divide different Subtitless with "; " (; and a space character) (ex <Subtitles>Subtitles1; Subtitles2</Subtitles>).
- UPC: NSString. Universal Price Code of the item
- Summary: NSString The summary of the item
- Tags: NSString the tags or keywords used to quickly find movies
- Location: NSString. Where your movie is saved or kept (can’t be used by Auto complete plug-ins)
- Duration: NSString how much long is the movie (it’s better if the value is in minutes)
- NumberOfDiscs: NSString the number of discs
- Media: NSString the media of the movie (es dvd, blu-ray, DivX…)
- Region: NSString the global region code of the dvd
- AspectRatio: NSString the aspect ratio of the movie
- TheatricalRelease: NSString the date when the movie has been (or will be) released in theatres. Saved with format YYYY-MM-DD.
- DvdRelease: NSString the date when the movie has been (or will be) released in dvds. Saved with format YYYY-MM-DD.
- DateAcquired: NSString the date when you get the item. Saved with format YYYY-MM-DD. (can’t be used by Auto complete plug-ins)
- LastSeen: NSString the last time you watched the movie. Saved with format YYYY-MM-DD. (can’t be used by Auto complete plug-ins)
- IMDBId: NSString the id of the movie in the IMDB
- PersonalId: NSString the personal identification code you give to the movie (can’t be used by Auto complete plug-ins)
- VoteRating: NSString your personal rating on the movie. The String can contains from 0 to 5 "Star" character. (can’t be used by Auto complete plug-ins)
- DatabaseId: NSString a string that identify the item in the database. (can’t be used by Auto complete plug-ins)
- DateModified: NSString the date when you modified the item informations. Saved with format: YYYY-MM-DD HH:MM ±HHMM (can’t be used by Auto complete plug-ins)
- IsInWishlist: NSString the movie is part of one of the item in wishlist? Can have only 2 values YES and NO. (can’t be used by Auto complete plug-ins)
- CoverImageURL: NSString the url of the cover. (Can be used only be auto complete plug-ins).
- Actor: can contains multiple value of Actor
- Lending: can contains multiple value of Lending (can’t be used by Auto complete plug-ins)
- Link: can contains multiple value of Link
- You can add any additional key. Beware that the name of the key can’t contain spaces, you can replace them with underscore. Dvd Hunter will replace underscores with spaces before presenting the data to the user.
<Film DatabaseId="C36EE532-2B37-47C5-9FC1-2C115CB6D9C7">
<DateModified>2009-07-13 22:41 +0200</DateModified>
<DateAcquired>2009-07-08</DateAcquired>
<Genre>Commedia; Romantico</Genre>
<IsInWishlist>NO</IsInWishlist>
<Summary>Rebecca Blomwood é una maniaca dello shopping, tanto presa dal vizio delle compere, che il suo lavoro non le garantisce uno stipendio adeguato a mantenere le sue abitudini. Decide allora di cercarne uno più remunerativo, ma per uno strano scherzo del destino, trova un posto come giornalista per un quotidiano economico, dove si occuperà di una rubrica che consiglia come investire i propri soldi... Riuscirà ad essere all'altezza della situazione?</Summary>
<Title>I Love Shopping</Title>
<DatabaseId>C36EE532-2B37-47C5-9FC1-2C115CB6D9C7</DatabaseId>
<Director>P.J. Hogan</Director>
<Duration>104'</Duration>
<Languages>Italiano</Languages>
<LastSeen>2009-07-13</LastSeen>
<Media>DVD+R</Media>
<Producer>Touchstone Pictures; Jerry Bruckheimer Films</Producer>
<DvdRelease>2009-07-08</DvdRelease>
<Subtitles>Italiano</Subtitles>
<TheatricalRelease>2009-02-27</TheatricalRelease>
<Code>0</Code>
<Link>
<LinkURL>http://filmup.leonardo.it/sc_iloveshopping.htm</LinkURL>
<LinkName>Film Up Details Page</LinkName></Link>
<Link>
<LinkURL>http://www.bluefly.com/</LinkURL>
<LinkName>Sito Ufficiale</LinkName></Link>
<Actor Role="-">Isla Fisher</Actor>
<Actor Role="-">John Goodman</Actor>
<Actor Role="-">Kathy Searle</Actor>
<Actor Role="-">Stephen Guarino</Actor>
<Actor Role="-">Lauren Steffany</Actor>
<Actor Role="-">Krysten Ritter</Actor>
<Actor Role="-">Hugh Dancy</Actor>
<Actor Role="-">Kristin Scott Thomas</Actor>
<Actor Role="-">Joan Cusack</Actor>
</Film>
