NFO files/Movies: Difference between revisions

From Official Kodi Wiki
Jump to navigation Jump to search
(Add metacritic)
mNo edit summary
(5 intermediate revisions by 2 users not shown)
Line 1: Line 1:
{|class="infobox" style="width:200px"
{{NFO_content}}
! NFO Contents
 
|-
{{mininav|[[NFO files]]}}
|
* '''[[NFO_files|NFO Files]]'''
** '''[[NFO_files/Movies|Movies]]'''
** '''[[NFO files/TV shows|TV Shows]]'''
** '''[[NFO files/Music|Music]]'''
** '''[[NFO files/Music videos|Music Videos]]'''
|}
{{mininav|[[NFO_files]]}}






= Requirements =
= General =
The order of importing metadata is as follows:
The order of importing metadata is as follows:
#nfo file. If no nfo file exists then
#nfo file. If no nfo file exists then
#Depending on your scraper settings for your source, either
#Depending on your scraper settings for your source, either
##Online scraper sites- if a scraper is set in your source settings
#*Online scraper sites- if a scraper is set in your source settings, or
##Nothing- if Local Info Only is set
#*Nothing- if Local Info Only is set


When Kodi locates the nfo file it will load the *.nfo file and:
When Kodi locates the nfo file it will load the *.nfo file and:
Line 24: Line 16:
#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. '''''See: [[NFO_files#Parsing_nfo|Parsing NFO]]'''''
#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. '''''See: [[NFO_files#Parsing_nfo|Parsing NFO]]'''''
#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. '''''See: [[NFO_files#Combination_nfo|Combination NFO]]'''''
#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. '''''See: [[NFO_files#Combination_nfo|Combination NFO]]'''''
<!---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'''). -->






== Known Issues ==
== Known Issues ==
'''Bookmarks''' have no XML tags and cannot be exported or imported.<br />
* v18 introduced a bug where any class of nfo file can be scanned into any part of the video library. See [https://github.com/xbmc/xbmc/issues/16112 Issue 16112]
'''<year></year>''' is exported but not used on import<br />


The following tags are available, but not used in Movies
*<status></status>
*<code><code></code></code>
*<aired></aired>




= nfo Name and Location =
'''{{resize|1.2em|Regardless of what settings you have set for the source and scraper, {{Kodi}} will always search for and scan the nfo file first where available.}}'''


= nfo Placement =
Correct placement of the nfo file is essential. Failing to save the file with the correct name and in the correct location, as detailed below, will force Kodi to either:
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:
#Scrape the metadata from the online source set in your scraper or,  
#Scrape the metadata from the online source set in your scraper or,  
#If you have ''Local Info Only'' set as your scraper, then no entry will be made into the library.
#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:
;<VideoFileName>.nfo
:*NFO Files are named the same as the video file except with the ''.nfo'' extension. See image below.
:*We recommend using this format to name nfo files.
 
;movie.nfo
:{{Kodi}} may also scan nfo files named '''''movie.nfo'''''. To use this name, the setting '''Movies are in separate folders that match the movie title''' must be '''Enabled''' in the [[Adding_video_sources#Set_Content|Set Content Screen]].
:*If the above setting is not enabled, {{kodi}} will ignore the ''movie.nfo''. If the ''<VideoFileName>.nfo'' formatted file is available, {{kodi}} will scan this one instead, otherwise an online scrape will be performed.
:*If you use ''movie.nfo'' and later Export your library to Separate Files, {{kodi}} will still create the nfo file in the ''<VideoFileName>.nfo'' format and two nfo files will exist. If a Refresh or rescan is run in future, the ''<VideoFileName>.nfo'' file will be ignored in favour of ''movie.nfo'', which means any changes you may have made to the library entry (play counts, watched status etc) will not be re-scanned back into the library.
:*We recommend using the ''<VideoFileName>.nfo'' format name for nfo files to avoid the above traps.
 


<div style="{{linear-gradient|left|#ffdddd, #ddffdd 50%, #ddddff}}">
Movies require one nfo file. The below image details naming and location for Single File, DVD and Bluray movies:
'''''Naming & Saving conventions for your Movie *.nfo files:'''''
<gallery mode="packed" widths="1000px" heights="562px">
{|
File:LocalMovieArtwork01.jpg|'''''Example of correct use of Movie Folder with artwork, nfo file, trailer and theme.<br> Take note of file naming and location.'''''
|- valign="top"
</gallery>
| width=200px |'''''Saved movies as'''''
| width=300px |'''''File Name'''''
| width=600px |'''''Save Location'''''
|- valign="top"
| width=200px |BluRay Structure:
----
| width=300px |index.nfo
----
| width=600px |f:\MyMovies\Big Buck Bunny (2008)\BDMV\index.nfo
----
|- valign="top"
| width=200px |DVD Structure:
----
| width=300px |VIDEO_TS.nfo
----
| width=600px |f:\MyMovies\Big Buck Bunny (2008)\VIDEO_TS\VIDEO_TS.nfo
----
|- valign="top"
| width=200px |Single movie in directory:
| width=300px |<MovieFileName>.nfo
| width=600px |f:\MyMovies\Big Buck Bunny (2008)\Big Buck Bunny (2008).nfo
|- valign="top"
| width=200px |or:
----
| width=300px |movie.nfo
----
| width=600px |f:\MyMovies\Big Buck Bunny (2008)\movie.nfo
----
|- valign="top"
| width=200px |All movies in single directory:
----
| width=300px |<MovieFileName>.nfo
----
| width=600px |f:\MyMovies\Big Buck Bunny (2008)\Big Buck Bunny (2008).nfo
----
|- valign="top"
| width=200px |Multi-part / file stacking:
| width=300px |<MovieFileName>.nfo
| width=600px |f:\MyMovies\Avatar (2009)\Avatar (2009).nfo
|- valign="top"
| width=200px |or:
----
| width=300px |<MovieFileName> <StackExt>.nfo
----
| width=600px |f:\MyMovies\Avatar (2009)\Avatar (2009) cd1.nfo
----
|}
</div>


{{red|Note: Use of the '''''movie.nfo''''' requires enabling the option '''Movies are in separate folders that match the movie title'''}} '''''See: [[Adding_video_sources#Set_Content| Set Content]]'''''




= nfo Tags =
The following table lists most available XML tags. Some system generated tags are ommitted and are not required if you are creating your own nfo files as {{kodi}} will create the missing XML tags internally. <ref>https://github.com/xbmc/xbmc/blob/master/xbmc/video/VideoInfoTag.cpp</ref>


= Movie nfo Tags =
Two XML tags are required and are indicated in the table below. All other tags are optional. Of course the less tags used, the less information scanned into the library.
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.
Children tags are displayed correctly with parent tags. The list is ordered in the same order as the exported nfo file.


:'''''See also: [[Databases]]


{|class="prettytable"
{|class="prettytable"
! width=430px | NFO (xml) Tag || Required || Multiple || Notes
! width=430px | 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
|<movie></movie> || scope="cell" ! style="background-color:#ff9c95;" | 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 || The title for the movie
|<title></title> || No || No || The title for the movie
|-
|-
|<originaltitle></originaltitle> || No || No || Displays the original title of the movie. For example, if the scraper is set to german language and the scraped movie in german is "Der mit dem Wolf tanzt" the original title will be "Dances with Wolves"
|<originaltitle></originaltitle> || No || No || Displays the original title of the movie. <br>
For example, if the scraper is set to german language and the scraped movie in german is "Der mit dem Wolf tanzt" the original title will be "Dances with Wolves"
|-
|-
|<sorttitle></sorttitle> || No || No || Allows alternate title sort without modifying movie title.
|<sorttitle></sorttitle> || No || No || Allows alternate title sort without modifying movie title. Not displayed in any library listing. See: ''[[Movie_sets#Sort_Title|Sort Title]]''
|-
|-
|
|
Line 130: Line 77:
     </rating>
     </rating>
   </ratings>
   </ratings>
|| No || No || Examples...<br>
|| No || No || ''default="true"''  ''default="false"''<br>
<rating name="imdb" max="10"><br>
::Only one rating can be set as ''default="true"'', additional ratings must be set as ''default="false"'' or ommitted<br>
<rating name="metacritic" max="10"><br>
 
<rating name="themoviedb" max="10" default="true"><br>
''name="identifier"''. Do not use "default". Examples of identifier include...<br>
::''<rating name="imdb" max="10">''<br>
::''<rating name="trakt" max="10">''<br>
::''<rating name="themoviedb" max="10">''<br>
::''<rating name="metacritic" max="10">''<br>
::''<rating name="tomatometerallcritics" max="10">''<br>
::''<rating name="tomatometerallaudience" max="10">''<br>
 
Example of complete entry...
::''<rating name="themoviedb" max="10" default="true">''<br>
::''<rating name="imdb" max="10" default="false"> or <rating name="themoviedb" max="10">''<br>
|-
|-
|<userrating></userrating> || No || No || Personal rating set by the user
|<userrating></userrating> || No || No || Personal rating set by the user
|-
|-
|<top250></top250> || No || No || IMDB rating of Top 250. Can be used in Smart playlists
|<top250></top250> || No || No || Ranking in IMDB Top 250 movies
|-
|-
|<outline></outline> ||  ||  || Should be short, will be displayed on a single line
|<outline></outline> ||  ||  || Should be short, will be displayed on a single line (scraped from IMDB only)
|-
|-
|<plot></plot> ||  ||  || Can contain more information on multiple lines, will be wrapped
|<plot></plot> ||  ||  || Can contain more information on multiple lines, will be wrapped
Line 147: Line 104:
|<runtime></runtime> || No || No || Minutes only. Overwritten when movie played
|<runtime></runtime> || No || No || Minutes only. Overwritten when movie played
|-
|-
|<thumb aspect="poster" preview=""></thumb> || No || Yes || Path to Movie Posters
|<thumb aspect="" preview=""></thumb> || No || Yes || Path to available Movie Posters<br>
Example use of ''aspect=""''
:<thumb aspect="banner"
:<thumb aspect="clearart"
:<thumb aspect="clearlogo"
:<thumb aspect="discart"
:<thumb aspect="landscape"
: <thumb aspect="poster"
|-
|-
|
|
Line 153: Line 117:
     <thumb preview=""></thumb>
     <thumb preview=""></thumb>
  </fanart>
  </fanart>
|| No || No || Path to available movie fanart. Multiple <thumb> entries allowed  
|| No || Yes^ || Path to available movie fanart.<br>
:^ Multiple <thumb> entries allowed between the <fanart></fanart> tags
|-
|-
|<mpaa></mpaa> || No || No || mpaa rating system. See: [https://en.wikipedia.org/wiki/Motion_Picture_Association_of_America_film_rating_system#Ratings MPAA film ratings]
|<mpaa></mpaa> || No || No || Country specific mpaa rating system. Check with skin author which prefix is required to diplay your country local rating system
|-
|-
|<playcount></playcount> || || || Setting this to 1, or greater, will mark the movie as watched if the ''importwatchedstate'' flag is set in advancedsettings.xml
|<playcount></playcount> || No || No || Number of times movie has been played.<br>
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 || Date movie was last played
|<lastplayed></lastplayed> || No || No || Date movie was last played
|-
|-
|<file></file> || No || No || Not Used. Exported in Single File Export only
|<id></id> || No || No || The default ID. <br>
|-
Do not use as this is a Kodi generated tag. See next item.
|<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
|<uniqueid type="xxxx" default="true"></uniqueid> || scope="cell" ! style="background-color:#ff9c95;" | Yes || Yes ||The ID from the scraper site.<br>
''type="xxxx"'' = Identifier of the ID. Do not use "default". Examples of identifier include...<br>
::''<uniqueid type="imdb">''<br>
::''<uniqueid type="tvdb">''<br>
::''<uniqueid type="tmdb">''<br>
::For non-scraped items, use simple values like ''"home", "sport", "doco"'' etc<br>
::The value can be alpha-numeric eg ''tt3480556'' for imdb, ''286668'' for tmdb, ''home001'' for home movies, etc<br>
''default="true"''  ''default="false"''<br>
::Only one uniqueID can be set as ''default="true"'', additional uniqueID's must be set as ''default="false"'' or ommitted<br>
Example of complete entry...
::''<uniqueid type="tmdb" default="true">''<br>
::''<uniqueid type="imdb" default="false"> or <uniqueid type="imdb">''<br>
|-
|-
|<genre clear="true"></genre> || No || Yes || Supports "clear" attribute
|<genre></genre> || No || Yes || Movie genre.
|-
|-
|<country></country> || No || Yes || Country of origin  
|<country></country> || No || Yes || Country of origin  
Line 185: Line 155:
The <overview> tag allows a short summary of the movie set. It can be displayed by some skins.
The <overview> tag allows a short summary of the movie set. It can be displayed by some skins.
|-
|-
|<tag></tag> || No || Yes || Movie tags
|<tag></tag> || No || Yes || Movie tags. See: ''[[Video library tags]]''
|-
|-
|<credits clear="true"></credits> || No || Yes || Library export uses this field for writers. Supports "clear" attribute
|<credits></credits> || No || Yes || Field for writers.
|-
|-
|<director clear="true"></director> || No || Yes || Supports "clear" attribute
|<director></director> || No || Yes || Movie Director
|-
|-
|<premiered></premiered> || No || No || Date when the movie was premiered. Most likely it's the same year as in the <year>-tag and therefore used for importing.
|<premiered></premiered> || No || No || Release date of movie. Format as ''2019-01-31''
|-
|-
|<year></year> || No || No || Year of the movie. Used at exporting the library but not used while importing it.<br />
|<year></year> || No || No || Release Year.<br>
The date displayed in Kodi comes from the <premiered> tag.
Do not use. Use <premiered> instead
|-
|-
|<status></status> || No || No || Unknown
|<status></status> || No || No || Not used
|-
|-
|<code><code></code></code> || || || Unknown
|<code><code></code></code> || No || No || Not used
|-
|-
|<aired></aired> || No || No || Date aired. Normally used for TV Shows
|<aired></aired> || No || No || Not used
|-
|-
|<studio clear="true"></studio> || No || Yes || Supports "clear" attribute
|<studio></studio> || No || Yes || Production studio
|-
|-
|<trailer></trailer> || No || No || Path to movie trailer  
|<trailer></trailer> || No || No || Local or online path to movie trailer  
|-
|-
|
|
Line 227: Line 197:
     </streamdetails>
     </streamdetails>
  </fileinfo>
  </fileinfo>
|| No || Yes || Multiple entries of <audio> and <subtitles> accepted
|| No || Yes || Multiple entries of <audio> and <subtitles> accepted<br>
Not used on Import.<br>
In v17 and prior, {{kodi}} would overwrite these values on first play of the file.<br>
In v18 that process was removed and values in these tags will remain.<ref>https://github.com/xbmc/xbmc/pull/16342</ref>
|-
|-
|
|
  <actor clear="true">
  <actor>
   <name></name>
   <name></name>
   <role></role>
   <role></role>
Line 238: Line 209:
  </actor>
  </actor>
|| No || Yes || The <order> tag determines where in the list the actor will appear. 0 = first in the list  
|| 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  
|<showlink></showlink> || No || No || Connect movie to TV Show. Use the TV Show <title></title> name.
|-
|-
|
|
Line 249: Line 219:
|| No || No || Movie resume point in Seconds
|| No || No || Movie resume point in Seconds
|-
|-
|<dateadded></dateadded> || No || No || Date the file was added to library. Not used on Import. Can be altered in advancedsettings.xml
|<dateadded></dateadded> || No || No || mTime of the playable video file. Can be altered in advancedsettings.xml
|-
|
<art>
  <fanart></fanart>
  <poster></poster>
</art>
|| No || No || Art in use. Exported in Single File Export only
|}
|}


= Template nfo =
A template NFO File is provided below that can be copied into your own file and completed. It is a simplified file:
*System generated tags are removed
*Assumes local artwork is being used
*Assumes no online information is available, so items like Ratings have no relevance
*This will be the first time scanned into library so watched status and play counts are not required.
If any of these removed tags are required, simply add the appropriate tags, and refer to the Sample NFO File in the next section to confirm correct usage.
<syntaxhighlight lang="xml" line='line'>
<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
<movie>
    <title></title>
    <originaltitle></originaltitle>
    <userrating>0</userrating>
    <outline></outline>
    <plot></plot>
    <tagline></tagline>
    <runtime></runtime>
    <mpaa></mpaa>
    <uniqueid type="" default="true"></uniqueid>
    <genre></genre>
    <country></country>
    <credits></credits>
    <director></director>
    <premiered></premiered>
    <studio></studio>
    <actor>
        <name></name>
        <role></role>
        <order></order>
        <thumb></thumb>
    </actor>
</movie>
</syntaxhighlight>




= Sample Movie nfo File =
 
Provided below is a sample nfo file to assist with the manual creation process. It includes MovieSet XML tags and TV Show links.
= Sample nfo =
Below is a sample nfo file that was exported from Kodi after scraping into the library using the Universal Movie Scraper.  


'''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" ?>
<syntaxhighlight lang="xml">
    <movie>
<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
        <title>Allegiant</title>
<movie>
        <originaltitle>Allegiant</originaltitle>
    <title>Justice League</title>
        <sorttitle>TmovieFc10</sorttitle>
    <originaltitle>Justice League</originaltitle>
         <ratings>
    <ratings>
            <rating name="default" max="10" default="true">
         <rating name="imdb" max="10" default="true">
                <value>5.800000</value>
            <value>6.400000</value>
                <votes>1641</votes>
            <votes>335583</votes>
            </rating>
        </rating>
         </ratings>
         <rating name="metacritic" max="10">
        <userrating>9</userrating>
            <value>4.500000</value>
        <top250>0</top250>
            <votes>52</votes>
        <outline>TmovieFc02</outline>
         </rating>
         <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>
         <rating name="themoviedb" max="10">
         <tagline>Break the boundaries of your world</tagline>
            <value>6.200000</value>
        <runtime>88</runtime>
            <votes>7788</votes>
         <thumb aspect="poster" preview="http://image.tmdb.org/t/p/w500/tSFBh9Ayn5uiwbUK9HvD2lrRgaQ.jpg">http://image.tmdb.org/t/p/original/tSFBh9Ayn5uiwbUK9HvD2lrRgaQ.jpg</thumb>
         </rating>
        <thumb aspect="poster" preview="http://image.tmdb.org/t/p/w500/bFDF2v2nHMjuGiEAmSEk0gOWmED.jpg">http://image.tmdb.org/t/p/original/bFDF2v2nHMjuGiEAmSEk0gOWmED.jpg</thumb>
<rating name="tomatometerallcritics" max="10">
        <thumb aspect="poster" preview="http://image.tmdb.org/t/p/w500/gfkjqfpejEthVhY1nhgACP5tahT.jpg">http://image.tmdb.org/t/p/original/gfkjqfpejEthVhY1nhgACP5tahT.jpg</thumb>
<value>7.6</value>
        <thumb aspect="poster" preview="http://image.tmdb.org/t/p/w500/i9LuBG9cx9BW7fFepeCVrvJ8XRP.jpg">http://image.tmdb.org/t/p/original/i9LuBG9cx9BW7fFepeCVrvJ8XRP.jpg</thumb>
<votes>71</votes>
        <thumb aspect="poster" preview="http://image.tmdb.org/t/p/w500/tzo6bFhbzZGsK7lmBY4Rh3DIejx.jpg">http://image.tmdb.org/t/p/original/tzo6bFhbzZGsK7lmBY4Rh3DIejx.jpg</thumb>
</rating>
        <thumb aspect="poster" preview="http://image.tmdb.org/t/p/w500/druHpfN5TrH7obwkZgzim9lagn8.jpg">http://image.tmdb.org/t/p/original/druHpfN5TrH7obwkZgzim9lagn8.jpg</thumb>
<rating name="tomatometerallaudience" max="10">
        <thumb aspect="poster" preview="http://image.tmdb.org/t/p/w500/sxtN4xfUmQeLdHmGwu51hAaZZ96.jpg">http://image.tmdb.org/t/p/original/sxtN4xfUmQeLdHmGwu51hAaZZ96.jpg</thumb>
<value>6.2</value>
        <thumb aspect="poster" preview="http://image.tmdb.org/t/p/w500/kx8DFfOqxJ05jjq4gddIwaM8PaP.jpg">http://image.tmdb.org/t/p/original/kx8DFfOqxJ05jjq4gddIwaM8PaP.jpg</thumb>
<votes>119873</votes>
        <thumb aspect="poster" preview="http://image.tmdb.org/t/p/w500/AyRu1cFyhJZQ2dK3SyMiBqO4Cj.jpg">http://image.tmdb.org/t/p/original/AyRu1cFyhJZQ2dK3SyMiBqO4Cj.jpg</thumb>
</rating>
        <thumb aspect="poster" preview="http://image.tmdb.org/t/p/w500/mtTFB4F5jIOEcZX8tVRVUkTeAwh.jpg">http://image.tmdb.org/t/p/original/mtTFB4F5jIOEcZX8tVRVUkTeAwh.jpg</thumb>
    </ratings>
        <thumb aspect="poster" preview="http://image.tmdb.org/t/p/w500/7Puegpg8sCm8vAZ5nbj25EkBb36.jpg">http://image.tmdb.org/t/p/original/7Puegpg8sCm8vAZ5nbj25EkBb36.jpg</thumb>
    <userrating>0</userrating>
        <thumb aspect="poster" preview="http://image.tmdb.org/t/p/w500/xTe4sPMGDSTplAEjnysfneEA1G1.jpg">http://image.tmdb.org/t/p/original/xTe4sPMGDSTplAEjnysfneEA1G1.jpg</thumb>
    <top250>0</top250>
        <thumb aspect="poster" preview="http://image.tmdb.org/t/p/w500/afS2Prr0Rbzql8kuvjyLR8CkRNS.jpg">http://image.tmdb.org/t/p/original/afS2Prr0Rbzql8kuvjyLR8CkRNS.jpg</thumb>
    <outline>Fueled by his restored faith in humanity and inspired by Superman&apos;s selfless act, Bruce Wayne enlists the help of his new-found ally, Diana Prince, to face an even greater enemy.</outline>
        <thumb aspect="poster" preview="http://image.tmdb.org/t/p/w500/jcYhuAMcSH6myWQxGvxYSvYmwcn.jpg">http://image.tmdb.org/t/p/original/jcYhuAMcSH6myWQxGvxYSvYmwcn.jpg</thumb>
    <plot>Fueled by his restored faith in humanity and inspired by Superman&apos;s selfless act, Bruce Wayne enlists the help of his newfound ally, Diana Prince, to face an even greater enemy. Together, Batman and Wonder Woman work quickly to find and recruit a team of meta-humans to stand against this newly awakened threat. But despite the formation of this unprecedented league of heroes-Batman, Wonder Woman, Aquaman, Cyborg and The Flash-it may already be too late to save the planet from an assault of catastrophic proportions.</plot>
        <thumb aspect="poster" preview="http://image.tmdb.org/t/p/w500/EH0BBsXklLQelq3qtzSzXFKhYv.jpg">http://image.tmdb.org/t/p/original/EH0BBsXklLQelq3qtzSzXFKhYv.jpg</thumb>
    <tagline>Justice for all.</tagline>
        <thumb aspect="poster" preview="http://image.tmdb.org/t/p/w500/JVIkAxjJ4Qky13BiWFVJo0rFuV.jpg">http://image.tmdb.org/t/p/original/JVIkAxjJ4Qky13BiWFVJo0rFuV.jpg</thumb>
    <runtime>120</runtime>
        <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="set.poster" preview="https://assets.fanart.tv/preview/movies/468551/movieposter/justice-league-collection-5c24ea65591d3.jpg">https://assets.fanart.tv/fanart/movies/468551/movieposter/justice-league-collection-5c24ea65591d3.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="set.poster" preview="https://assets.fanart.tv/preview/movies/468551/movieposter/justice-league-collection-5c24ea65591d3.jpg">https://assets.fanart.tv/fanart/movies/468551/movieposter/justice-league-collection-5c24ea65591d3.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="set.clearlogo" preview="https://assets.fanart.tv/preview/movies/468551/hdmovielogo/justice-league-collection-5ba855ed4239a.png">https://assets.fanart.tv/fanart/movies/468551/hdmovielogo/justice-league-collection-5ba855ed4239a.png</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="set.clearart" preview="https://assets.fanart.tv/preview/movies/468551/hdmovieclearart/justice-league-collection-5c24eae8d4d71.png">https://assets.fanart.tv/fanart/movies/468551/hdmovieclearart/justice-league-collection-5c24eae8d4d71.png</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="set.landscape" preview="https://assets.fanart.tv/preview/movies/468551/moviethumb/justice-league-collection-5c24ebc7d0d2b.jpg">https://assets.fanart.tv/fanart/movies/468551/moviethumb/justice-league-collection-5c24ebc7d0d2b.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="set.poster" preview="http://image.tmdb.org/t/p/w500/cigoYpXWgYYgsIsEPwMneVYpuwo.jpg">http://image.tmdb.org/t/p/original/cigoYpXWgYYgsIsEPwMneVYpuwo.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="set.poster" preview="http://image.tmdb.org/t/p/w500/2ZOCiOdAOVSKsFjC1Vl2ZlANrPj.jpg">http://image.tmdb.org/t/p/original/2ZOCiOdAOVSKsFjC1Vl2ZlANrPj.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="set.poster" preview="http://image.tmdb.org/t/p/w500/cigoYpXWgYYgsIsEPwMneVYpuwo.jpg">http://image.tmdb.org/t/p/original/cigoYpXWgYYgsIsEPwMneVYpuwo.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="set.poster" preview="http://image.tmdb.org/t/p/w500/2ZOCiOdAOVSKsFjC1Vl2ZlANrPj.jpg">http://image.tmdb.org/t/p/original/2ZOCiOdAOVSKsFjC1Vl2ZlANrPj.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="set.poster" preview="http://image.tmdb.org/t/p/w500/7iO1C4c5igXsB6AyxnqsCPv6fiq.jpg">http://image.tmdb.org/t/p/original/7iO1C4c5igXsB6AyxnqsCPv6fiq.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="set.fanart" preview="http://image.tmdb.org/t/p/w500/vyxOJuk6cxrRcGzuMRbDTpwji1w.jpg">http://image.tmdb.org/t/p/original/vyxOJuk6cxrRcGzuMRbDTpwji1w.jpg</thumb>
        <fanart>
    <thumb aspect="poster" preview="http://image.tmdb.org/t/p/w500/9rtrRGeRnL0JKtu9IMBWsmlmmZz.jpg">http://image.tmdb.org/t/p/original/9rtrRGeRnL0JKtu9IMBWsmlmmZz.jpg</thumb>
            <thumb preview="http://image.tmdb.org/t/p/w780/sFthBeT0Y3WVfg6b3MkcJs9qfzq.jpg">http://image.tmdb.org/t/p/original/sFthBeT0Y3WVfg6b3MkcJs9qfzq.jpg</thumb>
    <thumb aspect="poster" preview="http://image.tmdb.org/t/p/w500/eRoXqOzciHkSPs1Z8pGnJMZo0Zb.jpg">http://image.tmdb.org/t/p/original/eRoXqOzciHkSPs1Z8pGnJMZo0Zb.jpg</thumb>
            <thumb preview="http://image.tmdb.org/t/p/w780/uAHZoVE4tkUHTVzm03raQYTsarx.jpg">http://image.tmdb.org/t/p/original/uAHZoVE4tkUHTVzm03raQYTsarx.jpg</thumb>
    <thumb aspect="poster" preview="http://image.tmdb.org/t/p/w500/aQkEdqaXVxYObMLeoBSAUcgkxLs.jpg">http://image.tmdb.org/t/p/original/aQkEdqaXVxYObMLeoBSAUcgkxLs.jpg</thumb>
            <thumb preview="http://image.tmdb.org/t/p/w780/p1dkPKpHJ32FvhKZSAUdA1JSYFi.jpg">http://image.tmdb.org/t/p/original/p1dkPKpHJ32FvhKZSAUdA1JSYFi.jpg</thumb>
    <thumb aspect="poster" preview="http://image.tmdb.org/t/p/w500/4lo1fTexk2eNIeQx3Tp74kN7ASE.jpg">http://image.tmdb.org/t/p/original/4lo1fTexk2eNIeQx3Tp74kN7ASE.jpg</thumb>
            <thumb preview="http://image.tmdb.org/t/p/w780/qN3gzc9NByIw3Yo2fa38IUFf47D.jpg">http://image.tmdb.org/t/p/original/qN3gzc9NByIw3Yo2fa38IUFf47D.jpg</thumb>
    <thumb aspect="poster" preview="http://image.tmdb.org/t/p/w500/fF94rvT1kJpVzIE2aSYgYj9B3pc.jpg">http://image.tmdb.org/t/p/original/fF94rvT1kJpVzIE2aSYgYj9B3pc.jpg</thumb>
            <thumb preview="http://image.tmdb.org/t/p/w780/74UuthnMEsY7X87fMhuLbPcHuen.jpg">http://image.tmdb.org/t/p/original/74UuthnMEsY7X87fMhuLbPcHuen.jpg</thumb>
    <thumb aspect="poster" preview="http://image.tmdb.org/t/p/w500/uwegp70cWe16EtwsSjbL6ShPenG.jpg">http://image.tmdb.org/t/p/original/uwegp70cWe16EtwsSjbL6ShPenG.jpg</thumb>
            <thumb preview="http://image.tmdb.org/t/p/w780/jaoDlr7XGGtHs1VpN9macrbXheO.jpg">http://image.tmdb.org/t/p/original/jaoDlr7XGGtHs1VpN9macrbXheO.jpg</thumb>
    <thumb aspect="poster" preview="http://image.tmdb.org/t/p/w500/exLtrlI7JjKcfQVTccI7XdQRFMz.jpg">http://image.tmdb.org/t/p/original/exLtrlI7JjKcfQVTccI7XdQRFMz.jpg</thumb>
            <thumb preview="http://image.tmdb.org/t/p/w780/nhPgHKSnDDNOYbNysPHUHxjYClj.jpg">http://image.tmdb.org/t/p/original/nhPgHKSnDDNOYbNysPHUHxjYClj.jpg</thumb>
    <thumb aspect="poster" preview="http://image.tmdb.org/t/p/w500/paLcue01KpfQftorfjKqqD4qvlL.jpg">http://image.tmdb.org/t/p/original/paLcue01KpfQftorfjKqqD4qvlL.jpg</thumb>
            <thumb preview="http://image.tmdb.org/t/p/w780/kj6oqsZo40hwzLBAQeKefGbp9aJ.jpg">http://image.tmdb.org/t/p/original/kj6oqsZo40hwzLBAQeKefGbp9aJ.jpg</thumb>
    <thumb aspect="poster" preview="http://image.tmdb.org/t/p/w500/yVDIfiKIsCbdFcgLXW34bAsnQvy.jpg">http://image.tmdb.org/t/p/original/yVDIfiKIsCbdFcgLXW34bAsnQvy.jpg</thumb>
            <thumb preview="http://image.tmdb.org/t/p/w780/hqh4cBYu3gtFJ8f8cO0MnYnk2bF.jpg">http://image.tmdb.org/t/p/original/hqh4cBYu3gtFJ8f8cO0MnYnk2bF.jpg</thumb>
    <thumb aspect="clearlogo" preview="https://assets.fanart.tv/preview/movies/141052/hdmovielogo/justice-league-5865bf95cbadb.png">https://assets.fanart.tv/fanart/movies/141052/hdmovielogo/justice-league-5865bf95cbadb.png</thumb>
            <thumb preview="http://image.tmdb.org/t/p/w780/oOWOMv8aWUYalMyRE3DbsnQyNod.jpg">http://image.tmdb.org/t/p/original/oOWOMv8aWUYalMyRE3DbsnQyNod.jpg</thumb>
    <thumb aspect="clearlogo" preview="https://assets.fanart.tv/preview/movies/141052/hdmovielogo/justice-league-585e9ca3bcf6a.png">https://assets.fanart.tv/fanart/movies/141052/hdmovielogo/justice-league-585e9ca3bcf6a.png</thumb>
            <thumb preview="http://image.tmdb.org/t/p/w780/jQsERPRmJ3bm6OSQvljSvPcRXQV.jpg">http://image.tmdb.org/t/p/original/jQsERPRmJ3bm6OSQvljSvPcRXQV.jpg</thumb>
    <thumb aspect="clearlogo" preview="https://assets.fanart.tv/preview/movies/141052/hdmovielogo/justice-league-57b476a831d74.png">https://assets.fanart.tv/fanart/movies/141052/hdmovielogo/justice-league-57b476a831d74.png</thumb>
            <thumb preview="http://image.tmdb.org/t/p/w780/6rgatvYytkkI5sQdY300gw3cj1W.jpg">http://image.tmdb.org/t/p/original/6rgatvYytkkI5sQdY300gw3cj1W.jpg</thumb>
    <thumb aspect="clearlogo" preview="https://assets.fanart.tv/preview/movies/141052/hdmovielogo/justice-league-57947e28cf10b.png">https://assets.fanart.tv/fanart/movies/141052/hdmovielogo/justice-league-57947e28cf10b.png</thumb>
            <thumb preview="http://image.tmdb.org/t/p/w780/6DI62qsY7kAYJhMBxnnZMduiS7y.jpg">http://image.tmdb.org/t/p/original/6DI62qsY7kAYJhMBxnnZMduiS7y.jpg</thumb>
    <thumb aspect="clearlogo" preview="https://assets.fanart.tv/preview/movies/141052/hdmovielogo/justice-league-5863d5c0cf0c9.png">https://assets.fanart.tv/fanart/movies/141052/hdmovielogo/justice-league-5863d5c0cf0c9.png</thumb>
            <thumb preview="http://image.tmdb.org/t/p/w780/mKf1N4hvoKJXiM2Q0i1kAjerLvY.jpg">http://image.tmdb.org/t/p/original/mKf1N4hvoKJXiM2Q0i1kAjerLvY.jpg</thumb>
    <thumb aspect="clearlogo" preview="https://assets.fanart.tv/preview/movies/141052/hdmovielogo/justice-league-5a801747e5545.png">https://assets.fanart.tv/fanart/movies/141052/hdmovielogo/justice-league-5a801747e5545.png</thumb>
            <thumb preview="http://image.tmdb.org/t/p/w780/b0VveMbxu2hVhaRQO203rtoTYOz.jpg">http://image.tmdb.org/t/p/original/b0VveMbxu2hVhaRQO203rtoTYOz.jpg</thumb>
    <thumb aspect="clearlogo" preview="https://assets.fanart.tv/preview/movies/141052/hdmovielogo/justice-league-5cd75683df92b.png">https://assets.fanart.tv/fanart/movies/141052/hdmovielogo/justice-league-5cd75683df92b.png</thumb>
            <thumb preview="http://image.tmdb.org/t/p/w780/dJwlNja2UpCArLmWrVgC1Jcxcgi.jpg">http://image.tmdb.org/t/p/original/dJwlNja2UpCArLmWrVgC1Jcxcgi.jpg</thumb>
    <thumb aspect="banner" preview="https://assets.fanart.tv/preview/movies/141052/moviebanner/justice-league-586017e95adbd.jpg">https://assets.fanart.tv/fanart/movies/141052/moviebanner/justice-league-586017e95adbd.jpg</thumb>
        </fanart>
    <thumb aspect="banner" preview="https://assets.fanart.tv/preview/movies/141052/moviebanner/justice-league-5934d45bc6592.jpg">https://assets.fanart.tv/fanart/movies/141052/moviebanner/justice-league-5934d45bc6592.jpg</thumb>
        <mpaa>Rated M</mpaa>
    <thumb aspect="banner" preview="https://assets.fanart.tv/preview/movies/141052/moviebanner/justice-league-5aa9289a379fa.jpg">https://assets.fanart.tv/fanart/movies/141052/moviebanner/justice-league-5aa9289a379fa.jpg</thumb>
        <playcount>0</playcount>
    <thumb aspect="landscape" preview="https://assets.fanart.tv/preview/movies/141052/moviethumb/justice-league-585fb155c3743.jpg">https://assets.fanart.tv/fanart/movies/141052/moviethumb/justice-league-585fb155c3743.jpg</thumb>
         <lastplayed>2017-09-16</lastplayed>
    <thumb aspect="landscape" preview="https://assets.fanart.tv/preview/movies/141052/moviethumb/justice-league-585edbda91d82.jpg">https://assets.fanart.tv/fanart/movies/141052/moviethumb/justice-league-585edbda91d82.jpg</thumb>
        <file></file>
    <thumb aspect="landscape" preview="https://assets.fanart.tv/preview/movies/141052/moviethumb/justice-league-5b86588882c12.jpg">https://assets.fanart.tv/fanart/movies/141052/moviethumb/justice-league-5b86588882c12.jpg</thumb>
        <path>F:\Movies- Test - Scraped\Allegiant (2016)\BDMV\</path>
    <thumb aspect="landscape" preview="https://assets.fanart.tv/preview/movies/141052/moviethumb/justice-league-5bbb9babe600c.jpg">https://assets.fanart.tv/fanart/movies/141052/moviethumb/justice-league-5bbb9babe600c.jpg</thumb>
         <filenameandpath>F:\Movies- Test - Scraped\Allegiant (2016)\BDMV\index.bdmv</filenameandpath>
    <thumb aspect="clearart" preview="https://assets.fanart.tv/preview/movies/141052/hdmovieclearart/justice-league-5865c23193041.png">https://assets.fanart.tv/fanart/movies/141052/hdmovieclearart/justice-league-5865c23193041.png</thumb>
        <basepath>F:\Movies- Test - Scraped\Allegiant (2016)\</basepath>
    <thumb aspect="discart" preview="https://assets.fanart.tv/preview/movies/141052/moviedisc/justice-league-5a3af26360617.png">https://assets.fanart.tv/fanart/movies/141052/moviedisc/justice-league-5a3af26360617.png</thumb>
        <id>tt3410834</id>
    <thumb aspect="discart" preview="https://assets.fanart.tv/preview/movies/141052/moviedisc/justice-league-58690967b9765.png">https://assets.fanart.tv/fanart/movies/141052/moviedisc/justice-league-58690967b9765.png</thumb>
         <uniqueid type="unknown" default="true">tt3410834</uniqueid>
    <thumb aspect="discart" preview="https://assets.fanart.tv/preview/movies/141052/moviedisc/justice-league-5a953ca4db6a6.png">https://assets.fanart.tv/fanart/movies/141052/moviedisc/justice-league-5a953ca4db6a6.png</thumb>
        <genre>Adventure</genre>
    <thumb aspect="discart" preview="https://assets.fanart.tv/preview/movies/141052/moviedisc/justice-league-5a0b913c233be.png">https://assets.fanart.tv/fanart/movies/141052/moviedisc/justice-league-5a0b913c233be.png</thumb>
        <genre>Science Fiction</genre>
    <thumb aspect="discart" preview="https://assets.fanart.tv/preview/movies/141052/moviedisc/justice-league-5a87e0cdb1209.png">https://assets.fanart.tv/fanart/movies/141052/moviedisc/justice-league-5a87e0cdb1209.png</thumb>
        <country>United States of America</country>
    <thumb aspect="discart" preview="https://assets.fanart.tv/preview/movies/141052/moviedisc/justice-league-59dc595362ef1.png">https://assets.fanart.tv/fanart/movies/141052/moviedisc/justice-league-59dc595362ef1.png</thumb>
         <set>
    <fanart>
            <name>Divergent Collection</name>
         <thumb preview="https://assets.fanart.tv/preview/movies/141052/moviebackground/justice-league-5793f518c6d6e.jpg">https://assets.fanart.tv/fanart/movies/141052/moviebackground/justice-league-5793f518c6d6e.jpg</thumb>
            <overview>The Divergent trilogy is based on a series of young adult sci-fi novels by American novelist Veronica Roth set in a post-apocalyptic dystopian Chicago.</overview>
         <thumb preview="https://assets.fanart.tv/preview/movies/141052/moviebackground/justice-league-5a5332c7b5e77.jpg">https://assets.fanart.tv/fanart/movies/141052/moviebackground/justice-league-5a5332c7b5e77.jpg</thumb>
        </set>
         <thumb preview="https://assets.fanart.tv/preview/movies/141052/moviebackground/justice-league-5a53cf2dac1c8.jpg">https://assets.fanart.tv/fanart/movies/141052/moviebackground/justice-league-5a53cf2dac1c8.jpg</thumb>
        <tag>Best Tag</tag>
         <thumb preview="https://assets.fanart.tv/preview/movies/141052/moviebackground/justice-league-5976ba93eb5d3.jpg">https://assets.fanart.tv/fanart/movies/141052/moviebackground/justice-league-5976ba93eb5d3.jpg</thumb>
        <credits>Noah Oppenheim</credits>
         <thumb preview="https://assets.fanart.tv/preview/movies/141052/moviebackground/justice-league-58fa1f1932897.jpg">https://assets.fanart.tv/fanart/movies/141052/moviebackground/justice-league-58fa1f1932897.jpg</thumb>
         <credits>Adam Cooper</credits>
         <thumb preview="https://assets.fanart.tv/preview/movies/141052/moviebackground/justice-league-5a14f5fd8dd16.jpg">https://assets.fanart.tv/fanart/movies/141052/moviebackground/justice-league-5a14f5fd8dd16.jpg</thumb>
        <credits>Bill Collage</credits>
         <thumb preview="https://assets.fanart.tv/preview/movies/141052/moviebackground/justice-league-5a119394ea362.jpg">https://assets.fanart.tv/fanart/movies/141052/moviebackground/justice-league-5a119394ea362.jpg</thumb>
        <credits>Stephen Chbosky</credits>
    </fanart>
         <director>Robert Schwentke</director>
    <mpaa>Australia:M</mpaa>
        <premiered>2016-03-09</premiered>
    <playcount>0</playcount>
         <year>2016</year>
    <lastplayed></lastplayed>
        <status></status>
    <id>tt0974015</id>
        <code></code>
    <uniqueid type="imdb" default="true">tt0974015</uniqueid>
        <aired></aired>
    <genre>Action</genre>
        <studio>Summit Entertainment</studio>
    <genre>Adventure</genre>
        <trailer>TmovieFc19</trailer>
    <genre>Fantasy</genre>
        <fileinfo>
    <genre>Sci-Fi</genre>
            <streamdetails>
    <country>USA</country>
                <video>
    <country>Canada</country>
                    <codec>h264</codec>
    <country>UK</country>
                    <aspect>1.777778</aspect>
    <set>
                    <width>1920</width>
        <name>Justice League Collection</name>
                    <height>1080</height>
        <overview>Based on the DC Comics superhero team</overview>
                    <durationinseconds>5311</durationinseconds>
    </set>
                    <stereomode></stereomode>
    <credits>Jerry Siegel</credits>
                </video>
    <credits>Joe Shuster</credits>
                <audio>
    <director>Zack Snyder</director>
                    <codec>ac3</codec>
    <premiered>2017-11-15</premiered>
                    <language>eng</language>
    <year>2017</year>
                    <channels>2</channels>
    <status></status>
                </audio>
    <code></code>
                <audio>
    <aired></aired>
                    <codec>ac3</codec>
    <studio>DC Comics</studio>
                    <language></language>
    <trailer></trailer>
                    <channels>2</channels>
    <fileinfo>
                </audio>
         <streamdetails>
                <subtitle>
             <video>
                    <language>eng</language>
                <codec>h264</codec>
                </subtitle>
                <aspect>1.777778</aspect>
                <subtitle>
                <width>1920</width>
                    <language></language>
                <height>1080</height>
                </subtitle>
                <durationinseconds>6268</durationinseconds>
            </streamdetails>
                <stereomode></stereomode>
        </fileinfo>
            </video>
         <actor>
            <audio>
             <name>Shailene Woodley</name>
                <codec>truehd</codec>
            <role>Beatrice &quot;Tris&quot; Prior</role>
                <language>eng</language>
            <order>0</order>
                <channels>8</channels>
            <thumb>http://image.tmdb.org/t/p/original/kkLbiTlBGNwJL9qHuVHeqCMNrEx.jpg</thumb>
             </audio>
        </actor>
            <audio>
        <actor>
                <codec>ac3</codec>
            <name>Theo James</name>
                <language></language>
            <role>Tobias &quot;Four&quot; Eaton</role>
                <channels>6</channels>
            <order>1</order>
            </audio>
             <thumb>http://image.tmdb.org/t/p/original/hLNSoQ3gc52X5VVb172yO3CuUEq.jpg</thumb>
             <subtitle>
        </actor>
                <language>eng</language>
        <actor>
             </subtitle>
            <name>Zoë Kravitz</name>
        </streamdetails>
            <role>Christina</role>
    </fileinfo>
             <order>2</order>
    <actor>
             <thumb>http://image.tmdb.org/t/p/original/wcl5pdFDAUyDgJ1gfQErXch6FgH.jpg</thumb>
         <name>Ben Affleck</name>
        </actor>
        <role>Batman</role>
         <actor>
        <order>0</order>
            <name>Miles Teller</name>
        <thumb>https://m.media-amazon.com/images/M/MV5BMTI4MzIxMTk0Nl5BMl5BanBnXkFtZTcwOTU5NjA0Mg@@._V1_SX1024_SY1024_.jpg</thumb>
            <role>Peter Hayes</role>
    </actor>
            <order>3</order>
    <actor>
            <thumb>http://image.tmdb.org/t/p/original/o2wfvYAvspsKqYVt4ORR8VWjB7H.jpg</thumb>
        <name>Henry Cavill</name>
        </actor>
        <role>Superman</role>
        <actor>
        <order>1</order>
            <name>Naomi Watts</name>
        <thumb>https://m.media-amazon.com/images/M/MV5BMTUxNTExMzUzOF5BMl5BanBnXkFtZTgwOTI1MjA3OTE@._V1_SX1024_SY1024_.jpg</thumb>
            <role>Evelyn Johnson-Eaton</role>
    </actor>
            <order>4</order>
    <actor>
            <thumb>http://image.tmdb.org/t/p/original/8W02WOJI1pEGh2iqQsgITR5tV0P.jpg</thumb>
        <name>Amy Adams</name>
        </actor>
        <role>Lois Lane</role>
        <actor>
        <order>2</order>
            <name>Ansel Elgort</name>
        <thumb>https://m.media-amazon.com/images/M/MV5BMTg2NTk2MTgxMV5BMl5BanBnXkFtZTgwNjcxMjAzMTI@._V1_SX1024_SY1024_.jpg</thumb>
            <role>Caleb Prior</role>
    </actor>
            <order>5</order>
    <actor>
            <thumb>http://image.tmdb.org/t/p/original/uQYUfGvOZkB5x25Z19UeyLABHmr.jpg</thumb>
        <name>Gal Gadot</name>
        </actor>
        <role>Wonder Woman</role>
        <actor>
        <order>3</order>
            <name>Jeff Daniels</name>
        <thumb>https://m.media-amazon.com/images/M/MV5BMjUzZTJmZDItODRjYS00ZGRhLTg2NWQtOGE0YjJhNWVlMjNjXkEyXkFqcGdeQXVyMTg4NDI0NDM@._V1_SX1024_SY1024_.jpg</thumb>
            <role>David</role>
    </actor>
            <order>6</order>
    <actor>
            <thumb>http://image.tmdb.org/t/p/original/gai03gCu3DxMYxFympt7hUObpI5.jpg</thumb>
        <name>Ezra Miller</name>
        </actor>
        <role>The Flash</role>
        <actor>
        <order>4</order>
            <name>Octavia Spencer</name>
        <thumb>https://m.media-amazon.com/images/M/MV5BMjEwMjQ3ODgxOV5BMl5BanBnXkFtZTgwNzc4NjE4NTE@._V1_SX1024_SY1024_.jpg</thumb>
            <role>Johanna Reyes</role>
    </actor>
            <order>7</order>
    <actor>
            <thumb>http://image.tmdb.org/t/p/original/4FEVru6fBFyJECqwqjHwlZdsL4c.jpg</thumb>
        <name>Jason Momoa</name>
        </actor>
        <role>Aquaman</role>
        <actor>
        <order>5</order>
            <name>Keiynan Lonsdale</name>
        <thumb>https://m.media-amazon.com/images/M/MV5BMTI5MTU5NjM1MV5BMl5BanBnXkFtZTcwODc4MDk0Mw@@._V1_SX1024_SY1024_.jpg</thumb>
            <role>Uriah Pedrad</role>
    </actor>
            <order>8</order>
    <actor>
            <thumb>http://image.tmdb.org/t/p/original/d2APuABXn7sFUEThmlzPz3EyjUf.jpg</thumb>
        <name>Ray Fisher</name>
        </actor>
        <role>Cyborg</role>
        <actor>
        <order>6</order>
            <name>Daniel Dae Kim</name>
        <thumb>https://m.media-amazon.com/images/M/MV5BYzdhMzkyYTgtMjQzMC00ODhmLWExZmItNTU4MDVlMzY2NzgwXkEyXkFqcGdeQXVyNzA5NjQ5MDk@._V1_SX1024_SY1024_.jpg</thumb>
            <role>Jack Kang</role>
    </actor>
            <order>9</order>
    <actor>
            <thumb>http://image.tmdb.org/t/p/original/xnaUUZkulAAwS5sbZ2cL7pHal4x.jpg</thumb>
        <name>Jeremy Irons</name>
        </actor>
        <role>Alfred</role>
        <actor>
        <order>7</order>
            <name>Maggie Q</name>
        <thumb>https://m.media-amazon.com/images/M/MV5BMTY5Mzg2NDY5OV5BMl5BanBnXkFtZTcwMDQwNzA0Mg@@._V1_SX1024_SY1024_.jpg</thumb>
            <role>Tori Wu</role>
    </actor>
            <order>10</order>
    <actor>
            <thumb>http://image.tmdb.org/t/p/original/bFc4F3jQLViv66ugp9nzB1uUldX.jpg</thumb>
        <name>Diane Lane</name>
        </actor>
        <role>Martha Kent</role>
        <actor>
        <order>8</order>
            <name>Bill Skarsgård</name>
        <thumb>https://m.media-amazon.com/images/M/MV5BMzM5ODM1ZWMtZjcyYy00MzgzLWJmMGQtZWY5OGQyNTRiODIxXkEyXkFqcGdeQXVyOTE0NjgwMjY@._V1_SX1024_SY1024_.jpg</thumb>
            <role>Matthew</role>
    </actor>
            <order>11</order>
    <actor>
            <thumb>http://image.tmdb.org/t/p/original/dNBVysW90WipOgX81sAsvxtvddF.jpg</thumb>
        <name>Connie Nielsen</name>
        </actor>
        <role>Queen Hippolyta</role>
        <actor>
        <order>9</order>
            <name>Jonny Weston</name>
        <thumb>https://m.media-amazon.com/images/M/MV5BYzZiYTQ4YTAtMzRkMi00ZDZlLWFkZWItNGI2ZTIyODRiYTc4XkEyXkFqcGdeQXVyMjUzMjc2MjE@._V1_SX1024_SY1024_.jpg</thumb>
            <role>Edgar</role>
    </actor>
            <order>12</order>
    <actor>
            <thumb>http://image.tmdb.org/t/p/original/qv8lrHTf22WO92kdWcIu8ZMee0J.jpg</thumb>
        <name>J.K. Simmons</name>
        </actor>
        <role>Commissioner Gordon</role>
        <actor>
        <order>10</order>
            <name>Nadia Hilker</name>
        <thumb>https://m.media-amazon.com/images/M/MV5BMzg2NTI5NzQ1MV5BMl5BanBnXkFtZTgwNjI1NDEwMDI@._V1_SX1024_SY1024_.jpg</thumb>
            <role>Nita</role>
    </actor>
            <order>13</order>
    <actor>
            <thumb>http://image.tmdb.org/t/p/original/5R1kGLClhe3VsweNDHDDjaMZxzC.jpg</thumb>
        <name>Ciarán Hinds</name>
        </actor>
        <role>Steppenwolf</role>
        <actor>
        <order>11</order>
            <name>Andy Bean</name>
        <thumb>https://m.media-amazon.com/images/M/MV5BMTIyNjM0MzU0NF5BMl5BanBnXkFtZTcwOTIxMzg1MQ@@._V1_SX1024_SY1024_.jpg</thumb>
            <role>Romit</role>
    </actor>
            <order>14</order>
    <actor>
            <thumb>http://image.tmdb.org/t/p/original/fHVxueDdVcOztnp4MdN8THwzI60.jpg</thumb>
        <name>Amber Heard</name>
        </actor>
        <role>Mera</role>
        <actor>
        <order>12</order>
            <name>Ray Stevenson</name>
        <thumb>https://m.media-amazon.com/images/M/MV5BMjA4NDkyODA3M15BMl5BanBnXkFtZTgwMzUzMjYzNzM@._V1_SX1024_SY1024_.jpg</thumb>
            <role>Marcus Eaton</role>
    </actor>
            <order>15</order>
    <actor>
            <thumb>http://image.tmdb.org/t/p/original/bcd9uqwfCVYsu7rduZnPVYUkyfU.jpg</thumb>
        <name>Joe Morton</name>
        </actor>
        <role>Silas Stone</role>
        <actor>
        <order>13</order>
            <name>Mekhi Phifer</name>
        <thumb>https://m.media-amazon.com/images/M/MV5BMTQ1MjYwMTQ2MF5BMl5BanBnXkFtZTgwNzI4MTA0NDE@._V1_SX1024_SY1024_.jpg</thumb>
            <role>Max</role>
    </actor>
            <order>16</order>
    <actor>
            <thumb>http://image.tmdb.org/t/p/original/xrv9RDMPoTd9NsfpUzL81XglAmk.jpg</thumb>
        <name>Lisa Loven Kongsli</name>
        </actor>
        <role>Menalippe</role>
        <actor>
        <order>14</order>
            <name>Joseph David-Jones</name>
        <thumb>https://m.media-amazon.com/images/M/MV5BOTFjOTFhNTgtZjk3Ny00MTNjLWE3MWUtMWI3ZWM5NDljZjQwXkEyXkFqcGdeQXVyMjQwMDg0Ng@@._V1_SX1024_SY1024_.jpg</thumb>
            <role>Hollis</role>
    </actor>
            <order>17</order>
    <resume>
            <thumb>http://image.tmdb.org/t/p/original/VXgR1NWyLITIS0TEocGFiesfaz.jpg</thumb>
        <position>0.000000</position>
        </actor>
        <total>0.000000</total>
        <actor>
    </resume>
            <name>Ashley Judd</name>
<showlink>Justice League</showlink>  
            <role>Natalie Prior</role>
    <dateadded>2019-08-06 09:01:18</dateadded>
            <order>18</order>
</movie>
            <thumb>http://image.tmdb.org/t/p/original/3bgmRDt02iGFVjhqCqstVyEeiwG.jpg</thumb>
</syntaxhighlight>
        </actor>
        <actor>
            <name>Xander Berkeley</name>
            <role>Phillip</role>
            <order>19</order>
            <thumb>http://image.tmdb.org/t/p/original/vlZ9FDMk2Xd1WHixPKxnheZoXgR.jpg</thumb>
        </actor>
        <actor>
            <name>Parisa Johnston</name>
            <role>Regina</role>
            <order>20</order>
            <thumb>http://image.tmdb.org/t/p/original/8NoSH9fIhdJRxVe1gpRGY9oellt.jpg</thumb>
        </actor>
        <actor>
            <name>Rebecca Pidgeon</name>
            <role>Sarah</role>
            <order>21</order>
            <thumb>http://image.tmdb.org/t/p/original/c8nJjBpB7zYtdnEY1GNPtUSophZ.jpg</thumb>
        </actor>
        <actor>
            <name>Konrad Howard</name>
            <role>Jasper</role>
            <order>22</order>
            <thumb></thumb>
        </actor>
        <actor>
            <name>Theo Howard</name>
            <role>Eulis</role>
            <order>23</order>
            <thumb></thumb>
        </actor>
        <actor>
            <name>Lucella Costa</name>
            <role>Laura</role>
            <order>24</order>
            <thumb></thumb>
        </actor>
        <actor>
            <name>Amy Parrish</name>
            <role>Zoe</role>
            <order>25</order>
            <thumb>http://image.tmdb.org/t/p/original/8NXe482dXuyMtOA0Q45lIEn588m.jpg</thumb>
        </actor>
        <actor>
            <name>Ken DuBois</name>
            <role>Tom</role>
            <order>26</order>
            <thumb></thumb>
        </actor>
        <actor>
            <name>Janet McTeer</name>
            <role>Edith Prior</role>
            <order>27</order>
            <thumb>http://image.tmdb.org/t/p/original/fVxhoT9udQl9UFXe3qa9cbUq3h4.jpg</thumb>
        </actor>
        <actor>
            <name>Courtney Hope</name>
            <role>Anna</role>
            <order>28</order>
            <thumb></thumb>
        </actor>
        <actor>
            <name>Thomas Blake Jr.</name>
            <role>Fringe Father</role>
            <order>29</order>
            <thumb>http://image.tmdb.org/t/p/original/Ac2K4sKKFjeMmbG3NJhpWD2qqYq.jpg</thumb>
        </actor>
        <actor>
            <name>Julie Ivey</name>
            <role>Fringe Parent</role>
            <order>30</order>
            <thumb>http://image.tmdb.org/t/p/original/wquYh5Vxy3W3OvC8bMLic85KOJY.jpg</thumb>
        </actor>
        <actor>
            <name>Kyle Russell Clements</name>
            <role>Factionless Guard</role>
            <order>31</order>
            <thumb>http://image.tmdb.org/t/p/original/yvAz7YZyMEUemDruhZyND2dvZXv.jpg</thumb>
        </actor>
        <actor>
            <name>Hannah Alligood</name>
            <role>Crush Girl #2</role>
            <order>32</order>
            <thumb>http://image.tmdb.org/t/p/original/uzTCiTgXX89MAtPJHghmRMsxcBd.jpg</thumb>
        </actor>
        <actor>
            <name>Autumn Dial</name>
            <role>Groupie Babe #1</role>
            <order>33</order>
            <thumb></thumb>
        </actor>
        <showlink>Angels</showlink>
        <resume>
            <position>1128.000000</position>
            <total>5311.000000</total>
        </resume>
        <dateadded>2017-04-17 18:04:49</dateadded>
        <art>
            <fanart>F:\Movies- Test - Scraped\Allegiant (2016)\fanart.jpg</fanart>
            <poster>F:\Movies- Test - Scraped\Allegiant (2016)\poster.jpg</poster>
        </art>
    </movie>
 
{{collapse bottom}}
{{collapse bottom}}






= Technical Notes =
= References =
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.
<references />
 
{|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 ||
|}




Line 638: Line 509:




{{updated|17}}
{{updated|18}}


[[Category:FAQ]]
[[Category:FAQ]]

Revision as of 03:03, 7 October 2020

NFO Contents

NFO Main Page


See also:


Return to:

Home icon grey.png   ▶ NFO files ▶ Movies


General

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
    • Online scraper sites- if a scraper is set in your source settings, or
    • 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. See: Parsing NFO
  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. See: Combination NFO


Known Issues

  • v18 introduced a bug where any class of nfo file can be scanned into any part of the video library. See Issue 16112


nfo Name and Location

Regardless of what settings you have set for the source and scraper, Kodi will always search for and scan the nfo file first where available.

Correct placement of the nfo file is essential. Failing to save the file with the correct name and 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.


<VideoFileName>.nfo
  • NFO Files are named the same as the video file except with the .nfo extension. See image below.
  • We recommend using this format to name nfo files.
movie.nfo
Kodi may also scan nfo files named movie.nfo. To use this name, the setting Movies are in separate folders that match the movie title must be Enabled in the Set Content Screen.
  • If the above setting is not enabled, Kodi will ignore the movie.nfo. If the <VideoFileName>.nfo formatted file is available, Kodi will scan this one instead, otherwise an online scrape will be performed.
  • If you use movie.nfo and later Export your library to Separate Files, Kodi will still create the nfo file in the <VideoFileName>.nfo format and two nfo files will exist. If a Refresh or rescan is run in future, the <VideoFileName>.nfo file will be ignored in favour of movie.nfo, which means any changes you may have made to the library entry (play counts, watched status etc) will not be re-scanned back into the library.
  • We recommend using the <VideoFileName>.nfo format name for nfo files to avoid the above traps.


Movies require one nfo file. The below image details naming and location for Single File, DVD and Bluray movies:


nfo Tags

The following table lists most available XML tags. Some system generated tags are ommitted and are not required if you are creating your own nfo files as Kodi will create the missing XML tags internally. [1]

Two XML tags are required and are indicated in the table below. All other tags are optional. Of course the less tags used, the less information scanned into the library.

Children tags are displayed correctly with parent tags. The list is ordered in the same order as the exported nfo file.


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 The title for the movie
<originaltitle></originaltitle> No No Displays the original title of the movie.

For example, if the scraper is set to german language and the scraped movie in german is "Der mit dem Wolf tanzt" the original title will be "Dances with Wolves"

<sorttitle></sorttitle> No No Allows alternate title sort without modifying movie title. Not displayed in any library listing. See: Sort Title
 <ratings>
   <rating name="" max="10" default="">
      <value></value>
      <votes></votes>
   </rating>
 </ratings>
No No default="true" default="false"
Only one rating can be set as default="true", additional ratings must be set as default="false" or ommitted

name="identifier". Do not use "default". Examples of identifier include...

<rating name="imdb" max="10">
<rating name="trakt" max="10">
<rating name="themoviedb" max="10">
<rating name="metacritic" max="10">
<rating name="tomatometerallcritics" max="10">
<rating name="tomatometerallaudience" max="10">

Example of complete entry...

<rating name="themoviedb" max="10" default="true">
<rating name="imdb" max="10" default="false"> or <rating name="themoviedb" max="10">
<userrating></userrating> No No Personal rating set by the user
<top250></top250> No No Ranking in IMDB Top 250 movies
<outline></outline> Should be short, will be displayed on a single line (scraped from IMDB only)
<plot></plot> Can contain more information on multiple lines, will be wrapped
<tagline></tagline> No No Short movie slogan. "The true story of a real fake" is the tagline for "Catch me if you can
<runtime></runtime> No No Minutes only. Overwritten when movie played
<thumb aspect="" preview=""></thumb> No Yes Path to available Movie Posters

Example use of aspect=""

<thumb aspect="banner"
<thumb aspect="clearart"
<thumb aspect="clearlogo"
<thumb aspect="discart"
<thumb aspect="landscape"
<thumb aspect="poster"
<fanart>
    <thumb preview=""></thumb>
</fanart>
No Yes^ Path to available movie fanart.
^ Multiple <thumb> entries allowed between the <fanart></fanart> tags
<mpaa></mpaa> No No Country specific mpaa rating system. Check with skin author which prefix is required to diplay your country local rating system
<playcount></playcount> No No Number of times movie has been played.

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 Date movie was last played
<id></id> No No The default ID.

Do not use as this is a Kodi generated tag. See next item.

<uniqueid type="xxxx" default="true"></uniqueid> Yes Yes The ID from the scraper site.

type="xxxx" = Identifier of the ID. Do not use "default". Examples of identifier include...

<uniqueid type="imdb">
<uniqueid type="tvdb">
<uniqueid type="tmdb">
For non-scraped items, use simple values like "home", "sport", "doco" etc
The value can be alpha-numeric eg tt3480556 for imdb, 286668 for tmdb, home001 for home movies, etc

default="true" default="false"

Only one uniqueID can be set as default="true", additional uniqueID's must be set as default="false" or ommitted

Example of complete entry...

<uniqueid type="tmdb" default="true">
<uniqueid type="imdb" default="false"> or <uniqueid type="imdb">
<genre></genre> No Yes Movie genre.
<country></country> No Yes Country of origin
<set>
   <name></name>
   <overview></overview>
</set>
No No Movie set tags

The <overview> tag allows a short summary of the movie set. It can be displayed by some skins.

<tag></tag> No Yes Movie tags. See: Video library tags
<credits></credits> No Yes Field for writers.
<director></director> No Yes Movie Director
<premiered></premiered> No No Release date of movie. Format as 2019-01-31
<year></year> No No Release Year.

Do not use. Use <premiered> instead

<status></status> No No Not used
No No Not used
<aired></aired> No No Not used
<studio></studio> No Yes Production studio
<trailer></trailer> No No Local or online 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

In v17 and prior, Kodi would overwrite these values on first play of the file.
In v18 that process was removed and values in these tags will remain.[2]

<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
<showlink></showlink> No No Connect movie to TV Show. Use the TV Show <title></title> name.
<resume>
  <position></position>
  <total></total>
</resume>
No No Movie resume point in Seconds
<dateadded></dateadded> No No mTime of the playable video file. Can be altered in advancedsettings.xml

Template nfo

A template NFO File is provided below that can be copied into your own file and completed. It is a simplified file:

  • System generated tags are removed
  • Assumes local artwork is being used
  • Assumes no online information is available, so items like Ratings have no relevance
  • This will be the first time scanned into library so watched status and play counts are not required.

If any of these removed tags are required, simply add the appropriate tags, and refer to the Sample NFO File in the next section to confirm correct usage.

<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
<movie>
    <title></title>
    <originaltitle></originaltitle>
    <userrating>0</userrating>
    <outline></outline>
    <plot></plot>
    <tagline></tagline>
    <runtime></runtime>
    <mpaa></mpaa>
    <uniqueid type="" default="true"></uniqueid>
    <genre></genre>
    <country></country>
    <credits></credits>
    <director></director>
    <premiered></premiered>
    <studio></studio>
    <actor>
        <name></name>
        <role></role>
        <order></order>
        <thumb></thumb>
    </actor>
</movie>


Sample nfo

Below is a sample nfo file that was exported from Kodi after scraping into the library using the Universal Movie Scraper.

Press Expand at right edge of the green bar to view


References


Return to top