NFO files/TV shows: Difference between revisions

From Official Kodi Wiki
Jump to navigation Jump to search
No edit summary
(Add Sect 5 + 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/tvshows|TV Shows]]'''
** '''[[NFO_files/music|Music]]'''
** '''[[NFO_files/music|Music]]'''
Line 24: Line 24:
If you choose not to use nfo files for each episode, but only for the main TV Show, then the tvshow.nfo file must contain a valid ''<episodeguideurl>'' to allow online updates. If not, only episodes with .nfo files will be added.  
If you choose not to use nfo files for each episode, but only for the main TV Show, then the tvshow.nfo file must contain a valid ''<episodeguideurl>'' to allow online updates. If not, only episodes with .nfo files will be added.  


TV Shows and Episodes '''must''' abide by the standard naming conventions even if you are using nfo files.<br /><br />
TV Shows and Episodes '''must''' abide by the standard naming conventions even if you are using nfo files.
 
If using a Parsing nfo, then only one '''''tvshow.nfo''''' is required. No episode nfo's are required.
<br /><br />


The order of importing metadata is as follows:
The order of importing metadata is as follows:
Line 43: Line 40:


== Known Issues ==
== Known Issues ==
The parsing nfo requires the URL to be '''''http''''' only (no '''s'''). Currently '''''https''''' addresses are not recognised during parsing.
The parsing nfo requires the URL to be '''''http''''' only (no '''s'''). Currently '''''https''''' addresses are not recognised during parsing. The bug has been reported and a fix is implemented. It is suggested you try the '''''https''''' address initially, if this fails then use the '''''http''''' address.




Line 115: Line 112:
{|class="prettytable"
{|class="prettytable"
! NFO (xml) Tag || Required || Multiple || Notes
! NFO (xml) Tag || Required || Multiple || Notes
|-
|<tvshow></tvshow> || 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 ||
|-
|<showtitle></showtitle> || No || No ||
|-
|<sorttitle></sorttitle> || No || No || Allows alternate title sort without modifying show title in library.
|-
|-
|
|
<actor>
  <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> || || || Unknown
|<season></season> || No || No ||
|-
|-
|<dateadded></dateadded> || No || No || Date the file was added to library. Can be altered in advancedsettings.xml
|<episode></episode> || No || No || Number of episodes in TV Show
|-
|-
|<displayepisode></displayepisode> || No || No || Not used in TV Shows
|<displayepisode></displayepisode> || No || No || Not used in TV Shows
Line 136: Line 144:
|<displayseason></displayseason> || No || No || Not used in TV Shows
|<displayseason></displayseason> || No || No || Not used in TV Shows
|-
|-
|<episode></episode> || No || No || Number of episodes in TV Show
|<outline></outline> ||  ||  || Not Used
|-
|<plot></plot> ||  ||  || Can contain more information on multiple lines, will be wrapped
|-
|<tagline></tagline> || No || No ||
|-
|<runtime></runtime> || No || No || Minutes only
|-
|<thumb aspect="" type="" season=""></thumb> || No || Yes || Path to TV Show and Season artwork
|-
|-
|
<episodeguide>
  <url cache=""></url>
</episodeguide>
|| Yes/No || No || Required if no or missing episode nfo's
|-
|-
|
|
Line 149: Line 160:
  </fanart>
  </fanart>
|| No || No || Path to available TV Show fanart. Multible <thumb> entries allowed. dim=Dimensions
|| No || No || Path to available TV Show fanart. Multible <thumb> entries allowed. dim=Dimensions
|-
|<mpaa></mpaa> || No || No ||
|-
|<playcount></playcount> ||  ||  || Setting this to 1, or greater, will mark the TV Show 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> || Yes || No || Exported in Single File Export only
|-
|<filenameandpath></filenameandpath> || Yes || No || Exported in Single File Export only
|-
|<basepath></basepath> || Yes || No || Exported in Single File Export only
|-
|
<episodeguide>
  <url cache=""></url>
</episodeguide>
|| Yes/No || No || Required if no or missing episode nfo's
|-
|-
|<id></id> || No || No || Scraper site ID
|<id></id> || No || No || Scraper site ID
|-
|<uniqueid type="unknown" default="true"></uniqueid> || No || No || Scraper site ID
|-
|-
|<genre></genre> || No || Yes || Supports "clear" attribute
|<genre></genre> || No || Yes || Supports "clear" attribute
|-
|-
|<lastplayed></lastplayed> || No || No ||
|<tag></tag> || No || Yes || TV Show tags
|-
|<premiered></premiered> || No || No ||
|-
|<year></year> || No || No ||
|-
|<status></status> || No || No || Continuing or Ended show
|-
|<aired></aired> || No || No || Used for TV Episodes
|-
|<code></code> ||  ||  || Unknown
|-
|<studio></studio> || No || Yes || Supports "clear" attribute
|-
|<trailer></trailer> || No || No || Path to TV Show trailer
|-
|
<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
|-
|-
|<mpaa></mpaa> || No || No ||
|
<resume>
  <position></position>
  <total></total>
</resume>
|| No || No || Not used for TV Show
|-
|-
|<originaltitle></originaltitle> || No || No ||
|<dateadded></dateadded> || No || No || Date the file was added to library. Can be altered in advancedsettings.xml
|}
 
 
 
== TV Episode Tags ==
The following table lists the XML tags available for TV Episodes in Kodi. Children tags are displayed correctly with parent tags.
 
For multi-part episodes, simply add multiple <episodedetails> XML blocks in succession.
 
{|class="prettytable"
! NFO (xml) Tag || Required || Multiple || Notes
|-
|-
|<outline></outline> || || || Not Used
|<episodedetails></episodedetails> || Yes || No || The top level parent tag for the nfo file. All other tags must be contained within these two tags
|-
|-
|<playcount></playcount> || || || Setting this to 1, or greater, will mark the TV Show as watched if the ''importwatchedstate'' flag is set in advancedsettings.xml
|<title></title> || No || No ||
|-
|-
|<plot></plot> || || ||  
|<originaltitle></originaltitle> || No || No ||
|-
|-
|<premiered></premiered> || No || No ||
|<showtitle></showtitle> || No || No ||
|-
|-
|
|
Line 177: Line 250:
|| No || No ||  
|| No || No ||  
|-
|-
|
|<userrating></userrating> || No || No ||
<resume>
  <position></position>
  <total></total>
</resume>
|| No || No || Not used for TV Show
|-
|-
|<runtime></runtime> || No || No || Minutes only
|<top250></top250> || No || No ||
|-
|-
|<season></season> || No || No || Used to display total number of seasons in TV Show
|<season></season> || No || No || Season the episode belongs to
|-
|-
|<showtitle></showtitle> || No || No ||
|<episode></episode> || No || No || Episode numbering
|-
|-
|<sorttitle></sorttitle> || No || No || Allows alternate title sort without modifying show title in library.
|<displayepisode></displayepisode> || No || No || Used to place Special Episodes in the correct viewing order
|-
|-
|<status></status> || No || No || Continuing or Ended show
|<displayseason></displayseason> || No || No || Used to place Special Episodes in the correct viewing order
|-
|-
|<studio></studio> || No || Yes || Supports "clear" attribute
|<outline></outline> || || ||  
|-
|-
|<tag></tag> || No || Yes || TV Show tags
|<plot></plot> || || || Can contain more information on multiple lines, will be wrapped
|-
|-
|<tagline></tagline> || No || No ||
|<tagline></tagline> || No || No ||
|-
|-
|<thumb aspect="" type="" season=""></thumb> || No || Yes || Path to TV Show and Season artwork
|<runtime></runtime> || No || No || Minutes only
|-
|<thumb></thumb> || No || Yes || Path to episode artwork
|-
|-
|<title></title> || No || No ||
|<mpaa></mpaa> || No || No ||
|-
|-
|<top250></top250> || No || No ||
|<playcount></playcount> || || || Setting this to 1, or greater, will mark the TV Show as watched if the ''importwatchedstate'' flag is set in advancedsettings.xml
|-
|-
|<trailer></trailer> || No || No || Path to TV Show trailer
|<lastplayed></lastplayed> || No || No ||
|-
|-
|<tvshow></tvshow> || Yes || No || The top level parent tag for the nfo file. '''All other tags must be contained within these two tags'''
|<file></file> || No || No || Not Used. Exported in Single File Export only
|-
|-
|<uniqueid type="unknown" default="true"></uniqueid> || No || No || Scraper site ID
|<path></path> || Yes || No || Exported in Single File Export only
|-
|-
|<userrating></userrating> || No || No ||
|<filenameandpath></filenameandpath> || Yes || No || Exported in Single File Export only
|-
|-
|<year></year> || No || No ||
|<basepath></basepath> || Yes || No || Exported in Single File Export only
|}
 
 
== TV Episode Tags ==
The following table lists the XML tags available for TV Episodes in Kodi. Children tags are displayed correctly with parent tags.
 
For multi-part episodes, simply add multiple <episodedetails> XML blocks in succession.
 
{|class="prettytable"
! NFO (xml) Tag || Required || Multiple || Notes
|-
|-
|
|<id></id> || No || No || Scraper site 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
|-
|-
|<aired></aired> || No || No || Original air date of the episode
|<uniqueid type="unknown" default="true"></uniqueid> || No || No || Scraper site ID
|-
|-
|<code><code></code></code> || || || Unknown
|<genre></genre> || No || Yes || Supports "clear" attribute
|-
|-
|<credits></credits> || No || Yes || Writers
|<credits></credits> || No || Yes || Writers
|-
|-
|<dateadded></dateadded> || No || No || Date the file was added to library. Can be altered in advancedsettings.xml
|<director></director> || No || No ||
|-
|<premiered></premiered> || No || No ||
|-
|<year></year> || No || No ||
|-
|-
|<director></director> || No || No ||
|<status></status> || No || No || Not used in Episodes
|-
|-
|<displayepisode></displayepisode> || No || No || Used to place Special Episodes in the correct viewing order
|<code></code> || || || Unknown
|-
|-
|<displayseason></displayseason> || No || No || Used to place Special Episodes in the correct viewing order
|<aired></aired> || No || No || Original air date of the episode
|-
|-
|<episode></episode> || No || No || Episode numbering
|<studio></studio> || No || Yes || Supports "clear" attribute
|-
|-
|<episodedetails></episodedetails> || Yes || No || The top level parent tag for the nfo file. '''All other tags must be contained within these two tags'''
|<trailer></trailer> || No || No || Path to TV Show trailer
|-
|-
|
|
Line 275: Line 331:
Kodi will always overwrite this data when it plays back the video file.<br />  
Kodi will always overwrite this data when it plays back the video file.<br />  
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 || Scraper site ID
|-
|<genre></genre> || No || Yes || Supports "clear" attribute
|-
|<lastplayed></lastplayed> || No || No ||
|-
|<mpaa></mpaa> || No || No ||
|-
|<originaltitle></originaltitle> || No || No ||
|-
|<outline></outline> ||  ||  ||
|-
|<playcount></playcount> ||  ||  || Setting this to 1, or greater, will mark the TV Show as watched if the ''importwatchedstate'' flag is set in advancedsettings.xml
|-
|<plot></plot> ||  ||  ||
|-
|<premiered></premiered> || No || No ||
|-
|-
|
|
  <ratings>
<actor>
    <rating name="default" max="10" default="true">
  <name></name>
      <value></value>
  <role></role>
      <votes></votes>
  <order></order>
    </rating>
  <thumb></thumb>
  </ratings>
</actor>
|| No || No ||  
|| No || Yes || The <order> tag determines where in the list the actor will appear. 0 = first in the list
Supports "clear" attribute
|-
|-
|
|
Line 310: Line 349:
|| No || No ||   
|| No || No ||   
|-
|-
|<runtime></runtime> || No || No || Minutes only
|<dateadded></dateadded> || No || No || Date the file was added to library. Can be altered in advancedsettings.xml
|-
|-
|<season></season> || No || No || Season the episode belongs to
|
|-
<art>
|<showtitle></showtitle> || No || No ||
  <fanart></fanart>
|-
  <poster></poster>
|<status></status> || No || No || Not used in Episodes
</art>
|-
|| Yes || No || Art in use. Exported in Single File Export only
|<studio></studio> || No || Yes || Supports "clear" attribute
|-
|<tagline></tagline> || No || No ||
|-
|<thumb></thumb> || No || Yes || Path to episode artwork
|-
|<title></title> || No || No ||
|-
|<top250></top250> || No || No ||
|-
|<trailer></trailer> || No || No || Path to TV Show trailer
|-
|<uniqueid type="unknown" default="true"></uniqueid> || No || No || Scraper site ID
|-
|<userrating></userrating> || No || No ||
|-
|<year></year> || No || No ||
|}
|}


Line 347: Line 369:


== TV Show nfo ==
== TV Show nfo ==
Sample TV Show nfo
Sample TV Show nfo. Extract from Single File Export


{{collapse top| TV Show nfo file  (click 'expand' to view)}}
{{collapse top| TV Show nfo file  (click 'expand' to view)}}
<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
  <tvshow>
<tvshow>
        <title>Angels</title>
    <title>Angel</title>
        <originaltitle>TtvshowC09</originaltitle>
    <originaltitle>TtvshowC09</originaltitle>
        <showtitle>Angels</showtitle>
    <showtitle>Angel</showtitle>
        <sorttitle>TtvshowC15</sorttitle>
    <sorttitle>TtvshowC15</sorttitle>
        <ratings>
    <ratings>
            <rating name="default" max="10" default="true">
        <rating name="default" max="10" default="true">
                <value>8.600000</value>
            <value>8.600000</value>
                <votes>88</votes>
            <votes>88</votes>
            </rating>
        </rating>
        </ratings>
    </ratings>
        <userrating>3</userrating>
    <userrating>9</userrating>
        <top250>0</top250>
    <top250>0</top250>
        <season>5</season>
    <season>5</season>
        <episode>110</episode>
    <episode>110</episode>
        <displayseason>-1</displayseason>
    <displayseason>-1</displayseason>
        <displayepisode>-1</displayepisode>
    <displayepisode>-1</displayepisode>
        <outline></outline>
    <outline></outline>
        <plot>Angel is an American television series, a spin-off from the television series Buffy the Vampire Slayer. Angel (David Boreanaz), a 240-year old vampire cursed with a conscience, haunts the dark streets of Los Angeles alone</plot>
    <plot>Angel is an American television series, a spin-off from the television series Buffy the Vampire Slayer. &#x0D;&#x0A;Angel (David Boreanaz), a 240-year old vampire cursed with a conscience, haunts the dark streets of Los Angeles alone. But after he meets a half-demon with mysterious visions, Angel realizes his true purpose: to help those in danger with the hope that he may have a chance to redeem himself and save his own soul. With Cordelia (Charisma Carpenter) and Doyle (Glenn Quinn) at his side, he forms Angel Investigations. He is soon joined by Wesley (Alexis Denisof), Gunn (J. August Richards), Lorne (Andy Hallett) and Fred (Amy Acker), and he will need all their expertise to fight the growing forces of evil, and the supernatural law firm of Wolfram and Hart.</plot>
        <tagline></tagline>
    <tagline></tagline>
        <runtime>45</runtime>
    <runtime>45</runtime>
        <thumb aspect="banner">http://thetvdb.com/banners/graphical/71035-g7.jpg</thumb>
    <thumb aspect="banner">http://thetvdb.com/banners/graphical/71035-g7.jpg</thumb>
        <thumb aspect="banner">http://thetvdb.com/banners/graphical/71035-g2.jpg</thumb>
    <thumb aspect="banner">http://thetvdb.com/banners/graphical/71035-g2.jpg</thumb>
        <thumb aspect="banner">http://thetvdb.com/banners/graphical/12-g.jpg</thumb>
    <thumb aspect="banner">http://thetvdb.com/banners/graphical/12-g.jpg</thumb>
        <thumb aspect="banner">http://thetvdb.com/banners/graphical/71035-g8.jpg</thumb>
    <thumb aspect="banner">http://thetvdb.com/banners/graphical/71035-g8.jpg</thumb>
        <thumb aspect="banner">http://thetvdb.com/banners/graphical/71035-g6.jpg</thumb>
    <thumb aspect="banner">http://thetvdb.com/banners/graphical/71035-g6.jpg</thumb>
        <thumb aspect="banner">http://thetvdb.com/banners/graphical/71035-g3.jpg</thumb>
    <thumb aspect="banner">http://thetvdb.com/banners/graphical/71035-g3.jpg</thumb>
        <thumb aspect="banner">http://thetvdb.com/banners/graphical/71035-g4.jpg</thumb>
    <thumb aspect="banner">http://thetvdb.com/banners/graphical/71035-g4.jpg</thumb>
        <thumb aspect="banner">http://thetvdb.com/banners/graphical/71035-g10.jpg</thumb>
    <thumb aspect="banner">http://thetvdb.com/banners/graphical/71035-g10.jpg</thumb>
        <thumb aspect="banner">http://thetvdb.com/banners/graphical/71035-g.jpg</thumb>
    <thumb aspect="banner">http://thetvdb.com/banners/graphical/71035-g.jpg</thumb>
        <thumb aspect="banner">http://thetvdb.com/banners/graphical/71035-g9.jpg</thumb>
    <thumb aspect="banner">http://thetvdb.com/banners/graphical/71035-g9.jpg</thumb>
        <thumb aspect="banner">http://thetvdb.com/banners/graphical/71035-g5.jpg</thumb>
    <thumb aspect="banner">http://thetvdb.com/banners/graphical/71035-g5.jpg</thumb>
        <thumb aspect="banner">http://thetvdb.com/banners/text/71035.jpg</thumb>
    <thumb aspect="banner">http://thetvdb.com/banners/text/71035.jpg</thumb>
        <thumb aspect="banner">http://thetvdb.com/banners/text/12.jpg</thumb>
    <thumb aspect="banner">http://thetvdb.com/banners/text/12.jpg</thumb>
        <thumb aspect="poster" type="season" season="0">http://thetvdb.com/banners/seasons/71035-0-2.jpg</thumb>
    <thumb aspect="poster" type="season" season="0">http://thetvdb.com/banners/seasons/71035-0-2.jpg</thumb>
        <thumb aspect="poster" type="season" season="5">http://thetvdb.com/banners/seasons/71035-5-2.jpg</thumb>
    <thumb aspect="poster" type="season" season="5">http://thetvdb.com/banners/seasons/71035-5-2.jpg</thumb>
        <thumb aspect="poster" type="season" season="3">http://thetvdb.com/banners/seasons/71035-3-3.jpg</thumb>
    <thumb aspect="poster" type="season" season="3">http://thetvdb.com/banners/seasons/71035-3-3.jpg</thumb>
        <thumb aspect="poster" type="season" season="4">http://thetvdb.com/banners/seasons/71035-4-2.jpg</thumb>
    <thumb aspect="poster" type="season" season="4">http://thetvdb.com/banners/seasons/71035-4-2.jpg</thumb>
        <thumb aspect="poster" type="season" season="2">http://thetvdb.com/banners/seasons/71035-2-2.jpg</thumb>
    <thumb aspect="poster" type="season" season="2">http://thetvdb.com/banners/seasons/71035-2-2.jpg</thumb>
        <thumb aspect="poster" type="season" season="2">http://thetvdb.com/banners/seasons/12-2.jpg</thumb>
    <thumb aspect="poster" type="season" season="2">http://thetvdb.com/banners/seasons/12-2.jpg</thumb>
        <thumb aspect="poster" type="season" season="3">http://thetvdb.com/banners/seasons/71035-3-2.jpg</thumb>
    <thumb aspect="poster" type="season" season="3">http://thetvdb.com/banners/seasons/71035-3-2.jpg</thumb>
        <thumb aspect="poster" type="season" season="4">http://thetvdb.com/banners/seasons/12-4.jpg</thumb>
    <thumb aspect="poster" type="season" season="4">http://thetvdb.com/banners/seasons/12-4.jpg</thumb>
        <thumb aspect="poster" type="season" season="4">http://thetvdb.com/banners/seasons/71035-4-3.jpg</thumb>
    <thumb aspect="poster" type="season" season="4">http://thetvdb.com/banners/seasons/71035-4-3.jpg</thumb>
        <thumb aspect="poster" type="season" season="5">http://thetvdb.com/banners/seasons/71035-5-3.jpg</thumb>
    <thumb aspect="poster" type="season" season="5">http://thetvdb.com/banners/seasons/71035-5-3.jpg</thumb>
        <thumb aspect="poster" type="season" season="3">http://thetvdb.com/banners/seasons/71035-3-4.jpg</thumb>
    <thumb aspect="poster" type="season" season="3">http://thetvdb.com/banners/seasons/71035-3-4.jpg</thumb>
        <thumb aspect="poster" type="season" season="2">http://thetvdb.com/banners/seasons/71035-2-3.jpg</thumb>
    <thumb aspect="poster" type="season" season="2">http://thetvdb.com/banners/seasons/71035-2-3.jpg</thumb>
        <thumb aspect="poster" type="season" season="5">http://thetvdb.com/banners/seasons/12-5.jpg</thumb>
    <thumb aspect="poster" type="season" season="5">http://thetvdb.com/banners/seasons/12-5.jpg</thumb>
        <thumb aspect="poster" type="season" season="1">http://thetvdb.com/banners/seasons/71035-1-3.jpg</thumb>
    <thumb aspect="poster" type="season" season="1">http://thetvdb.com/banners/seasons/71035-1-3.jpg</thumb>
        <thumb aspect="poster" type="season" season="1">http://thetvdb.com/banners/seasons/12-1.jpg</thumb>
    <thumb aspect="poster" type="season" season="1">http://thetvdb.com/banners/seasons/12-1.jpg</thumb>
        <thumb aspect="poster" type="season" season="1">http://thetvdb.com/banners/seasons/71035-1.jpg</thumb>
    <thumb aspect="poster" type="season" season="1">http://thetvdb.com/banners/seasons/71035-1.jpg</thumb>
        <thumb aspect="poster" type="season" season="3">http://thetvdb.com/banners/seasons/12-3.jpg</thumb>
    <thumb aspect="poster" type="season" season="3">http://thetvdb.com/banners/seasons/12-3.jpg</thumb>
        <thumb aspect="poster" type="season" season="4">http://thetvdb.com/banners/seasons/71035-4.jpg</thumb>
    <thumb aspect="poster" type="season" season="4">http://thetvdb.com/banners/seasons/71035-4.jpg</thumb>
        <thumb aspect="poster" type="season" season="2">http://thetvdb.com/banners/seasons/71035-2.jpg</thumb>
    <thumb aspect="poster" type="season" season="2">http://thetvdb.com/banners/seasons/71035-2.jpg</thumb>
        <thumb aspect="poster" type="season" season="3">http://thetvdb.com/banners/seasons/71035-3.jpg</thumb>
    <thumb aspect="poster" type="season" season="3">http://thetvdb.com/banners/seasons/71035-3.jpg</thumb>
        <thumb aspect="poster" type="season" season="0">http://thetvdb.com/banners/seasons/71035-0.jpg</thumb>
    <thumb aspect="poster" type="season" season="0">http://thetvdb.com/banners/seasons/71035-0.jpg</thumb>
        <thumb aspect="poster" type="season" season="5">http://thetvdb.com/banners/seasons/71035-5.jpg</thumb>
    <thumb aspect="poster" type="season" season="5">http://thetvdb.com/banners/seasons/71035-5.jpg</thumb>
        <thumb aspect="poster" type="season" season="1">http://thetvdb.com/banners/seasons/71035-1-5.jpg</thumb>
    <thumb aspect="poster" type="season" season="1">http://thetvdb.com/banners/seasons/71035-1-5.jpg</thumb>
        <thumb aspect="poster" type="season" season="1">http://thetvdb.com/banners/seasons/71035-1-2.jpg</thumb>
    <thumb aspect="poster" type="season" season="1">http://thetvdb.com/banners/seasons/71035-1-2.jpg</thumb>
        <thumb aspect="poster" type="season" season="1">http://thetvdb.com/banners/seasons/71035-1-4.jpg</thumb>
    <thumb aspect="poster" type="season" season="1">http://thetvdb.com/banners/seasons/71035-1-4.jpg</thumb>
        <thumb aspect="poster" type="season" season="4">http://thetvdb.com/banners/seasons/71035-4-4.jpg</thumb>
    <thumb aspect="poster" type="season" season="4">http://thetvdb.com/banners/seasons/71035-4-4.jpg</thumb>
        <thumb aspect="poster" type="season" season="5">http://thetvdb.com/banners/seasons/71035-5-4.jpg</thumb>
    <thumb aspect="poster" type="season" season="5">http://thetvdb.com/banners/seasons/71035-5-4.jpg</thumb>
        <thumb aspect="poster" type="season" season="2">http://thetvdb.com/banners/seasons/71035-2-4.jpg</thumb>
    <thumb aspect="poster" type="season" season="2">http://thetvdb.com/banners/seasons/71035-2-4.jpg</thumb>
        <thumb aspect="poster" type="season" season="3">http://thetvdb.com/banners/seasons/71035-3-5.jpg</thumb>
    <thumb aspect="poster" type="season" season="3">http://thetvdb.com/banners/seasons/71035-3-5.jpg</thumb>
        <thumb aspect="banner" type="season" season="5">http://thetvdb.com/banners/seasonswide/71035-5.jpg</thumb>
    <thumb aspect="banner" type="season" season="5">http://thetvdb.com/banners/seasonswide/71035-5.jpg</thumb>
        <thumb aspect="banner" type="season" season="3">http://thetvdb.com/banners/seasonswide/71035-3.jpg</thumb>
    <thumb aspect="banner" type="season" season="3">http://thetvdb.com/banners/seasonswide/71035-3.jpg</thumb>
        <thumb aspect="banner" type="season" season="4">http://thetvdb.com/banners/seasonswide/71035-4.jpg</thumb>
    <thumb aspect="banner" type="season" season="4">http://thetvdb.com/banners/seasonswide/71035-4.jpg</thumb>
        <thumb aspect="banner" type="season" season="1">http://thetvdb.com/banners/seasonswide/71035-1.jpg</thumb>
    <thumb aspect="banner" type="season" season="1">http://thetvdb.com/banners/seasonswide/71035-1.jpg</thumb>
        <thumb aspect="banner" type="season" season="2">http://thetvdb.com/banners/seasonswide/71035-2.jpg</thumb>
    <thumb aspect="banner" type="season" season="2">http://thetvdb.com/banners/seasonswide/71035-2.jpg</thumb>
        <thumb aspect="poster">http://thetvdb.com/banners/posters/71035-1.jpg</thumb>
    <thumb aspect="poster">http://thetvdb.com/banners/posters/71035-1.jpg</thumb>
        <thumb aspect="poster">http://thetvdb.com/banners/posters/71035-2.jpg</thumb>
    <thumb aspect="poster">http://thetvdb.com/banners/posters/71035-2.jpg</thumb>
        <thumb aspect="poster">http://thetvdb.com/banners/posters/71035-5.jpg</thumb>
    <thumb aspect="poster">http://thetvdb.com/banners/posters/71035-5.jpg</thumb>
        <thumb aspect="poster">http://thetvdb.com/banners/posters/71035-8.jpg</thumb>
    <thumb aspect="poster">http://thetvdb.com/banners/posters/71035-8.jpg</thumb>
        <thumb aspect="poster">http://thetvdb.com/banners/posters/71035-3.jpg</thumb>
    <thumb aspect="poster">http://thetvdb.com/banners/posters/71035-3.jpg</thumb>
        <thumb aspect="poster">http://thetvdb.com/banners/posters/71035-4.jpg</thumb>
    <thumb aspect="poster">http://thetvdb.com/banners/posters/71035-4.jpg</thumb>
        <thumb aspect="poster" type="season" season="-1">http://thetvdb.com/banners/posters/71035-1.jpg</thumb>
    <thumb aspect="poster" type="season" season="-1">http://thetvdb.com/banners/posters/71035-1.jpg</thumb>
        <thumb aspect="poster" type="season" season="-1">http://thetvdb.com/banners/posters/71035-2.jpg</thumb>
    <thumb aspect="poster" type="season" season="-1">http://thetvdb.com/banners/posters/71035-2.jpg</thumb>
        <thumb aspect="poster" type="season" season="-1">http://thetvdb.com/banners/posters/71035-5.jpg</thumb>
    <thumb aspect="poster" type="season" season="-1">http://thetvdb.com/banners/posters/71035-5.jpg</thumb>
        <thumb aspect="poster" type="season" season="-1">http://thetvdb.com/banners/posters/71035-8.jpg</thumb>
    <thumb aspect="poster" type="season" season="-1">http://thetvdb.com/banners/posters/71035-8.jpg</thumb>
        <thumb aspect="poster" type="season" season="-1">http://thetvdb.com/banners/posters/71035-3.jpg</thumb>
    <thumb aspect="poster" type="season" season="-1">http://thetvdb.com/banners/posters/71035-3.jpg</thumb>
        <thumb aspect="poster" type="season" season="-1">http://thetvdb.com/banners/posters/71035-4.jpg</thumb>
    <thumb aspect="poster" type="season" season="-1">http://thetvdb.com/banners/posters/71035-4.jpg</thumb>
        <fanart url="http://thetvdb.com/banners/">
    <fanart url="http://thetvdb.com/banners/">
            <thumb dim="1920x1080" colors="" preview="_cache/fanart/original/71035-6.jpg">fanart/original/71035-6.jpg</thumb>
        <thumb dim="1920x1080" colors="" preview="_cache/fanart/original/71035-6.jpg">fanart/original/71035-6.jpg</thumb>
            <thumb dim="1920x1080" colors="|182,161,96|51,49,50|154,46,33|" preview="_cache/fanart/original/71035-3.jpg">fanart/original/71035-3.jpg</thumb>
        <thumb dim="1920x1080" colors="|182,161,96|51,49,50|154,46,33|" preview="_cache/fanart/original/71035-3.jpg">fanart/original/71035-3.jpg</thumb>
            <thumb dim="1920x1080" colors="" preview="_cache/fanart/original/71035-5.jpg">fanart/original/71035-5.jpg</thumb>
        <thumb dim="1920x1080" colors="" preview="_cache/fanart/original/71035-5.jpg">fanart/original/71035-5.jpg</thumb>
            <thumb dim="1280x720" colors="|87,86,55|6,1,7|118,106,84|" preview="_cache/fanart/original/71035-12.jpg">fanart/original/71035-12.jpg</thumb>
        <thumb dim="1280x720" colors="|87,86,55|6,1,7|118,106,84|" preview="_cache/fanart/original/71035-12.jpg">fanart/original/71035-12.jpg</thumb>
            <thumb dim="1920x1080" colors="|45,29,30|126,67,49|179,127,116|" preview="_cache/fanart/original/71035-4.jpg">fanart/original/71035-4.jpg</thumb>
        <thumb dim="1920x1080" colors="|45,29,30|126,67,49|179,127,116|" preview="_cache/fanart/original/71035-4.jpg">fanart/original/71035-4.jpg</thumb>
            <thumb dim="1920x1080" colors="" preview="_cache/fanart/original/71035-15.jpg">fanart/original/71035-15.jpg</thumb>
        <thumb dim="1920x1080" colors="" preview="_cache/fanart/original/71035-15.jpg">fanart/original/71035-15.jpg</thumb>
            <thumb dim="1280x720" colors="" preview="_cache/fanart/original/71035-2.jpg">fanart/original/71035-2.jpg</thumb>
        <thumb dim="1280x720" colors="" preview="_cache/fanart/original/71035-2.jpg">fanart/original/71035-2.jpg</thumb>
            <thumb dim="1920x1080" colors="" preview="_cache/fanart/original/71035-10.jpg">fanart/original/71035-10.jpg</thumb>
        <thumb dim="1920x1080" colors="" preview="_cache/fanart/original/71035-10.jpg">fanart/original/71035-10.jpg</thumb>
            <thumb dim="1920x1080" colors="|251,223,201|65,52,78|36,29,36|" preview="_cache/fanart/original/71035-1.jpg">fanart/original/71035-1.jpg</thumb>
        <thumb dim="1920x1080" colors="|251,223,201|65,52,78|36,29,36|" preview="_cache/fanart/original/71035-1.jpg">fanart/original/71035-1.jpg</thumb>
            <thumb dim="1920x1080" colors="" preview="_cache/fanart/original/71035-17.jpg">fanart/original/71035-17.jpg</thumb>
        <thumb dim="1920x1080" colors="" preview="_cache/fanart/original/71035-17.jpg">fanart/original/71035-17.jpg</thumb>
            <thumb dim="1280x720" colors="|253,251,254|0,0,8|219,153,119|" preview="_cache/fanart/original/71035-11.jpg">fanart/original/71035-11.jpg</thumb>
        <thumb dim="1280x720" colors="|253,251,254|0,0,8|219,153,119|" preview="_cache/fanart/original/71035-11.jpg">fanart/original/71035-11.jpg</thumb>
            <thumb dim="1280x720" colors="" preview="_cache/fanart/original/71035-9.jpg">fanart/original/71035-9.jpg</thumb>
        <thumb dim="1280x720" colors="" preview="_cache/fanart/original/71035-9.jpg">fanart/original/71035-9.jpg</thumb>
            <thumb dim="1280x720" colors="" preview="_cache/fanart/original/71035-8.jpg">fanart/original/71035-8.jpg</thumb>
        <thumb dim="1280x720" colors="" preview="_cache/fanart/original/71035-8.jpg">fanart/original/71035-8.jpg</thumb>
            <thumb dim="1280x720" colors="" preview="_cache/fanart/original/71035-13.jpg">fanart/original/71035-13.jpg</thumb>
        <thumb dim="1280x720" colors="" preview="_cache/fanart/original/71035-13.jpg">fanart/original/71035-13.jpg</thumb>
            <thumb dim="1920x1080" colors="" preview="_cache/fanart/original/71035-7.jpg">fanart/original/71035-7.jpg</thumb>
        <thumb dim="1920x1080" colors="" preview="_cache/fanart/original/71035-7.jpg">fanart/original/71035-7.jpg</thumb>
            <thumb dim="1920x1080" colors="" preview="_cache/fanart/original/71035-14.jpg">fanart/original/71035-14.jpg</thumb>
        <thumb dim="1920x1080" colors="" preview="_cache/fanart/original/71035-14.jpg">fanart/original/71035-14.jpg</thumb>
            <thumb dim="1920x1080" colors="" preview="_cache/fanart/original/71035-16.jpg">fanart/original/71035-16.jpg</thumb>
        <thumb dim="1920x1080" colors="" preview="_cache/fanart/original/71035-16.jpg">fanart/original/71035-16.jpg</thumb>
            <thumb dim="1920x1080" colors="" preview="_cache/fanart/original/71035-19.jpg">fanart/original/71035-19.jpg</thumb>
        <thumb dim="1920x1080" colors="" preview="_cache/fanart/original/71035-19.jpg">fanart/original/71035-19.jpg</thumb>
            <thumb dim="1920x1080" colors="" preview="_cache/fanart/original/71035-18.jpg">fanart/original/71035-18.jpg</thumb>
        <thumb dim="1920x1080" colors="" preview="_cache/fanart/original/71035-18.jpg">fanart/original/71035-18.jpg</thumb>
        </fanart>
    </fanart>
        <mpaa>TV-PG</mpaa>
    <mpaa>TV-PG</mpaa>
        <playcount>0</playcount>
    <playcount>0</playcount>
        <lastplayed></lastplayed>
    <lastplayed>2017-09-13</lastplayed>
        <file></file>
    <episodeguide>
         <path>E:\TV Shows-Test - Copy\Angel\</path>
         <url cache="71035-en.xml">http://thetvdb.com/api/439DFEBA9D3059C6/series/71035/all/en.zip</url>
        <filenameandpath></filenameandpath>
    </episodeguide>
        <basepath>E:\TV Shows-Test - Copy\Angel\</basepath>
    <id>71035</id>
        <episodeguide>
    <uniqueid type="unknown" default="true">71035</uniqueid>
            <url cache="71035-en.xml">http://thetvdb.com/api/439DFEBA9D3059C6/series/71035/all/en.zip</url>
    <genre>Action</genre>
        </episodeguide>
    <genre>Adventure</genre>
        <id>71035</id>
    <genre>Comedy</genre>
        <uniqueid type="unknown" default="true">71035</uniqueid>
    <genre>Drama</genre>
        <genre>Action</genre>
    <genre>Fantasy</genre>
        <genre>Adventure</genre>
    <genre>Horror</genre>
        <genre>Comedy</genre>
    <tag>BestTag</tag>
        <genre>Drama</genre>
    <premiered>1999-10-05</premiered>
        <genre>Fantasy</genre>
    <year>1999</year>
        <genre>Horror</genre>
    <status>Ended</status>
        <tag>BestTag</tag>
    <code></code>
        <premiered>1999-10-05</premiered>
    <aired></aired>
        <year>1999</year>
    <studio>The WB</studio>
        <status>Ended</status>
    <trailer></trailer>
        <code></code>
    <actor>
        <aired></aired>
        <name>David Boreanaz</name>
        <studio>The WB</studio>
        <role>Angel</role>
        <trailer></trailer>
        <order>0</order>
        <actor>
        <thumb>http://thetvdb.com/banners/actors/6309.jpg</thumb>
            <name>David Boreanaz</name>
    </actor>
            <role>Angel</role>
    <actor>
            <order>0</order>
        <name>J. August Richards</name>
            <thumb>http://thetvdb.com/banners/actors/6309.jpg</thumb>
        <role>Charles Gunn</role>
        </actor>
        <order>1</order>
        <actor>
        <thumb>http://thetvdb.com/banners/actors/6304.jpg</thumb>
            <name>J. August Richards</name>
    </actor>
            <role>Charles Gunn</role>
    <actor>
            <order>1</order>
        <name>Charisma Carpenter</name>
            <thumb>http://thetvdb.com/banners/actors/6304.jpg</thumb>
        <role>Cordelia Chase</role>
        </actor>
        <order>2</order>
        <actor>
        <thumb>http://thetvdb.com/banners/actors/6311.jpg</thumb>
            <name>Charisma Carpenter</name>
    </actor>
            <role>Cordelia Chase</role>
    <actor>
            <order>2</order>
        <name>Alexis Denisof</name>
            <thumb>http://thetvdb.com/banners/actors/6311.jpg</thumb>
        <role>Wesley Wyndam-Pryce</role>
        </actor>
        <order>3</order>
        <actor>
        <thumb>http://thetvdb.com/banners/actors/6307.jpg</thumb>
            <name>Alexis Denisof</name>
    </actor>
            <role>Wesley Wyndam-Pryce</role>
    <actor>
            <order>3</order>
        <name>Glenn Quinn</name>
            <thumb>http://thetvdb.com/banners/actors/6307.jpg</thumb>
        <role>Alan Francis Doyle</role>
        </actor>
        <order>4</order>
        <actor>
        <thumb>http://thetvdb.com/banners/actors/6313.jpg</thumb>
            <name>Glenn Quinn</name>
    </actor>
            <role>Alan Francis Doyle</role>
    <actor>
            <order>4</order>
        <name>Amy Acker</name>
            <thumb>http://thetvdb.com/banners/actors/6313.jpg</thumb>
        <role>Winifred &quot;Fred&quot; Burkle|Illyria</role>
        </actor>
        <order>5</order>
        <actor>
        <thumb>http://thetvdb.com/banners/actors/6312.jpg</thumb>
            <name>Amy Acker</name>
    </actor>
            <role>Winifred &quot;Fred&quot; Burkle|Illyria</role>
    <actor>
            <order>5</order>
        <name>Mercedes McNab</name>
            <thumb>http://thetvdb.com/banners/actors/6312.jpg</thumb>
        <role>Harmony &quot;Harm&quot; Kendall</role>
        </actor>
        <order>6</order>
        <actor>
        <thumb>http://thetvdb.com/banners/actors/6310.jpg</thumb>
            <name>Mercedes McNab</name>
    </actor>
            <role>Harmony &quot;Harm&quot; Kendall</role>
    <actor>
            <order>6</order>
        <name>James Marsters</name>
            <thumb>http://thetvdb.com/banners/actors/6310.jpg</thumb>
        <role>Spike</role>
        </actor>
        <order>7</order>
        <actor>
        <thumb>http://thetvdb.com/banners/actors/6308.jpg</thumb>
            <name>James Marsters</name>
    </actor>
            <role>Spike</role>
    <actor>
            <order>7</order>
        <name>Vincent Kartheiser</name>
            <thumb>http://thetvdb.com/banners/actors/6308.jpg</thumb>
        <role>Connor</role>
        </actor>
        <order>8</order>
        <actor>
        <thumb>http://thetvdb.com/banners/actors/6306.jpg</thumb>
            <name>Vincent Kartheiser</name>
    </actor>
            <role>Connor</role>
    <actor>
            <order>8</order>
        <name>Andy Hallett</name>
            <thumb>http://thetvdb.com/banners/actors/6306.jpg</thumb>
        <role>Lorne</role>
        </actor>
        <order>9</order>
        <actor>
        <thumb>http://thetvdb.com/banners/actors/6305.jpg</thumb>
            <name>Andy Hallett</name>
    </actor>
            <role>Lorne</role>
    <actor>
            <order>9</order>
        <name>Elisabeth Rohm</name>
            <thumb>http://thetvdb.com/banners/actors/6305.jpg</thumb>
        <role>Kate Lockley</role>
        </actor>
        <order>10</order>
        <actor>
        <thumb>http://thetvdb.com/banners/actors/109231.jpg</thumb>
            <name>Elisabeth Rohm</name>
    </actor>
            <role>Kate Lockley</role>
    <actor>
            <order>10</order>
        <name>Stephanie Romanov</name>
            <thumb>http://thetvdb.com/banners/actors/109231.jpg</thumb>
        <role>Lilah Morgan</role>
        </actor>
        <order>22</order>
        <actor>
        <thumb></thumb>
            <name>Stephanie Romanov</name>
    </actor>
            <role>Lilah Morgan</role>
    <resume>
            <order>22</order>
         <position>0.000000</position>
            <thumb></thumb>
        <total>0.000000</total>
        </actor>
    </resume>
        <resume>
    <dateadded>2017-05-10 08:44:24</dateadded>
            <position>0.000000</position>
            <total>0.000000</total>
        </resume>
        <dateadded>2017-05-10 08:44:24</dateadded>
        <art>
            <banner>E:\TV Shows-Test - Copy\Angel\banner.jpg</banner>
            <fanart>E:\TV Shows-Test - Copy\Angel\fanart.jpg</fanart>
            <poster>E:\TV Shows-Test - Copy\Angel\poster.jpg</poster>
            <season num="-1">
                <poster>E:\TV Shows-Test - Copy\Angel\season-all-poster.jpg</poster>
            </season>
            <season num="0">
                <poster>http://thetvdb.com/banners/seasons/71035-0-2.jpg</poster>
            </season>
            <season num="1">
                <banner>http://thetvdb.com/banners/seasonswide/71035-1.jpg</banner>
                <poster>E:\TV Shows-Test - Copy\Angel\season01-poster.jpg</poster>
            </season>
            <season num="2">
                <banner>http://thetvdb.com/banners/seasonswide/71035-2.jpg</banner>
                <poster>E:\TV Shows-Test - Copy\Angel\season02-poster.jpg</poster>
            </season>
            <season num="3">
                <banner>http://thetvdb.com/banners/seasonswide/71035-3.jpg</banner>
                <poster>E:\TV Shows-Test - Copy\Angel\season03-poster.jpg</poster>
            </season>
            <season num="4">
                <banner>http://thetvdb.com/banners/seasonswide/71035-4.jpg</banner>
                <poster>E:\TV Shows-Test - Copy\Angel\season04-poster.jpg</poster>
            </season>
            <season num="5">
                <banner>http://thetvdb.com/banners/seasonswide/71035-5.jpg</banner>
                <poster>E:\TV Shows-Test - Copy\Angel\season05-poster.jpg</poster>
            </season>
         </art>
  </tvshow>
  </tvshow>
{{collapse bottom}}
{{collapse bottom}}


Line 560: Line 614:


== TV Episode nfo ==
== TV Episode nfo ==
Sample TV Episode nfo
Sample TV Episode nfo. Extract from Single File Export


{{collapse top| TV Episode nfo file  (click 'expand' to view)}}
{{collapse top| TV Episode nfo file  (click 'expand' to view)}}
<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
  <episodedetails>
<episodedetails>
            <title>City of</title>
    <title>City of</title>
            <originaltitle>TepisodeC14</originaltitle>
    <originaltitle>TepisodeC14</originaltitle>
            <showtitle>Angels</showtitle>
    <showtitle>Angel</showtitle>
            <ratings>
    <ratings>
                <rating name="default" max="10" default="true">
        <rating name="default" max="10" default="true">
                    <value>7.500000</value>
            <value>7.500000</value>
                    <votes>29</votes>
            <votes>29</votes>
                </rating>
        </rating>
            </ratings>
    </ratings>
            <userrating>10</userrating>
    <userrating>10</userrating>
            <top250>0</top250>
    <top250>0</top250>
            <season>1</season>
    <season>1</season>
            <episode>1</episode>
    <episode>1</episode>
            <displayseason>-1</displayseason>
    <displayseason>-1</displayseason>
            <displayepisode>-1</displayepisode>
    <displayepisode>-1</displayepisode>
            <outline></outline>
    <outline></outline>
            <plot>Newly arrived in Los Angeles, Angel is befriended by  a half-demon named Doyle whose visions lead him to a powerful vampire whose next victim just may be Cordelia Chase.</plot>
    <plot>Newly arrived in Los Angeles, Angel is befriended by  a half-demon named Doyle whose visions lead him to a powerful vampire whose next victim just may be Cordelia Chase.</plot>
            <tagline></tagline>
    <tagline></tagline>
            <runtime>43</runtime>
    <runtime>43</runtime>
            <thumb>http://thetvdb.com/banners/episodes/71035/31099.jpg</thumb>
    <thumb>http://thetvdb.com/banners/episodes/71035/31099.jpg</thumb>
            <mpaa>TV-PG</mpaa>
    <mpaa>TV-PG</mpaa>
            <playcount>0</playcount>
    <playcount>10</playcount>
            <lastplayed></lastplayed>
    <lastplayed>2017-09-13</lastplayed>
            <file></file>
    <id>31099</id>
            <path>E:\TV Shows-Test - Copy\Angel\</path>
    <uniqueid type="unknown" default="true">31099</uniqueid>
            <filenameandpath>E:\TV Shows-Test - Copy\Angel\Angel S01E01.mkv</filenameandpath>
    <genre>Action</genre>
            <basepath>E:\TV Shows-Test - Copy\Angel\Angel S01E01.mkv</basepath>
    <genre>Adventure</genre>
            <id>31099</id>
    <genre>Comedy</genre>
            <uniqueid type="unknown" default="true">31099</uniqueid>
    <genre>Drama</genre>
            <genre>Action</genre>
    <genre>Fantasy</genre>
            <genre>Adventure</genre>
    <genre>Horror</genre>
            <genre>Comedy</genre>
    <credits>Joss Whedon</credits>
            <genre>Drama</genre>
    <credits>David Greenwalt</credits>
            <genre>Fantasy</genre>
    <director>Joss Whedon</director>
            <genre>Horror</genre>
    <premiered>1999-10-05</premiered>
            <credits>Joss Whedon</credits>
    <year>1999</year>
            <credits>David Greenwalt</credits>
    <status></status>
            <director>Joss Whedon</director>
    <code>TepisodeC11</code>
            <premiered>1999-10-05</premiered>
    <aired>1999-10-05</aired>
            <year>1999</year>
    <studio>The WB</studio>
            <status></status>
    <trailer></trailer>
            <code>TepisodeC11</code>
    <fileinfo>
             <aired>1999-10-05</aired>
        <streamdetails>
            <studio>The WB</studio>
             <video>
            <trailer></trailer>
                <codec>h264</codec>
            <fileinfo>
                <aspect>1.777778</aspect>
                 <streamdetails>
                <width>1920</width>
                    <video>
                 <height>1080</height>
                        <codec>h264</codec>
                <durationinseconds>2626</durationinseconds>
                        <aspect>1.777778</aspect>
                <stereomode></stereomode>
                        <width>1920</width>
            </video>
                        <height>1080</height>
            <audio>
                        <durationinseconds>2626</durationinseconds>
                <codec>mp2</codec>
                        <stereomode></stereomode>
                <language>eng</language>
                    </video>
                <channels>2</channels>
                    <audio>
            </audio>
                        <codec>mp2</codec>
        </streamdetails>
                        <language>eng</language>
    </fileinfo>
                        <channels>2</channels>
    <actor>
                    </audio>
        <name>Gina McClain</name>
                </streamdetails>
        <role></role>
            </fileinfo>
        <order>0</order>
            <actor>
        <thumb></thumb>
                <name>David Boreanaz</name>
    </actor>
                <role>Angel</role>
    <actor>
                <order>0</order>
        <name>Sam Pancake</name>
                <thumb>http://thetvdb.com/banners/actors/6309.jpg</thumb>
        <role></role>
            </actor>
        <order>1</order>
            <actor>
        <thumb></thumb>
                <name>Gina McClain</name>
    </actor>
                <role></role>
    <actor>
                <order>0</order>
        <name>Renee Ridgeley</name>
                <thumb></thumb>
        <role></role>
            </actor>
        <order>2</order>
            <actor>
        <thumb></thumb>
                <name>J. August Richards</name>
    </actor>
                <role>Charles Gunn</role>
    <actor>
                <order>1</order>
        <name>Jon Ingrassia</name>
                <thumb>http://thetvdb.com/banners/actors/6304.jpg</thumb>
        <role></role>
            </actor>
        <order>3</order>
            <actor>
        <thumb></thumb>
                <name>Sam Pancake</name>
    </actor>
                <role></role>
    <actor>
                <order>1</order>
        <name>Christian Kane</name>
                <thumb></thumb>
        <role></role>
            </actor>
        <order>4</order>
            <actor>
        <thumb></thumb>
                <name>Charisma Carpenter</name>
    </actor>
                <role>Cordelia Chase</role>
    <actor>
                <order>2</order>
        <name>Vyto Ruginis</name>
                <thumb>http://thetvdb.com/banners/actors/6311.jpg</thumb>
        <role></role>
            </actor>
        <order>5</order>
            <actor>
        <thumb></thumb>
                <name>Renee Ridgeley</name>
    </actor>
                <role></role>
    <actor>
                <order>2</order>
        <name>Josh Holloway</name>
                <thumb></thumb>
        <role></role>
            </actor>
        <order>6</order>
            <actor>
        <thumb></thumb>
                <name>Alexis Denisof</name>
    </actor>
                <role>Wesley Wyndam-Pryce</role>
    <actor>
                <order>3</order>
        <name>Tracy Middendorf</name>
                <thumb>http://thetvdb.com/banners/actors/6307.jpg</thumb>
        <role></role>
            </actor>
        <order>7</order>
            <actor>
        <thumb></thumb>
                <name>Jon Ingrassia</name>
    </actor>
                <role></role>
    <actor>
                <order>3</order>
        <name>Michael Mantell</name>
                <thumb></thumb>
        <role></role>
            </actor>
        <order>8</order>
            <actor>
        <thumb></thumb>
                <name>Glenn Quinn</name>
    </actor>
                <role>Alan Francis Doyle</role>
    <actor>
                <order>4</order>
        <name>Ron Rifkin</name>
                <thumb>http://thetvdb.com/banners/actors/6313.jpg</thumb>
        <role></role>
            </actor>
        <order>9</order>
            <actor>
        <thumb></thumb>
                <name>Christian Kane</name>
    </actor>
                <role></role>
    <actor>
                <order>4</order>
        <name>David Boreanaz</name>
                <thumb></thumb>
        <role>Angel</role>
            </actor>
        <order>0</order>
            <actor>
        <thumb>http://thetvdb.com/banners/actors/6309.jpg</thumb>
                <name>Amy Acker</name>
    </actor>
                <role>Winifred &quot;Fred&quot; Burkle|Illyria</role>
    <actor>
                <order>5</order>
        <name>J. August Richards</name>
                <thumb>http://thetvdb.com/banners/actors/6312.jpg</thumb>
        <role>Charles Gunn</role>
            </actor>
        <order>1</order>
            <actor>
        <thumb>http://thetvdb.com/banners/actors/6304.jpg</thumb>
                <name>Vyto Ruginis</name>
    </actor>
                <role></role>
    <actor>
                <order>5</order>
        <name>Charisma Carpenter</name>
                <thumb></thumb>
        <role>Cordelia Chase</role>
            </actor>
        <order>2</order>
            <actor>
        <thumb>http://thetvdb.com/banners/actors/6311.jpg</thumb>
                <name>Mercedes McNab</name>
    </actor>
                <role>Harmony &quot;Harm&quot; Kendall</role>
    <actor>
                <order>6</order>
        <name>Alexis Denisof</name>
                <thumb>http://thetvdb.com/banners/actors/6310.jpg</thumb>
        <role>Wesley Wyndam-Pryce</role>
            </actor>
        <order>3</order>
            <actor>
        <thumb>http://thetvdb.com/banners/actors/6307.jpg</thumb>
                <name>Josh Holloway</name>
    </actor>
                <role></role>
    <actor>
                <order>6</order>
        <name>Glenn Quinn</name>
                <thumb></thumb>
        <role>Alan Francis Doyle</role>
            </actor>
        <order>4</order>
            <actor>
        <thumb>http://thetvdb.com/banners/actors/6313.jpg</thumb>
                <name>James Marsters</name>
    </actor>
                <role>Spike</role>
    <actor>
                <order>7</order>
        <name>Amy Acker</name>
                <thumb>http://thetvdb.com/banners/actors/6308.jpg</thumb>
        <role>Winifred &quot;Fred&quot; Burkle|Illyria</role>
            </actor>
        <order>5</order>
            <actor>
        <thumb>http://thetvdb.com/banners/actors/6312.jpg</thumb>
                <name>Tracy Middendorf</name>
    </actor>
                <role></role>
    <actor>
                <order>7</order>
        <name>Mercedes McNab</name>
                <thumb></thumb>
        <role>Harmony &quot;Harm&quot; Kendall</role>
            </actor>
        <order>6</order>
            <actor>
        <thumb>http://thetvdb.com/banners/actors/6310.jpg</thumb>
                <name>Vincent Kartheiser</name>
    </actor>
                <role>Connor</role>
    <actor>
                <order>8</order>
        <name>James Marsters</name>
                <thumb>http://thetvdb.com/banners/actors/6306.jpg</thumb>
        <role>Spike</role>
            </actor>
        <order>7</order>
            <actor>
        <thumb>http://thetvdb.com/banners/actors/6308.jpg</thumb>
                <name>Michael Mantell</name>
    </actor>
                <role></role>
    <actor>
                <order>8</order>
        <name>Vincent Kartheiser</name>
                <thumb></thumb>
        <role>Connor</role>
            </actor>
        <order>8</order>
            <actor>
        <thumb>http://thetvdb.com/banners/actors/6306.jpg</thumb>
                <name>Andy Hallett</name>
    </actor>
                <role>Lorne</role>
    <actor>
                <order>9</order>
        <name>Andy Hallett</name>
                <thumb>http://thetvdb.com/banners/actors/6305.jpg</thumb>
        <role>Lorne</role>
            </actor>
        <order>9</order>
            <actor>
        <thumb>http://thetvdb.com/banners/actors/6305.jpg</thumb>
                <name>Ron Rifkin</name>
    </actor>
                <role></role>
    <actor>
                <order>9</order>
        <name>Elisabeth Rohm</name>
                <thumb></thumb>
        <role>Kate Lockley</role>
            </actor>
        <order>10</order>
            <actor>
        <thumb>http://thetvdb.com/banners/actors/109231.jpg</thumb>
                <name>Elisabeth Rohm</name>
    </actor>
                <role>Kate Lockley</role>
    <actor>
                <order>10</order>
        <name>Stephanie Romanov</name>
                <thumb>http://thetvdb.com/banners/actors/109231.jpg</thumb>
        <role>Lilah Morgan</role>
            </actor>
        <order>22</order>
            <actor>
        <thumb></thumb>
                <name>Stephanie Romanov</name>
    </actor>
                <role>Lilah Morgan</role>
    <resume>
                <order>22</order>
        <position>1883.000000</position>
                <thumb></thumb>
        <total>2626.000000</total>
            </actor>
    </resume>
            <resume>
    <dateadded>2017-05-01 09:08:24</dateadded>
                <position>0.000000</position>
</episodedetails>
                <total>0.000000</total>
            </resume>
            <dateadded>2017-05-01 09:08:24</dateadded>
            <art>
                <thumb>E:\TV Shows-Test - Copy\Angel\Angel S01E01-thumb.jpg</thumb>
            </art>
  </episodedetails>
{{collapse bottom}}
 
 
 
= Technical Notes =
There are differences in tags used by Single File Export and Separate File Export. Though testing reveals that transposing tages between the two has no detrimental affect on the scrape.
 
{|class="prettytable"
! colspan="23" style="background-color:#E6E6E6;" | '''TV Show<br/>'''
|-
! 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>
  <banner></banner>
  <fanart></fanart>
  <poster></poster>
  <season num=""></season>
</art>
|| Yes || No ||
|-
! colspan="23" style="background-color:#E6E6E6;" | '''TV Episode<br/>'''
|-
|<file></file> || Yes || No ||
|-
|<path></path> || Yes || No ||
|-
|<filenameandpath></filenameandpath> || Yes || No ||
|-
|<basepath></basepath> || Yes || No ||
|-
|<actor></actor> || Yes || Yes || Separate File saves in seemingly random order.
|-
|
<art>
  <thumb></thumb>
</art>
|| Yes || No ||
|}




{{collapse bottom}}





Revision as of 01:35, 16 September 2017

NFO Contents

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

Home icon grey.png   ▶ NFO_files ▶ TV shows


Requirements

TV Shows require the following nfo files

  1. One nfo file for the TV Show. This file holds the overall show information
  2. One nfo file for each Episode. This file holds information specific to that episode

For one TV Show with 10 episodes, you will require 11 nfo files.

If you choose not to use nfo files for each episode, but only for the main TV Show, then the tvshow.nfo file must contain a valid <episodeguideurl> to allow online updates. If not, only episodes with .nfo files will be added.

TV Shows and Episodes must abide by the standard naming conventions even if you are using nfo files.

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

The parsing nfo requires the URL to be http only (no s). Currently https addresses are not recognised during parsing. The bug has been reported and a fix is implemented. It is suggested you try the https address initially, if this fails then use the http address.


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.


TV Show

One TV Show nfo is required. Be aware the nfo filename is actually tvshow.nfo. This is not meant to indicate that it is replaced with the name of the show.

Naming & Saving conventions for your TV Show *.nfo files:

Saved TV Show as File Name Save Location
All formats tvshow.nfo f:\MyTVShows\iZombie\tvshow.nfo


TV Episode

One nfo file for every episode is required.

Naming & Saving conventions for your TV Episode *.nfo files:

Saved Episodes as File Name Save Location
BluRay Structure: index.nfo f:\MyTVShows\iZombie\iZombie S01E01\BDMV\index.nfo
DVD Structure: VIDEO_TS.nfo f:\MyTVShows\iZombie\iZombie S01E01\VIDEO_TS\VIDEO_TS.nfo
Single Episode file in directory: <EpisodeFileName>.nfo f:\MyTVShows\iZombie\iZombie S01E01\<EpisodeFileName>.nfo
All episodes in TV Show directory: <EpisodeFileName>.nfo f:\MyTVShows\iZombie\<EpisodeFileName>.nfo


TV nfo Tags

The only required tags are indicated below in the tables. 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.

See also: Databases


TV Show Tags

The following table lists the XML tags available for the TV Show in Kodi. Children tags are displayed correctly with parent tags.

NFO (xml) Tag Required Multiple Notes
<tvshow></tvshow> 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
<showtitle></showtitle> No No
<sorttitle></sorttitle> No No Allows alternate title sort without modifying show title in library.
 <ratings>
   <rating name="default" max="10" default="true">
      <value></value>
      <votes></votes>
   </rating>
 </ratings>
No No
<userrating></userrating> No No
<top250></top250> No No
<season></season> No No
<episode></episode> No No Number of episodes in TV Show
<displayepisode></displayepisode> No No Not used in TV Shows
<displayseason></displayseason> No No Not used in TV Shows
<outline></outline> Not Used
<plot></plot> Can contain more information on multiple lines, will be wrapped
<tagline></tagline> No No
<runtime></runtime> No No Minutes only
<thumb aspect="" type="" season=""></thumb> No Yes Path to TV Show and Season artwork
<fanart url="">
    <thumb dim="" colors="" preview=""></thumb>
</fanart>
No No Path to available TV Show fanart. Multible <thumb> entries allowed. dim=Dimensions
<mpaa></mpaa> No No
<playcount></playcount> Setting this to 1, or greater, will mark the TV Show 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> Yes No Exported in Single File Export only
<filenameandpath></filenameandpath> Yes No Exported in Single File Export only
<basepath></basepath> Yes No Exported in Single File Export only
<episodeguide>
  <url cache=""></url>
</episodeguide>
Yes/No No Required if no or missing episode nfo's
<id></id> No No Scraper site ID
<uniqueid type="unknown" default="true"></uniqueid> No No Scraper site ID
<genre></genre> No Yes Supports "clear" attribute
<tag></tag> No Yes TV Show tags
<premiered></premiered> No No
<year></year> No No
<status></status> No No Continuing or Ended show
<aired></aired> No No Used for TV Episodes
Unknown
<studio></studio> No Yes Supports "clear" attribute
<trailer></trailer> No No Path to TV Show trailer
<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

<resume>
  <position></position>
  <total></total>
</resume>
No No Not used for TV Show
<dateadded></dateadded> No No Date the file was added to library. Can be altered in advancedsettings.xml


TV Episode Tags

The following table lists the XML tags available for TV Episodes in Kodi. Children tags are displayed correctly with parent tags.

For multi-part episodes, simply add multiple <episodedetails> XML blocks in succession.

NFO (xml) Tag Required Multiple Notes
<episodedetails></episodedetails> 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
<showtitle></showtitle> No No
 <ratings>
   <rating name="default" max="10" default="true">
      <value></value>
      <votes></votes>
   </rating>
 </ratings>
No No
<userrating></userrating> No No
<top250></top250> No No
<season></season> No No Season the episode belongs to
<episode></episode> No No Episode numbering
<displayepisode></displayepisode> No No Used to place Special Episodes in the correct viewing order
<displayseason></displayseason> No No Used to place Special Episodes in the correct viewing order
<outline></outline>
<plot></plot> Can contain more information on multiple lines, will be wrapped
<tagline></tagline> No No
<runtime></runtime> No No Minutes only
<thumb></thumb> No Yes Path to episode artwork
<mpaa></mpaa> No No
<playcount></playcount> Setting this to 1, or greater, will mark the TV Show 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> Yes No Exported in Single File Export only
<filenameandpath></filenameandpath> Yes No Exported in Single File Export only
<basepath></basepath> Yes No Exported in Single File Export only
<id></id> No No Scraper site ID
<uniqueid type="unknown" default="true"></uniqueid> No No Scraper site ID
<genre></genre> No Yes Supports "clear" attribute
<credits></credits> No Yes Writers
<director></director> No No
<premiered></premiered> No No
<year></year> No No
<status></status> No No Not used in Episodes
Unknown
<aired></aired> No No Original air date of the episode
<studio></studio> No Yes Supports "clear" attribute
<trailer></trailer> No No Path to TV Show trailer
<fileinfo>
  <streamdetails>
    <video>
      <codec>h264</codec>
      <aspect>1.777778</aspect>
      <width>1920</width>
      <height>1080</height>
      <durationinseconds>2626</durationinseconds>
      <stereomode></stereomode>
    </video>
    <audio>
      <codec>mp2</codec>
      <language>eng</language>
      <channels>2</channels>
    </audio>
  </streamdetails>
</fileinfo>
No No 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

<resume>
  <position></position>
  <total></total>
</resume>
No No
<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 nfo Files

Provided below is a sample nfo file for the TV Show and for Episodes to assist with the manual creation process.

Press Expand at right edge of the green bar to view


TV Show nfo

Sample TV Show nfo. Extract from Single File Export



TV Episode nfo

Sample TV Episode nfo. Extract from Single File Export


Technical Notes

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

TV Show
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>
  <banner></banner>
  <fanart></fanart>
  <poster></poster>
  <season num=""></season>
</art>
Yes No
TV Episode
<file></file> Yes No
<path></path> Yes No
<filenameandpath></filenameandpath> Yes No
<basepath></basepath> Yes No
<actor></actor> Yes Yes Separate File saves in seemingly random order.
<art>
  <thumb></thumb>
</art>
Yes No




Return to top