NFO files/Movies: Difference between revisions

From Official Kodi Wiki
Jump to navigation Jump to search
(Page Overhaul)
(Multiple corrections)
Line 4: Line 4:
|
|
* '''[[NFO_files|NFO Files]]'''
* '''[[NFO_files|NFO Files]]'''
** '''[[NFO_files/movies|Movies]]'''
** '''[[NFO_files/Movies|Movies]]'''
** '''[[NFO_files/tvshows|TV Shows]]'''
** '''[[NFO files/TV shows|TV Shows]]'''
** '''[[NFO_files/music|Music]]'''
** '''[[NFO files/Music|Music]]'''
** '''[[NFO_files/musicvideos|Music Videos]]'''
** '''[[NFO files/Music videos|Music Videos]]'''


<small>Report NFO corrections:<br />
<small>Report NFO corrections:<br />
Line 13: Line 13:
|}
|}
{{mininav|[[NFO_files]]}}
{{mininav|[[NFO_files]]}}




Line 27: Line 28:
#If the file is a combination nfo, Kodi will parse the nfo file and scrape the online metadata, then import the metadata from the nfo file.
#If the file is a combination nfo, Kodi will parse the nfo file and scrape the online metadata, then import the metadata from the nfo file.


<!---if you use the "Use foldernames for lookups" setting, then movie.nfo will override all and any .nfo files in the same folder as the media files. If you don't, then moviename.nfo is used.
<!---if you use the "Use foldernames for lookups" setting, then movie.nfo will override all and any .nfo files in the same folder as the media files. If you don't, then moviename.nfo is used. If there is only one .nfo file in a folder, the scraper will use it for all media files in that folder. If there are multiple media files in a folder, the *.nfo should be named exactly the same as the video file it is representing (ie. '''moviename.avi''' and '''moviename.nfo'''). -->
If there is only one .nfo file in a folder, the scraper will use it for all media files in that folder. If there are multiple media files in a folder, the *.nfo should be named exactly the same as the video file it is representing (ie. '''moviename.avi''' and '''moviename.nfo'''). -->
 




Line 39: Line 40:
*<code><code></code></code>
*<code><code></code></code>
*<aired></aired>
*<aired></aired>




Line 59: Line 58:
| width=300px |'''''File Name'''''
| width=300px |'''''File Name'''''
| width=600px |'''''Save Location'''''
| width=600px |'''''Save Location'''''
|- valign="top"
|- valign="top"
| width=200px |BluRay Structure:
| width=200px |BluRay Structure:
Line 111: Line 109:
The only required tag is indicated below in the table. All other tags are optional. Of course, the less tags used, the less information that will be scraped into the library unless you are using a parsing or combination nfo.
The only required tag is indicated below in the table. All other tags are optional. Of course, the less tags used, the less information that will be scraped into the library unless you are using a parsing or combination nfo.


The following table lists the XML tags available for movie nfo's in Kodi. Children tags are displayed correctly with parent tags.  
The following table lists the XML tags available for movie nfo's in Kodi. Children tags are displayed correctly with parent tags. The list is ordered in the same manner as it should be ordered in the nfo file.


:'''''See also: [[Databases]]
:'''''See also: [[Databases]]
Line 117: Line 115:
{|class="prettytable"
{|class="prettytable"
! NFO (xml) Tag || Required || Multiple || Notes
! NFO (xml) Tag || Required || Multiple || Notes
|-
|<movie></movie> || Yes || No || The top level parent tag for the nfo file. All other tags must be contained within these two tags
|-
|<title></title> || No || No ||
|-
|<originaltitle></originaltitle> || No || No ||
|-
|<sorttitle></sorttitle> || No || No || Allows alternate title sort without modifying movie title. Used for Canonical Ordering of movie sets
|-
|-
|
|
<actor clear="true">
  <ratings>
  <name></name>
    <rating name="default" max="10" default="true">
  <role></role>
      <value></value>
  <order></order>
      <votes></votes>
  <thumb></thumb>
    </rating>
</actor>
  </ratings>
|| No || Yes || The <order> tag determines where in the list the actor will appear. 0 = first in the list
|| No || No ||
Supports "clear" attribute
|-
|<userrating></userrating> || No || No ||
|-
|-
|<aired></aired> || No || No || Not used
|<top250></top250> || No || No ||
|-
|-
|<code><code></code></code> || No || ? || Not used
|<outline></outline> || || || Should be short, will be displayed on a single line
|-
|-
|<country></country> || No || Yes || Country of origin
|<plot></plot> || || || Can contain more information on multiple lines, will be wrapped
|-
|-
|<credits clear="true"></credits> || No || Yes || Library export uses this field for writers. Supports "clear" attribute
|<tagline></tagline> || No || No ||
|-
|-
|<director clear="true"></director> || No || Yes || Supports "clear" attribute
|<runtime></runtime> || No || No || Minutes only. Overwritten when movie played
|-
|-
|<dateadded></dateadded> || No || No || Date the file was added to library. Can be altered in advancedsettings.xml
|<thumb aspect="poster" preview=""></thumb> || No || Yes || Path to Movie Posters
|-
|-
|
|
Line 144: Line 151:
     <thumb preview=""></thumb>
     <thumb preview=""></thumb>
  </fanart>
  </fanart>
|| No || No || Path to available movie fanart. Multible <thumb> entries allowed  
|| No || No || Path to available movie fanart. Multiple <thumb> entries allowed  
|-
|<mpaa></mpaa> || No || No ||
|-
|<playcount></playcount> ||  ||  || Setting this to 1, or greater, will mark the movie as watched if the ''importwatchedstate'' flag is set in advancedsettings.xml
|-
|<lastplayed></lastplayed> || No || No ||
|-
|<file></file> || No || No || Not Used. Exported in Single File Export only
|-
|<path></path> || No || No || Not used on Import. Exported in Single File Export only
|-
|<filenameandpath></filenameandpath> || No || No || Not used on Import. Exported in Single File Export only
|-
|<basepath></basepath> || No || No || Not used on Import. Exported in Single File Export only
|-
|<id></id> || No || No || IMDB Id
|-
|<uniqueid type="unknown" default="true"></uniqueid> || No || No || IMDB Id
|-
|<genre></genre> || No || Yes || Supports "clear" attribute
|-
|<country></country> || No || Yes || Country of origin
|-
|
<set>
    <name></name>
    <overview></overview>
</set>
|| No || No || Movie set tags
|-
|<tag></tag> || No || Yes || Movie tags
|-
|<credits></credits> || No || Yes ||  Library export uses this field for writers. Supports "clear" attribute
|-
|<director></director> || No || Yes || Supports "clear" attribute
|-
|<premiered></premiered> || No || No ||
|-
|<year></year> || No || No ||
|-
|<status></status> || No || No || Unknown
|-
|<code><code></code></code> ||  ||  || Unknown
|-
|<aired></aired> || No || No || Date aired. Normally used for TV Shows
|-
|<studio></studio> || No || Yes || Supports "clear" attribute
|-
|<trailer></trailer> || No || No || Path to movie trailer
|-
|-
|
|
Line 162: Line 218:
         <channels></channels>
         <channels></channels>
       </audio>
       </audio>
      <audio>
        <codec></codec>
        <language></language>
        <channels></channels>
      </audio>
      <audio>
        <codec></codec>
        <language></language>
        <channels></channels>
      </audio>
      <subtitle>
        <language></language>
      </subtitle>
      <subtitle>
        <language></language>
      </subtitle>
       <subtitle>
       <subtitle>
         <language></language>
         <language></language>
Line 183: Line 223:
     </streamdetails>
     </streamdetails>
  </fileinfo>
  </fileinfo>
|| No || No || While it is possible to manually set the information contained within the <streamdetails> tag, there is little point in doing so.  
|| No || Yes || Multiple entries of <audio> and <subtitles> accepted
Kodi will always overwrite this data when it plays back the video file. <br />
While it is possible to manually set the information contained within the <streamdetails> tag, there is little point in doing so.  
Kodi will always overwrite this data when it plays back the video file.  
In other words, no matter how many times you try to manually set it, it will be overwritten the moment the video is played
In other words, no matter how many times you try to manually set it, it will be overwritten the moment the video is played
|-
|-
|<id></id> || No || No || IMDB Id
|
<actor>
  <name></name>
  <role></role>
  <order></order>
  <thumb></thumb>
</actor>
|| No || Yes || The <order> tag determines where in the list the actor will appear. 0 = first in the list
Supports "clear" attribute
|-
|-
|<genre clear="true"></genre> || No || Yes || Supports "clear" attribute
|<showlink></showlink> || No || No || Connect movie to TV Show
|-
|<lastplayed></lastplayed> || No || No ||
|-
|<movie></movie> || Yes || No || The top level parent tag for the nfo file. '''All other tags must be contained within these two tags'''
|-
|<mpaa></mpaa> || No || No ||
|-
|<originaltitle></originaltitle> || No || No ||
|-
|<outline></outline> ||  ||  || Should be short, will be displayed on a single line
|-
|<playcount></playcount> ||  ||  || Setting this to 1, or greater, will mark the movie as watched if the ''importwatchedstate'' flag is set in advancedsettings.xml
|-
|<plot></plot> ||  ||  || Can contain more information on multiple lines, will be wrapped
|-
|<premiered></premiered> || No || No ||
|-
|
  <ratings>
    <rating name="default" max="10" default="true">
      <value></value>
      <votes></votes>
    </rating>
  </ratings>
|| No || No ||
|-
|-
|
|
Line 223: Line 247:
|| No || No || Movie resume point in Seconds
|| No || No || Movie resume point in Seconds
|-
|-
|<runtime></runtime> || No || No || Minutes only<br />Will be overwritten on first play by <fileinfo> if different
|<dateadded></dateadded> || No || No || Date the file was added to library. Can be altered in advancedsettings.xml
|-
|-
|
|
  <set>
  <art>
    <name></name>
  <fanart></fanart>
    <overview></overview>
  <poster></poster>
  </set>
  </art>
|| No || No || Movie set tags
|| Yes || No || Art in use. Exported in Single File Export only
|-
|<showlink></showlink> || No || No || Connect movie to TV Show.
|-
|<sorttitle></sorttitle> || No || No || Allows alternate title sort without modifying the movie title seen in the library. <br />Can be used for Canonical Ordering of the movies in sets
|-
|<status></status> || No || No || Not used
|-
|<studio clear="true"></studio> || No || Yes || Supports "clear" attribute
|-
|<tag></tag> || No || Yes || Movie tags
|-
|<tagline></tagline> || No || No ||
|-
|<thumb aspect="poster" preview=""></thumb> || No || Yes || Path to Movie Posters
|-
|<title></title> || No || No ||
|-
|<top250></top250> || No || No ||
|-
|<trailer></trailer> || No || No || Path to movie trailer
|-
|<uniqueid type="unknown" default="true"></uniqueid> || No || No || IMDB rating
|-
|<userrating></userrating> || No || No ||
|-
|<year></year> || No || No || Not used
|}
|}


Line 262: Line 260:


= Sample Movie nfo File =
= Sample Movie nfo File =
Provided below is a sample nfo file to assist with the manual creation process. It includes MovieSet XML tags
Provided below is a sample nfo file to assist with the manual creation process. It is extracted from the Single File nfo file. It includes MovieSet XML tags and TV Show links.


'''Press Expand at right edge of the green bar to view'''
'''Press Expand at right edge of the green bar to view'''


{{collapse top| Movie nfo file  (click 'expand' to view)}}
{{collapse top| Movie nfo file  (click 'expand' to view)}}
<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
    <?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
<movie>
    <movie>
    <title>Allegiant</title>
        <title>Allegiant</title>
    <originaltitle>Allegiant</originaltitle>
        <originaltitle>Allegiant</originaltitle>
    <sorttitle>Tmoviec10</sorttitle>
        <sorttitle>TmovieFc10</sorttitle>
    <ratings>
        <ratings>
        <rating name="default" max="10" default="true">
            <rating name="default" max="10" default="true">
            <value>5.800000</value>
                <value>5.800000</value>
            <votes>1955</votes>
                <votes>1641</votes>
        </rating>
            </rating>
    </ratings>
        </ratings>
    <userrating>8</userrating>
        <userrating>9</userrating>
    <top250>0</top250>
        <top250>0</top250>
    <outline>Divergent 03</outline>
        <outline>TmovieFc02</outline>
    <plot>Beatrice Prior and Tobias Eaton venture into the world outside of the fence and are taken into protective custody by a mysterious agency known as the Bureau of Genetic Welfare.</plot>
        <plot>Beatrice Prior and Tobias Eaton venture into the world outside of the fence and are taken into protective custody by a mysterious agency known as the Bureau of Genetic Welfare.</plot>
    <tagline>Break the boundaries of your world</tagline>
        <tagline>Break the boundaries of your world</tagline>
    <runtime>88</runtime>
        <runtime>88</runtime>
    <thumb aspect="poster" preview="http://image.tmdb.org/t/p/w500/tSFBh9Ayn5uiwbUK9HvD2lrRgaQ.jpg">http://image.tmdb.org/t/p/original/tSFBh9Ayn5uiwbUK9HvD2lrRgaQ.jpg</thumb>
        <thumb aspect="poster" preview="http://image.tmdb.org/t/p/w500/tSFBh9Ayn5uiwbUK9HvD2lrRgaQ.jpg">http://image.tmdb.org/t/p/original/tSFBh9Ayn5uiwbUK9HvD2lrRgaQ.jpg</thumb>
    <thumb aspect="poster" preview="http://image.tmdb.org/t/p/w500/bFDF2v2nHMjuGiEAmSEk0gOWmED.jpg">http://image.tmdb.org/t/p/original/bFDF2v2nHMjuGiEAmSEk0gOWmED.jpg</thumb>
        <thumb aspect="poster" preview="http://image.tmdb.org/t/p/w500/bFDF2v2nHMjuGiEAmSEk0gOWmED.jpg">http://image.tmdb.org/t/p/original/bFDF2v2nHMjuGiEAmSEk0gOWmED.jpg</thumb>
    <thumb aspect="poster" preview="http://image.tmdb.org/t/p/w500/tzo6bFhbzZGsK7lmBY4Rh3DIejx.jpg">http://image.tmdb.org/t/p/original/tzo6bFhbzZGsK7lmBY4Rh3DIejx.jpg</thumb>
        <thumb aspect="poster" preview="http://image.tmdb.org/t/p/w500/gfkjqfpejEthVhY1nhgACP5tahT.jpg">http://image.tmdb.org/t/p/original/gfkjqfpejEthVhY1nhgACP5tahT.jpg</thumb>
    <thumb aspect="poster" preview="http://image.tmdb.org/t/p/w500/gfkjqfpejEthVhY1nhgACP5tahT.jpg">http://image.tmdb.org/t/p/original/gfkjqfpejEthVhY1nhgACP5tahT.jpg</thumb>
        <thumb aspect="poster" preview="http://image.tmdb.org/t/p/w500/i9LuBG9cx9BW7fFepeCVrvJ8XRP.jpg">http://image.tmdb.org/t/p/original/i9LuBG9cx9BW7fFepeCVrvJ8XRP.jpg</thumb>
    <thumb aspect="poster" preview="http://image.tmdb.org/t/p/w500/i9LuBG9cx9BW7fFepeCVrvJ8XRP.jpg">http://image.tmdb.org/t/p/original/i9LuBG9cx9BW7fFepeCVrvJ8XRP.jpg</thumb>
        <thumb aspect="poster" preview="http://image.tmdb.org/t/p/w500/tzo6bFhbzZGsK7lmBY4Rh3DIejx.jpg">http://image.tmdb.org/t/p/original/tzo6bFhbzZGsK7lmBY4Rh3DIejx.jpg</thumb>
    <thumb aspect="poster" preview="http://image.tmdb.org/t/p/w500/druHpfN5TrH7obwkZgzim9lagn8.jpg">http://image.tmdb.org/t/p/original/druHpfN5TrH7obwkZgzim9lagn8.jpg</thumb>
        <thumb aspect="poster" preview="http://image.tmdb.org/t/p/w500/druHpfN5TrH7obwkZgzim9lagn8.jpg">http://image.tmdb.org/t/p/original/druHpfN5TrH7obwkZgzim9lagn8.jpg</thumb>
    <thumb aspect="poster" preview="http://image.tmdb.org/t/p/w500/sxtN4xfUmQeLdHmGwu51hAaZZ96.jpg">http://image.tmdb.org/t/p/original/sxtN4xfUmQeLdHmGwu51hAaZZ96.jpg</thumb>
        <thumb aspect="poster" preview="http://image.tmdb.org/t/p/w500/sxtN4xfUmQeLdHmGwu51hAaZZ96.jpg">http://image.tmdb.org/t/p/original/sxtN4xfUmQeLdHmGwu51hAaZZ96.jpg</thumb>
    <thumb aspect="poster" preview="http://image.tmdb.org/t/p/w500/kx8DFfOqxJ05jjq4gddIwaM8PaP.jpg">http://image.tmdb.org/t/p/original/kx8DFfOqxJ05jjq4gddIwaM8PaP.jpg</thumb>
        <thumb aspect="poster" preview="http://image.tmdb.org/t/p/w500/kx8DFfOqxJ05jjq4gddIwaM8PaP.jpg">http://image.tmdb.org/t/p/original/kx8DFfOqxJ05jjq4gddIwaM8PaP.jpg</thumb>
    <thumb aspect="poster" preview="http://image.tmdb.org/t/p/w500/AyRu1cFyhJZQ2dK3SyMiBqO4Cj.jpg">http://image.tmdb.org/t/p/original/AyRu1cFyhJZQ2dK3SyMiBqO4Cj.jpg</thumb>
        <thumb aspect="poster" preview="http://image.tmdb.org/t/p/w500/AyRu1cFyhJZQ2dK3SyMiBqO4Cj.jpg">http://image.tmdb.org/t/p/original/AyRu1cFyhJZQ2dK3SyMiBqO4Cj.jpg</thumb>
    <thumb aspect="poster" preview="http://image.tmdb.org/t/p/w500/mtTFB4F5jIOEcZX8tVRVUkTeAwh.jpg">http://image.tmdb.org/t/p/original/mtTFB4F5jIOEcZX8tVRVUkTeAwh.jpg</thumb>
        <thumb aspect="poster" preview="http://image.tmdb.org/t/p/w500/mtTFB4F5jIOEcZX8tVRVUkTeAwh.jpg">http://image.tmdb.org/t/p/original/mtTFB4F5jIOEcZX8tVRVUkTeAwh.jpg</thumb>
    <thumb aspect="poster" preview="http://image.tmdb.org/t/p/w500/7Puegpg8sCm8vAZ5nbj25EkBb36.jpg">http://image.tmdb.org/t/p/original/7Puegpg8sCm8vAZ5nbj25EkBb36.jpg</thumb>
        <thumb aspect="poster" preview="http://image.tmdb.org/t/p/w500/7Puegpg8sCm8vAZ5nbj25EkBb36.jpg">http://image.tmdb.org/t/p/original/7Puegpg8sCm8vAZ5nbj25EkBb36.jpg</thumb>
    <thumb aspect="poster" preview="http://image.tmdb.org/t/p/w500/xTe4sPMGDSTplAEjnysfneEA1G1.jpg">http://image.tmdb.org/t/p/original/xTe4sPMGDSTplAEjnysfneEA1G1.jpg</thumb>
        <thumb aspect="poster" preview="http://image.tmdb.org/t/p/w500/xTe4sPMGDSTplAEjnysfneEA1G1.jpg">http://image.tmdb.org/t/p/original/xTe4sPMGDSTplAEjnysfneEA1G1.jpg</thumb>
    <thumb aspect="poster" preview="http://image.tmdb.org/t/p/w500/jcYhuAMcSH6myWQxGvxYSvYmwcn.jpg">http://image.tmdb.org/t/p/original/jcYhuAMcSH6myWQxGvxYSvYmwcn.jpg</thumb>
        <thumb aspect="poster" preview="http://image.tmdb.org/t/p/w500/afS2Prr0Rbzql8kuvjyLR8CkRNS.jpg">http://image.tmdb.org/t/p/original/afS2Prr0Rbzql8kuvjyLR8CkRNS.jpg</thumb>
    <thumb aspect="poster" preview="http://image.tmdb.org/t/p/w500/afS2Prr0Rbzql8kuvjyLR8CkRNS.jpg">http://image.tmdb.org/t/p/original/afS2Prr0Rbzql8kuvjyLR8CkRNS.jpg</thumb>
        <thumb aspect="poster" preview="http://image.tmdb.org/t/p/w500/jcYhuAMcSH6myWQxGvxYSvYmwcn.jpg">http://image.tmdb.org/t/p/original/jcYhuAMcSH6myWQxGvxYSvYmwcn.jpg</thumb>
    <thumb aspect="poster" preview="http://image.tmdb.org/t/p/w500/EH0BBsXklLQelq3qtzSzXFKhYv.jpg">http://image.tmdb.org/t/p/original/EH0BBsXklLQelq3qtzSzXFKhYv.jpg</thumb>
        <thumb aspect="poster" preview="http://image.tmdb.org/t/p/w500/EH0BBsXklLQelq3qtzSzXFKhYv.jpg">http://image.tmdb.org/t/p/original/EH0BBsXklLQelq3qtzSzXFKhYv.jpg</thumb>
    <thumb aspect="poster" preview="http://image.tmdb.org/t/p/w500/JVIkAxjJ4Qky13BiWFVJo0rFuV.jpg">http://image.tmdb.org/t/p/original/JVIkAxjJ4Qky13BiWFVJo0rFuV.jpg</thumb>
        <thumb aspect="poster" preview="http://image.tmdb.org/t/p/w500/JVIkAxjJ4Qky13BiWFVJo0rFuV.jpg">http://image.tmdb.org/t/p/original/JVIkAxjJ4Qky13BiWFVJo0rFuV.jpg</thumb>
    <thumb aspect="poster" preview="http://image.tmdb.org/t/p/w500/por6QpWfgjt6qLe8A1C0vvSGe9q.jpg">http://image.tmdb.org/t/p/original/por6QpWfgjt6qLe8A1C0vvSGe9q.jpg</thumb>
        <thumb aspect="poster" preview="http://image.tmdb.org/t/p/w500/yasmw8BQN6AZK73XGIiLVw1MLDF.jpg">http://image.tmdb.org/t/p/original/yasmw8BQN6AZK73XGIiLVw1MLDF.jpg</thumb>
    <thumb aspect="poster" preview="http://image.tmdb.org/t/p/w500/smw5aT9ypuq7Ub1QSXs3YxF5LTm.jpg">http://image.tmdb.org/t/p/original/smw5aT9ypuq7Ub1QSXs3YxF5LTm.jpg</thumb>
        <thumb aspect="poster" preview="http://image.tmdb.org/t/p/w500/sg14CXGvREXKwAvknfDh4L9Jxd3.jpg">http://image.tmdb.org/t/p/original/sg14CXGvREXKwAvknfDh4L9Jxd3.jpg</thumb>
    <thumb aspect="poster" preview="http://image.tmdb.org/t/p/w500/8QqPdiEMQYg4x9xIMXxmWMSUcYj.jpg">http://image.tmdb.org/t/p/original/8QqPdiEMQYg4x9xIMXxmWMSUcYj.jpg</thumb>
        <thumb aspect="poster" preview="http://image.tmdb.org/t/p/w500/focfTLC5yFynFhS2BFmt58s46fu.jpg">http://image.tmdb.org/t/p/original/focfTLC5yFynFhS2BFmt58s46fu.jpg</thumb>
    <thumb aspect="poster" preview="http://image.tmdb.org/t/p/w500/e37YQkMBCV0Alt7JhSG1wKTsOt1.jpg">http://image.tmdb.org/t/p/original/e37YQkMBCV0Alt7JhSG1wKTsOt1.jpg</thumb>
        <thumb aspect="poster" preview="http://image.tmdb.org/t/p/w500/e37YQkMBCV0Alt7JhSG1wKTsOt1.jpg">http://image.tmdb.org/t/p/original/e37YQkMBCV0Alt7JhSG1wKTsOt1.jpg</thumb>
    <thumb aspect="poster" preview="http://image.tmdb.org/t/p/w500/focfTLC5yFynFhS2BFmt58s46fu.jpg">http://image.tmdb.org/t/p/original/focfTLC5yFynFhS2BFmt58s46fu.jpg</thumb>
        <thumb aspect="poster" preview="http://image.tmdb.org/t/p/w500/8QqPdiEMQYg4x9xIMXxmWMSUcYj.jpg">http://image.tmdb.org/t/p/original/8QqPdiEMQYg4x9xIMXxmWMSUcYj.jpg</thumb>
    <thumb aspect="poster" preview="http://image.tmdb.org/t/p/w500/sg14CXGvREXKwAvknfDh4L9Jxd3.jpg">http://image.tmdb.org/t/p/original/sg14CXGvREXKwAvknfDh4L9Jxd3.jpg</thumb>
        <thumb aspect="poster" preview="http://image.tmdb.org/t/p/w500/smw5aT9ypuq7Ub1QSXs3YxF5LTm.jpg">http://image.tmdb.org/t/p/original/smw5aT9ypuq7Ub1QSXs3YxF5LTm.jpg</thumb>
    <thumb aspect="poster" preview="http://image.tmdb.org/t/p/w500/yasmw8BQN6AZK73XGIiLVw1MLDF.jpg">http://image.tmdb.org/t/p/original/yasmw8BQN6AZK73XGIiLVw1MLDF.jpg</thumb>
        <thumb aspect="poster" preview="http://image.tmdb.org/t/p/w500/por6QpWfgjt6qLe8A1C0vvSGe9q.jpg">http://image.tmdb.org/t/p/original/por6QpWfgjt6qLe8A1C0vvSGe9q.jpg</thumb>
    <thumb aspect="poster" preview="http://image.tmdb.org/t/p/w500/8LmLUOd8jpMNOZkf9uQQj7D43QQ.jpg">http://image.tmdb.org/t/p/original/8LmLUOd8jpMNOZkf9uQQj7D43QQ.jpg</thumb>
        <thumb aspect="poster" preview="http://image.tmdb.org/t/p/w500/8LmLUOd8jpMNOZkf9uQQj7D43QQ.jpg">http://image.tmdb.org/t/p/original/8LmLUOd8jpMNOZkf9uQQj7D43QQ.jpg</thumb>
    <thumb aspect="poster" preview="http://image.tmdb.org/t/p/w500/7XWz4sR868AD9oAMVqpsFvIcGdk.jpg">http://image.tmdb.org/t/p/original/7XWz4sR868AD9oAMVqpsFvIcGdk.jpg</thumb>
        <thumb aspect="poster" preview="http://image.tmdb.org/t/p/w500/7XWz4sR868AD9oAMVqpsFvIcGdk.jpg">http://image.tmdb.org/t/p/original/7XWz4sR868AD9oAMVqpsFvIcGdk.jpg</thumb>
    <thumb aspect="poster" preview="http://image.tmdb.org/t/p/w500/78KpRH6cBQEvcHYeux11b42qJRx.jpg">http://image.tmdb.org/t/p/original/78KpRH6cBQEvcHYeux11b42qJRx.jpg</thumb>
        <thumb aspect="poster" preview="http://image.tmdb.org/t/p/w500/78KpRH6cBQEvcHYeux11b42qJRx.jpg">http://image.tmdb.org/t/p/original/78KpRH6cBQEvcHYeux11b42qJRx.jpg</thumb>
    <thumb aspect="poster" preview="http://image.tmdb.org/t/p/w500/k6zNQwDr4JNB33Mo7RCMNrbFeNd.jpg">http://image.tmdb.org/t/p/original/k6zNQwDr4JNB33Mo7RCMNrbFeNd.jpg</thumb>
        <thumb aspect="poster" preview="http://image.tmdb.org/t/p/w500/k6zNQwDr4JNB33Mo7RCMNrbFeNd.jpg">http://image.tmdb.org/t/p/original/k6zNQwDr4JNB33Mo7RCMNrbFeNd.jpg</thumb>
    <fanart>
        <fanart>
        <thumb preview="http://image.tmdb.org/t/p/w780/sFthBeT0Y3WVfg6b3MkcJs9qfzq.jpg">http://image.tmdb.org/t/p/original/sFthBeT0Y3WVfg6b3MkcJs9qfzq.jpg</thumb>
            <thumb preview="http://image.tmdb.org/t/p/w780/sFthBeT0Y3WVfg6b3MkcJs9qfzq.jpg">http://image.tmdb.org/t/p/original/sFthBeT0Y3WVfg6b3MkcJs9qfzq.jpg</thumb>
        <thumb preview="http://image.tmdb.org/t/p/w780/uAHZoVE4tkUHTVzm03raQYTsarx.jpg">http://image.tmdb.org/t/p/original/uAHZoVE4tkUHTVzm03raQYTsarx.jpg</thumb>
            <thumb preview="http://image.tmdb.org/t/p/w780/uAHZoVE4tkUHTVzm03raQYTsarx.jpg">http://image.tmdb.org/t/p/original/uAHZoVE4tkUHTVzm03raQYTsarx.jpg</thumb>
        <thumb preview="http://image.tmdb.org/t/p/w780/p1dkPKpHJ32FvhKZSAUdA1JSYFi.jpg">http://image.tmdb.org/t/p/original/p1dkPKpHJ32FvhKZSAUdA1JSYFi.jpg</thumb>
            <thumb preview="http://image.tmdb.org/t/p/w780/p1dkPKpHJ32FvhKZSAUdA1JSYFi.jpg">http://image.tmdb.org/t/p/original/p1dkPKpHJ32FvhKZSAUdA1JSYFi.jpg</thumb>
        <thumb preview="http://image.tmdb.org/t/p/w780/qN3gzc9NByIw3Yo2fa38IUFf47D.jpg">http://image.tmdb.org/t/p/original/qN3gzc9NByIw3Yo2fa38IUFf47D.jpg</thumb>
            <thumb preview="http://image.tmdb.org/t/p/w780/qN3gzc9NByIw3Yo2fa38IUFf47D.jpg">http://image.tmdb.org/t/p/original/qN3gzc9NByIw3Yo2fa38IUFf47D.jpg</thumb>
        <thumb preview="http://image.tmdb.org/t/p/w780/74UuthnMEsY7X87fMhuLbPcHuen.jpg">http://image.tmdb.org/t/p/original/74UuthnMEsY7X87fMhuLbPcHuen.jpg</thumb>
            <thumb preview="http://image.tmdb.org/t/p/w780/74UuthnMEsY7X87fMhuLbPcHuen.jpg">http://image.tmdb.org/t/p/original/74UuthnMEsY7X87fMhuLbPcHuen.jpg</thumb>
        <thumb preview="http://image.tmdb.org/t/p/w780/jaoDlr7XGGtHs1VpN9macrbXheO.jpg">http://image.tmdb.org/t/p/original/jaoDlr7XGGtHs1VpN9macrbXheO.jpg</thumb>
            <thumb preview="http://image.tmdb.org/t/p/w780/jaoDlr7XGGtHs1VpN9macrbXheO.jpg">http://image.tmdb.org/t/p/original/jaoDlr7XGGtHs1VpN9macrbXheO.jpg</thumb>
        <thumb preview="http://image.tmdb.org/t/p/w780/nhPgHKSnDDNOYbNysPHUHxjYClj.jpg">http://image.tmdb.org/t/p/original/nhPgHKSnDDNOYbNysPHUHxjYClj.jpg</thumb>
            <thumb preview="http://image.tmdb.org/t/p/w780/nhPgHKSnDDNOYbNysPHUHxjYClj.jpg">http://image.tmdb.org/t/p/original/nhPgHKSnDDNOYbNysPHUHxjYClj.jpg</thumb>
        <thumb preview="http://image.tmdb.org/t/p/w780/kj6oqsZo40hwzLBAQeKefGbp9aJ.jpg">http://image.tmdb.org/t/p/original/kj6oqsZo40hwzLBAQeKefGbp9aJ.jpg</thumb>
            <thumb preview="http://image.tmdb.org/t/p/w780/kj6oqsZo40hwzLBAQeKefGbp9aJ.jpg">http://image.tmdb.org/t/p/original/kj6oqsZo40hwzLBAQeKefGbp9aJ.jpg</thumb>
        <thumb preview="http://image.tmdb.org/t/p/w780/hqh4cBYu3gtFJ8f8cO0MnYnk2bF.jpg">http://image.tmdb.org/t/p/original/hqh4cBYu3gtFJ8f8cO0MnYnk2bF.jpg</thumb>
            <thumb preview="http://image.tmdb.org/t/p/w780/hqh4cBYu3gtFJ8f8cO0MnYnk2bF.jpg">http://image.tmdb.org/t/p/original/hqh4cBYu3gtFJ8f8cO0MnYnk2bF.jpg</thumb>
        <thumb preview="http://image.tmdb.org/t/p/w780/oOWOMv8aWUYalMyRE3DbsnQyNod.jpg">http://image.tmdb.org/t/p/original/oOWOMv8aWUYalMyRE3DbsnQyNod.jpg</thumb>
            <thumb preview="http://image.tmdb.org/t/p/w780/oOWOMv8aWUYalMyRE3DbsnQyNod.jpg">http://image.tmdb.org/t/p/original/oOWOMv8aWUYalMyRE3DbsnQyNod.jpg</thumb>
        <thumb preview="http://image.tmdb.org/t/p/w780/jQsERPRmJ3bm6OSQvljSvPcRXQV.jpg">http://image.tmdb.org/t/p/original/jQsERPRmJ3bm6OSQvljSvPcRXQV.jpg</thumb>
            <thumb preview="http://image.tmdb.org/t/p/w780/jQsERPRmJ3bm6OSQvljSvPcRXQV.jpg">http://image.tmdb.org/t/p/original/jQsERPRmJ3bm6OSQvljSvPcRXQV.jpg</thumb>
        <thumb preview="http://image.tmdb.org/t/p/w780/6rgatvYytkkI5sQdY300gw3cj1W.jpg">http://image.tmdb.org/t/p/original/6rgatvYytkkI5sQdY300gw3cj1W.jpg</thumb>
            <thumb preview="http://image.tmdb.org/t/p/w780/6rgatvYytkkI5sQdY300gw3cj1W.jpg">http://image.tmdb.org/t/p/original/6rgatvYytkkI5sQdY300gw3cj1W.jpg</thumb>
        <thumb preview="http://image.tmdb.org/t/p/w780/6DI62qsY7kAYJhMBxnnZMduiS7y.jpg">http://image.tmdb.org/t/p/original/6DI62qsY7kAYJhMBxnnZMduiS7y.jpg</thumb>
            <thumb preview="http://image.tmdb.org/t/p/w780/6DI62qsY7kAYJhMBxnnZMduiS7y.jpg">http://image.tmdb.org/t/p/original/6DI62qsY7kAYJhMBxnnZMduiS7y.jpg</thumb>
        <thumb preview="http://image.tmdb.org/t/p/w780/mKf1N4hvoKJXiM2Q0i1kAjerLvY.jpg">http://image.tmdb.org/t/p/original/mKf1N4hvoKJXiM2Q0i1kAjerLvY.jpg</thumb>
            <thumb preview="http://image.tmdb.org/t/p/w780/mKf1N4hvoKJXiM2Q0i1kAjerLvY.jpg">http://image.tmdb.org/t/p/original/mKf1N4hvoKJXiM2Q0i1kAjerLvY.jpg</thumb>
        <thumb preview="http://image.tmdb.org/t/p/w780/b0VveMbxu2hVhaRQO203rtoTYOz.jpg">http://image.tmdb.org/t/p/original/b0VveMbxu2hVhaRQO203rtoTYOz.jpg</thumb>
            <thumb preview="http://image.tmdb.org/t/p/w780/b0VveMbxu2hVhaRQO203rtoTYOz.jpg">http://image.tmdb.org/t/p/original/b0VveMbxu2hVhaRQO203rtoTYOz.jpg</thumb>
        <thumb preview="http://image.tmdb.org/t/p/w780/dJwlNja2UpCArLmWrVgC1Jcxcgi.jpg">http://image.tmdb.org/t/p/original/dJwlNja2UpCArLmWrVgC1Jcxcgi.jpg</thumb>
            <thumb preview="http://image.tmdb.org/t/p/w780/dJwlNja2UpCArLmWrVgC1Jcxcgi.jpg">http://image.tmdb.org/t/p/original/dJwlNja2UpCArLmWrVgC1Jcxcgi.jpg</thumb>
    </fanart>
        </fanart>
    <mpaa>Rated PG-13</mpaa>
        <mpaa>Rated M</mpaa>
    <playcount>2</playcount>
        <playcount>0</playcount>
    <lastplayed>2017-09-11</lastplayed>
        <lastplayed>2017-09-16</lastplayed>
    <id>tt3410834</id>
        <file></file>
    <uniqueid type="unknown" default="true">tt3410834</uniqueid>
        <path>F:\Movies- Test - Scraped\Allegiant (2016)\BDMV\</path>
    <genre>Adventure</genre>
        <filenameandpath>F:\Movies- Test - Scraped\Allegiant (2016)\BDMV\index.bdmv</filenameandpath>
    <genre>Science Fiction</genre>
        <basepath>F:\Movies- Test - Scraped\Allegiant (2016)\</basepath>
    <country>United States of America</country>
        <id>tt3410834</id>
    <set>
        <uniqueid type="unknown" default="true">tt3410834</uniqueid>
        <name>Divergent Collection</name>
        <genre>Adventure</genre>
         <overview>The Divergent trilogy is a series of young adult science fiction adventure novels by American novelist Veronica Roth set in a dystopian Chicago</overview>
        <genre>Science Fiction</genre>
    </set>
        <country>United States of America</country>
    <tag>ReFi Tag</tag>
        <set>
    <tag>SciFi Tag</tag>
            <name>Divergent Collection</name>
    <credits>Stephen Chbosky</credits>
         </set>
    <credits>Adam Cooper</credits>
        <tag>Best Tag</tag>
    <credits>Bill Collage</credits>
        <credits>Noah Oppenheim</credits>
    <credits>Noah Oppenheim</credits>
        <credits>Adam Cooper</credits>
    <director>Robert Schwentke</director>
        <credits>Bill Collage</credits>
    <premiered>2016-03-09</premiered>
        <credits>Stephen Chbosky</credits>
    <year>2016</year>
        <director>Robert Schwentke</director>
    <status></status>
        <premiered>2016-03-09</premiered>
    <code></code>
        <year>2016</year>
    <aired></aired>
        <status></status>
    <studio>Summit Entertainment</studio>
        <code></code>
    <trailer>plugin://plugin.video.youtube/?action=play_video&amp;videoid=Gvq6cMtT5nA</trailer>
        <aired></aired>
    <fileinfo>
        <studio>Summit Entertainment</studio>
        <streamdetails>
        <trailer>TmovieFc19</trailer>
            <video>
        <fileinfo>
                <codec>vc1</codec>
            <streamdetails>
                <aspect>1.777778</aspect>
                <video>
                <width>1920</width>
                    <codec>h264</codec>
                <height>1080</height>
                    <aspect>1.777778</aspect>
                <durationinseconds>5311</durationinseconds>
                    <width>1920</width>
                <stereomode></stereomode>
                    <height>1080</height>
            </video>
                    <durationinseconds>5311</durationinseconds>
            <audio>
                    <stereomode></stereomode>
                <codec>truehd</codec>
                </video>
                <language>eng</language>
                <audio>
                <channels>6</channels>
                    <codec>ac3</codec>
            </audio>
                    <language>eng</language>
            <audio>
                    <channels>2</channels>
                <codec>ac3</codec>
                </audio>
                <language>eng</language>
                <audio>
                <channels>6</channels>
                    <codec>ac3</codec>
            </audio>
                    <language></language>
            <audio>
                    <channels>2</channels>
                 <codec>ac3</codec>
                </audio>
                <language></language>
                 <subtitle>
                 <channels>6</channels>
                    <language>eng</language>
            </audio>
                 </subtitle>
            <subtitle>
                <subtitle>
                <language>eng</language>
                    <language></language>
            </subtitle>
                </subtitle>
             <subtitle>
             </streamdetails>
                <language></language>
        </fileinfo>
             </subtitle>
        <actor>
             <subtitle>
             <name>Shailene Woodley</name>
                <language></language>
             <role>Beatrice &quot;Tris&quot; Prior</role>
             </subtitle>
             <order>0</order>
        </streamdetails>
            <thumb>http://image.tmdb.org/t/p/original/kkLbiTlBGNwJL9qHuVHeqCMNrEx.jpg</thumb>
    </fileinfo>
        </actor>
    <actor>
         <actor>
         <name>Shailene Woodley</name>
            <name>Theo James</name>
        <role>Beatrice &quot;Tris&quot; Prior</role>
            <role>Tobias &quot;Four&quot; Eaton</role>
        <order>0</order>
            <order>1</order>
        <thumb>http://image.tmdb.org/t/p/original/kkLbiTlBGNwJL9qHuVHeqCMNrEx.jpg</thumb>
            <thumb>http://image.tmdb.org/t/p/original/hLNSoQ3gc52X5VVb172yO3CuUEq.jpg</thumb>
    </actor>
        </actor>
    <actor>
        <actor>
        <name>Theo James</name>
            <name>Zoë Kravitz</name>
        <role>Tobias &quot;Four&quot; Eaton</role>
            <role>Christina</role>
        <order>1</order>
            <order>2</order>
        <thumb>http://image.tmdb.org/t/p/original/hLNSoQ3gc52X5VVb172yO3CuUEq.jpg</thumb>
            <thumb>http://image.tmdb.org/t/p/original/wcl5pdFDAUyDgJ1gfQErXch6FgH.jpg</thumb>
    </actor>
        </actor>
    <actor>
        <actor>
        <name>Zo├½ Kravitz</name>
            <name>Miles Teller</name>
        <role>Christina</role>
            <role>Peter Hayes</role>
        <order>2</order>
            <order>3</order>
        <thumb>http://image.tmdb.org/t/p/original/wcl5pdFDAUyDgJ1gfQErXch6FgH.jpg</thumb>
            <thumb>http://image.tmdb.org/t/p/original/o2wfvYAvspsKqYVt4ORR8VWjB7H.jpg</thumb>
    </actor>
        </actor>
    <actor>
        <actor>
        <name>Miles Teller</name>
            <name>Naomi Watts</name>
        <role>Peter Hayes</role>
            <role>Evelyn Johnson-Eaton</role>
        <order>3</order>
            <order>4</order>
        <thumb>http://image.tmdb.org/t/p/original/o2wfvYAvspsKqYVt4ORR8VWjB7H.jpg</thumb>
            <thumb>http://image.tmdb.org/t/p/original/8W02WOJI1pEGh2iqQsgITR5tV0P.jpg</thumb>
    </actor>
        </actor>
    <actor>
        <actor>
        <name>Naomi Watts</name>
            <name>Ansel Elgort</name>
        <role>Evelyn Johnson-Eaton</role>
            <role>Caleb Prior</role>
        <order>4</order>
            <order>5</order>
        <thumb>http://image.tmdb.org/t/p/original/8W02WOJI1pEGh2iqQsgITR5tV0P.jpg</thumb>
            <thumb>http://image.tmdb.org/t/p/original/uQYUfGvOZkB5x25Z19UeyLABHmr.jpg</thumb>
    </actor>
        </actor>
    <actor>
        <actor>
        <name>Ansel Elgort</name>
            <name>Jeff Daniels</name>
        <role>Caleb Prior</role>
            <role>David</role>
        <order>5</order>
            <order>6</order>
        <thumb>http://image.tmdb.org/t/p/original/uQYUfGvOZkB5x25Z19UeyLABHmr.jpg</thumb>
            <thumb>http://image.tmdb.org/t/p/original/gai03gCu3DxMYxFympt7hUObpI5.jpg</thumb>
    </actor>
        </actor>
    <actor>
        <actor>
        <name>Jeff Daniels</name>
            <name>Octavia Spencer</name>
        <role>David</role>
            <role>Johanna Reyes</role>
        <order>6</order>
            <order>7</order>
        <thumb>http://image.tmdb.org/t/p/original/gai03gCu3DxMYxFympt7hUObpI5.jpg</thumb>
            <thumb>http://image.tmdb.org/t/p/original/4FEVru6fBFyJECqwqjHwlZdsL4c.jpg</thumb>
    </actor>
        </actor>
    <actor>
        <actor>
        <name>Octavia Spencer</name>
            <name>Keiynan Lonsdale</name>
        <role>Johanna Reyes</role>
            <role>Uriah Pedrad</role>
        <order>7</order>
            <order>8</order>
        <thumb>http://image.tmdb.org/t/p/original/4FEVru6fBFyJECqwqjHwlZdsL4c.jpg</thumb>
            <thumb>http://image.tmdb.org/t/p/original/d2APuABXn7sFUEThmlzPz3EyjUf.jpg</thumb>
    </actor>
        </actor>
    <actor>
        <actor>
        <name>Keiynan Lonsdale</name>
            <name>Daniel Dae Kim</name>
        <role>Uriah Pedrad</role>
            <role>Jack Kang</role>
        <order>8</order>
            <order>9</order>
        <thumb>http://image.tmdb.org/t/p/original/d2APuABXn7sFUEThmlzPz3EyjUf.jpg</thumb>
            <thumb>http://image.tmdb.org/t/p/original/xnaUUZkulAAwS5sbZ2cL7pHal4x.jpg</thumb>
    </actor>
        </actor>
    <actor>
        <actor>
        <name>Daniel Dae Kim</name>
            <name>Maggie Q</name>
        <role>Jack Kang</role>
            <role>Tori Wu</role>
        <order>9</order>
            <order>10</order>
        <thumb>http://image.tmdb.org/t/p/original/xnaUUZkulAAwS5sbZ2cL7pHal4x.jpg</thumb>
            <thumb>http://image.tmdb.org/t/p/original/bFc4F3jQLViv66ugp9nzB1uUldX.jpg</thumb>
    </actor>
        </actor>
    <actor>
        <actor>
        <name>Maggie Q</name>
            <name>Bill Skarsgård</name>
        <role>Tori Wu</role>
            <role>Matthew</role>
        <order>10</order>
            <order>11</order>
        <thumb>http://image.tmdb.org/t/p/original/bFc4F3jQLViv66ugp9nzB1uUldX.jpg</thumb>
            <thumb>http://image.tmdb.org/t/p/original/dNBVysW90WipOgX81sAsvxtvddF.jpg</thumb>
    </actor>
        </actor>
    <actor>
        <actor>
        <name>Bill Skarsg├Ñrd</name>
            <name>Jonny Weston</name>
        <role>Matthew</role>
            <role>Edgar</role>
        <order>11</order>
            <order>12</order>
        <thumb>http://image.tmdb.org/t/p/original/dNBVysW90WipOgX81sAsvxtvddF.jpg</thumb>
            <thumb>http://image.tmdb.org/t/p/original/qv8lrHTf22WO92kdWcIu8ZMee0J.jpg</thumb>
    </actor>
        </actor>
    <actor>
        <actor>
        <name>Jonny Weston</name>
            <name>Nadia Hilker</name>
        <role>Edgar</role>
            <role>Nita</role>
        <order>12</order>
            <order>13</order>
        <thumb>http://image.tmdb.org/t/p/original/qv8lrHTf22WO92kdWcIu8ZMee0J.jpg</thumb>
            <thumb>http://image.tmdb.org/t/p/original/5R1kGLClhe3VsweNDHDDjaMZxzC.jpg</thumb>
    </actor>
        </actor>
    <actor>
        <actor>
        <name>Nadia Hilker</name>
            <name>Andy Bean</name>
        <role>Nita</role>
            <role>Romit</role>
        <order>13</order>
            <order>14</order>
        <thumb>http://image.tmdb.org/t/p/original/5R1kGLClhe3VsweNDHDDjaMZxzC.jpg</thumb>
            <thumb>http://image.tmdb.org/t/p/original/fHVxueDdVcOztnp4MdN8THwzI60.jpg</thumb>
    </actor>
        </actor>
    <actor>
        <actor>
        <name>Andy Bean</name>
            <name>Ray Stevenson</name>
        <role>Romit</role>
            <role>Marcus Eaton</role>
        <order>14</order>
            <order>15</order>
        <thumb>http://image.tmdb.org/t/p/original/fHVxueDdVcOztnp4MdN8THwzI60.jpg</thumb>
            <thumb>http://image.tmdb.org/t/p/original/bcd9uqwfCVYsu7rduZnPVYUkyfU.jpg</thumb>
    </actor>
        </actor>
    <actor>
        <actor>
        <name>Ray Stevenson</name>
            <name>Mekhi Phifer</name>
        <role>Marcus Eaton</role>
            <role>Max</role>
        <order>15</order>
            <order>16</order>
        <thumb>http://image.tmdb.org/t/p/original/bcd9uqwfCVYsu7rduZnPVYUkyfU.jpg</thumb>
            <thumb>http://image.tmdb.org/t/p/original/xrv9RDMPoTd9NsfpUzL81XglAmk.jpg</thumb>
    </actor>
        </actor>
    <actor>
        <actor>
        <name>Mekhi Phifer</name>
            <name>Joseph David-Jones</name>
        <role>Max</role>
            <role>Hollis</role>
        <order>16</order>
            <order>17</order>
        <thumb>http://image.tmdb.org/t/p/original/xrv9RDMPoTd9NsfpUzL81XglAmk.jpg</thumb>
            <thumb>http://image.tmdb.org/t/p/original/VXgR1NWyLITIS0TEocGFiesfaz.jpg</thumb>
    </actor>
        </actor>
    <actor>
        <actor>
        <name>Joseph David-Jones</name>
            <name>Ashley Judd</name>
        <role>Hollis</role>
            <role>Natalie Prior</role>
        <order>17</order>
            <order>18</order>
        <thumb>http://image.tmdb.org/t/p/original/VXgR1NWyLITIS0TEocGFiesfaz.jpg</thumb>
            <thumb>http://image.tmdb.org/t/p/original/3bgmRDt02iGFVjhqCqstVyEeiwG.jpg</thumb>
    </actor>
        </actor>
    <actor>
        <actor>
        <name>Ashley Judd</name>
            <name>Xander Berkeley</name>
        <role>Natalie Prior</role>
            <role>Phillip</role>
        <order>18</order>
            <order>19</order>
        <thumb>http://image.tmdb.org/t/p/original/3bgmRDt02iGFVjhqCqstVyEeiwG.jpg</thumb>
            <thumb>http://image.tmdb.org/t/p/original/vlZ9FDMk2Xd1WHixPKxnheZoXgR.jpg</thumb>
    </actor>
        </actor>
    <actor>
        <actor>
        <name>Xander Berkeley</name>
            <name>Parisa Johnston</name>
        <role>Phillip</role>
            <role>Regina</role>
        <order>19</order>
            <order>20</order>
        <thumb>http://image.tmdb.org/t/p/original/vlZ9FDMk2Xd1WHixPKxnheZoXgR.jpg</thumb>
            <thumb>http://image.tmdb.org/t/p/original/8NoSH9fIhdJRxVe1gpRGY9oellt.jpg</thumb>
    </actor>
        </actor>
    <actor>
        <actor>
        <name>Parisa Johnston</name>
            <name>Rebecca Pidgeon</name>
        <role>Regina</role>
            <role>Sarah</role>
        <order>20</order>
            <order>21</order>
        <thumb>http://image.tmdb.org/t/p/original/8NoSH9fIhdJRxVe1gpRGY9oellt.jpg</thumb>
            <thumb>http://image.tmdb.org/t/p/original/c8nJjBpB7zYtdnEY1GNPtUSophZ.jpg</thumb>
    </actor>
        </actor>
    <actor>
        <actor>
        <name>Rebecca Pidgeon</name>
            <name>Konrad Howard</name>
        <role>Sarah</role>
            <role>Jasper</role>
        <order>21</order>
            <order>22</order>
        <thumb>http://image.tmdb.org/t/p/original/c8nJjBpB7zYtdnEY1GNPtUSophZ.jpg</thumb>
            <thumb></thumb>
    </actor>
        </actor>
    <actor>
        <actor>
        <name>Konrad Howard</name>
            <name>Theo Howard</name>
        <role>Jasper</role>
            <role>Eulis</role>
        <order>22</order>
            <order>23</order>
        <thumb></thumb>
            <thumb></thumb>
    </actor>
        </actor>
    <actor>
        <actor>
        <name>Theo Howard</name>
            <name>Lucella Costa</name>
        <role>Eulis</role>
            <role>Laura</role>
        <order>23</order>
            <order>24</order>
        <thumb></thumb>
            <thumb></thumb>
    </actor>
        </actor>
    <actor>
        <actor>
        <name>Lucella Costa</name>
            <name>Amy Parrish</name>
        <role>Laura</role>
            <role>Zoe</role>
        <order>24</order>
            <order>25</order>
        <thumb></thumb>
            <thumb>http://image.tmdb.org/t/p/original/8NXe482dXuyMtOA0Q45lIEn588m.jpg</thumb>
    </actor>
        </actor>
    <actor>
        <actor>
        <name>Amy Parrish</name>
            <name>Ken DuBois</name>
        <role>Zoe</role>
            <role>Tom</role>
        <order>25</order>
            <order>26</order>
        <thumb>http://image.tmdb.org/t/p/original/8NXe482dXuyMtOA0Q45lIEn588m.jpg</thumb>
            <thumb></thumb>
    </actor>
        </actor>
    <actor>
        <actor>
        <name>Ken DuBois</name>
            <name>Janet McTeer</name>
        <role>Tom</role>
            <role>Edith Prior</role>
        <order>26</order>
            <order>27</order>
        <thumb></thumb>
            <thumb>http://image.tmdb.org/t/p/original/fVxhoT9udQl9UFXe3qa9cbUq3h4.jpg</thumb>
    </actor>
        </actor>
    <actor>
        <actor>
        <name>Janet McTeer</name>
            <name>Courtney Hope</name>
        <role>Edith Prior</role>
            <role>Anna</role>
        <order>27</order>
            <order>28</order>
        <thumb>http://image.tmdb.org/t/p/original/fVxhoT9udQl9UFXe3qa9cbUq3h4.jpg</thumb>
            <thumb></thumb>
    </actor>
        </actor>
    <actor>
        <actor>
        <name>Courtney Hope</name>
            <name>Thomas Blake Jr.</name>
        <role>Anna</role>
            <role>Fringe Father</role>
        <order>28</order>
            <order>29</order>
        <thumb></thumb>
            <thumb>http://image.tmdb.org/t/p/original/Ac2K4sKKFjeMmbG3NJhpWD2qqYq.jpg</thumb>
    </actor>
        </actor>
    <actor>
        <actor>
        <name>Thomas Blake Jr.</name>
            <name>Julie Ivey</name>
        <role>Fringe Father</role>
            <role>Fringe Parent</role>
        <order>29</order>
            <order>30</order>
        <thumb>http://image.tmdb.org/t/p/original/Ac2K4sKKFjeMmbG3NJhpWD2qqYq.jpg</thumb>
            <thumb>http://image.tmdb.org/t/p/original/wquYh5Vxy3W3OvC8bMLic85KOJY.jpg</thumb>
    </actor>
        </actor>
    <actor>
        <actor>
        <name>Julie Ivey</name>
            <name>Kyle Russell Clements</name>
        <role>Fringe Parent</role>
            <role>Factionless Guard</role>
        <order>30</order>
            <order>31</order>
        <thumb>http://image.tmdb.org/t/p/original/wquYh5Vxy3W3OvC8bMLic85KOJY.jpg</thumb>
            <thumb>http://image.tmdb.org/t/p/original/yvAz7YZyMEUemDruhZyND2dvZXv.jpg</thumb>
    </actor>
        </actor>
    <actor>
        <actor>
        <name>Kyle Russell Clements</name>
            <name>Hannah Alligood</name>
        <role>Factionless Guard</role>
            <role>Crush Girl #2</role>
        <order>31</order>
            <order>32</order>
        <thumb>http://image.tmdb.org/t/p/original/yvAz7YZyMEUemDruhZyND2dvZXv.jpg</thumb>
            <thumb>http://image.tmdb.org/t/p/original/uzTCiTgXX89MAtPJHghmRMsxcBd.jpg</thumb>
    </actor>
        </actor>
    <actor>
        <actor>
        <name>Hannah Alligood</name>
            <name>Autumn Dial</name>
        <role>Crush Girl #2</role>
            <role>Groupie Babe #1</role>
        <order>32</order>
            <order>33</order>
        <thumb>http://image.tmdb.org/t/p/original/uzTCiTgXX89MAtPJHghmRMsxcBd.jpg</thumb>
            <thumb></thumb>
    </actor>
        </actor>
    <actor>
        <showlink>Angels</showlink>
        <name>Autumn Dial</name>
         <resume>
         <role>Groupie Babe #1</role>
            <position>1128.000000</position>
        <order>33</order>
            <total>5311.000000</total>
        <thumb></thumb>
        </resume>
    </actor>
        <dateadded>2017-04-17 18:04:49</dateadded>
    <showlink></showlink>
        <art>
    <resume>
            <fanart>F:\Movies- Test - Scraped\Allegiant (2016)\fanart.jpg</fanart>
        <position>1360.000000</position>
            <poster>F:\Movies- Test - Scraped\Allegiant (2016)\poster.jpg</poster>
        <total>5311.000000</total>
        </art>
    </resume>
     </movie>
     <dateadded>2017-04-17 18:04:49</dateadded>
</movie>


{{collapse bottom}}
{{collapse bottom}}
= Technical Notes =
There are differences in tags used by Single File Export and Separate File Export. Though testing reveals that transposing tags between the two has no detrimental affect on the scrape.
{|class="prettytable"
! XML Tag
! Exported in
Single File
! Exported in
Separate File
! Notes
|-
|<file></file> || Yes || No ||
|-
|<path></path> || Yes || No ||
|-
|<filenameandpath></filenameandpath> || Yes || No ||
|-
|<basepath></basepath> || Yes || No ||
|-
|
<art>
  <fanart></fanart>
  <poster></poster>
</art>
|| Yes || No ||
|}





Revision as of 03:01, 16 September 2017

NFO Contents

Report NFO corrections:
[https:// here in the forum]

Home icon grey.png   ▶ NFO_files ▶ Movies


Requirements

The order of importing metadata is as follows:

  1. nfo file. If no nfo file exists then
  2. Depending on your scraper settings for your source, either
    1. Online scraper sites- if a scraper is set in your source settings
    2. Nothing- if Local Info Only is set

When Kodi locates the nfo file it will load the *.nfo file and:

  1. If the file is a metadata nfo, Kodi will import the meta-data directly into the library from the .nfo file or
  2. If the file is a parsing nfo, Kodi will parse the nfo file for a direct URL to the scraper info page, then scrape the online metadata.
  3. If the file is a combination nfo, Kodi will parse the nfo file and scrape the online metadata, then import the metadata from the nfo file.



Known Issues

Bookmarks have no XML tags and cannot be exported or imported.
<year></year> is exported but not used on import

The following tags are available, but not used in Movies

  • <status></status>
  • <aired></aired>


nfo Placement

Correct placement of the nfo file is essential. Regardless of what settings you have set for the source and scraper, Kodi will always search for and scrape a nfo file if it is available. Failing to save the file in the correct location, as detailed below, will force Kodi to either:

  1. Scrape the metadata from the online source set in your scraper or,
  2. If you have Local Info Only set as your scraper, then no entry will be made into the library.


Movies require one nfo file saved as follows:

Naming & Saving conventions for your Movie *.nfo files:

Saved movies as File Name Save Location
BluRay Structure:
index.nfo
f:\MyMovies\Big Buck Bunny (2008)\BDMV\index.nfo
DVD Structure:
VIDEO_TS.nfo
f:\MyMovies\Big Buck Bunny (2008)\VIDEO_TS\VIDEO_TS.nfo
Single movie in directory: <MovieFileName>.nfo f:\MyMovies\Big Buck Bunny (2008)\Big Buck Bunny (2008).nfo
or:
movie.nfo
f:\MyMovies\Big Buck Bunny (2008)\movie.nfo
All movies in single directory:
<MovieFileName>.nfo
f:\MyMovies\Big Buck Bunny (2008)\Big Buck Bunny (2008).nfo
Multi-part / file stacking: <MovieFileName>.nfo f:\MyMovies\Avatar (2009)\Avatar (2009).nfo
or:
<MovieFileName> <StackExt>.nfo
f:\MyMovies\Avatar (2009)\Avatar (2009) cd1.nfo


Movie nfo Tags

The only required tag is indicated below in the table. All other tags are optional. Of course, the less tags used, the less information that will be scraped into the library unless you are using a parsing or combination nfo.

The following table lists the XML tags available for movie nfo's in Kodi. Children tags are displayed correctly with parent tags. The list is ordered in the same manner as it should be ordered in the nfo file.

See also: Databases
NFO (xml) Tag Required Multiple Notes
<movie></movie> Yes No The top level parent tag for the nfo file. All other tags must be contained within these two tags
<title></title> No No
<originaltitle></originaltitle> No No
<sorttitle></sorttitle> No No Allows alternate title sort without modifying movie title. Used for Canonical Ordering of movie sets
 <ratings>
   <rating name="default" max="10" default="true">
      <value></value>
      <votes></votes>
   </rating>
 </ratings>
No No
<userrating></userrating> No No
<top250></top250> No No
<outline></outline> Should be short, will be displayed on a single line
<plot></plot> Can contain more information on multiple lines, will be wrapped
<tagline></tagline> No No
<runtime></runtime> No No Minutes only. Overwritten when movie played
<thumb aspect="poster" preview=""></thumb> No Yes Path to Movie Posters
<fanart>
    <thumb preview=""></thumb>
</fanart>
No No Path to available movie fanart. Multiple <thumb> entries allowed
<mpaa></mpaa> No No
<playcount></playcount> Setting this to 1, or greater, will mark the movie as watched if the importwatchedstate flag is set in advancedsettings.xml
<lastplayed></lastplayed> No No
<file></file> No No Not Used. Exported in Single File Export only
<path></path> No No Not used on Import. Exported in Single File Export only
<filenameandpath></filenameandpath> No No Not used on Import. Exported in Single File Export only
<basepath></basepath> No No Not used on Import. Exported in Single File Export only
<id></id> No No IMDB Id
<uniqueid type="unknown" default="true"></uniqueid> No No IMDB Id
<genre></genre> No Yes Supports "clear" attribute
<country></country> No Yes Country of origin
<set>
   <name></name>
   <overview></overview>
</set>
No No Movie set tags
<tag></tag> No Yes Movie tags
<credits></credits> No Yes Library export uses this field for writers. Supports "clear" attribute
<director></director> No Yes Supports "clear" attribute
<premiered></premiered> No No
<year></year> No No
<status></status> No No Unknown
Unknown
<aired></aired> No No Date aired. Normally used for TV Shows
<studio></studio> No Yes Supports "clear" attribute
<trailer></trailer> No No Path to movie trailer
<fileinfo>
   <streamdetails>
     <video>
       <codec></codec>
       <aspect></aspect>
       <width></width>
       <height></height>
       <durationinseconds></durationinseconds>
       <stereomode></stereomode>
     </video>
     <audio>
       <codec></codec>
       <language></language>
       <channels></channels>
     </audio>
     <subtitle>
       <language></language>
     </subtitle>
   </streamdetails>
</fileinfo>
No Yes Multiple entries of <audio> and <subtitles> accepted

While it is possible to manually set the information contained within the <streamdetails> tag, there is little point in doing so. Kodi will always overwrite this data when it plays back the video file. In other words, no matter how many times you try to manually set it, it will be overwritten the moment the video is played

<actor>
  <name></name>
  <role></role>
  <order></order>
  <thumb></thumb>
</actor>
No Yes The <order> tag determines where in the list the actor will appear. 0 = first in the list

Supports "clear" attribute

<showlink></showlink> No No Connect movie to TV Show
<resume>
  <position></position>
  <total></total>
</resume>
No No Movie resume point in Seconds
<dateadded></dateadded> No No Date the file was added to library. Can be altered in advancedsettings.xml
<art>
  <fanart></fanart>
  <poster></poster>
</art>
Yes No Art in use. Exported in Single File Export only


Sample Movie nfo File

Provided below is a sample nfo file to assist with the manual creation process. It is extracted from the Single File nfo file. It includes MovieSet XML tags and TV Show links.

Press Expand at right edge of the green bar to view


Technical Notes

There are differences in tags used by Single File Export and Separate File Export. Though testing reveals that transposing tags between the two has no detrimental affect on the scrape.

XML Tag Exported in

Single File

Exported in

Separate File

Notes
<file></file> Yes No
<path></path> Yes No
<filenameandpath></filenameandpath> Yes No
<basepath></basepath> Yes No
<art>
  <fanart></fanart>
  <poster></poster>
</art>
Yes No


Return to top