Solved User defined NFO
#1
Hi,

I need some assistance creating nfo files for a motorsport series, not on tvdb/moviedb.

Here is the file/directory order:

Code:
btcc/
tvshow.nfo
season.55-poster.jpg
season.56-poster.jpg

btcc/season.55/
btcc.season.55.episode.1.mp4
btcc.season.55.episode.1.nfo
...
btccseason.56/
btcc.season.56.episode.1.mp4
btcc.season.56.episode.1.nfo
...

My problem is what content to put where, and how really to construct the file. Here is the tvshow.nfo file:

Code:
<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
<tvshow>
    <title>BTCC</title>
    <showtitle>BTCC</showtitle>
    <rating></rating>
    <votes></votes>
    <epbookmark>0.000000</epbookmark>
    <year></year>
    <season>-1</season>
    <episode></episode>
    <uniqueid></uniqueid>
    <displayseason>-1</displayseason>
    <displayepisode>-1</displayepisode>
    <outline></outline>
    <plot>The British Touring Car Championship is a touring car racing series held each year in the United Kingdom, currently organized and administered by ToCA. It was established in 1958 as the British Saloon Car Championship and was renamed as the British Touring Car Championship in 1987. The championship has been run to various national and international regulations over the years including FIA Group 2, FIA Group 5, FIA Group 1, FIA Group A, FIA Super Touring and FIA Super 2000. A lower-key Group N series for production cars ran for most of the 1990s.</plot>
    <tagline></tagline>
    <runtime>0</runtime>
    <mpaa>TV-14</mpaa>
    <playcount>0</playcount>
    <lastplayed></lastplayed>
    <episodeguide></episodeguide>
    <id></id>
    <genre>Sport</genre>
    <set></set>
    <premiered>2012</premiered>
    <status></status>
    <code></code>
    <aired>2012</aired>
    <studio></studio>
    <trailer></trailer>
    <resume>
        <position>0.000000</position>
        <total>0.000000</total>
    </resume>
</tvshow>

and here is an example episode nfo file:

Code:
<episodedetails>
        <title>BTCC Race 1 Donnington Park</title>
        <rating>10.00</rating>
        <season>55</season>
        <episode>4</episode>
        <plot>The best episode in the world</plot>
        <thumb></thumb>
        <playcount>0</playcount>
        <lastplayed></lastplayed>
        <credits></credits>
        <director></director>
        <aired>2012</aired>
        <premiered>2012</premiered>
        <studio></studio>
        <mpaa></mpaa>
        <epbookmark></epbookmark>  <!-- For media files containing multiple episodes,
                                        where value is the time where the next episode begins in seconds  -->
        <displayseason></displayseason>  <!-- For TV show specials, determines how the episode is sorted in the series  -->
        <displayepisode></displayepisode>
        <fileinfo>
          <streamdetails>
            <audio>
              <channels></channels>
              <codec></codec>
            </audio>
            <video>
              <aspect></aspect>
              <codec></codec>
              <durationinseconds></durationinseconds>
              <height></height>
              <language>eng</language>
              <longlanguage>English</longlanguage>
              <scantype></scantype>
              <width></width>
            </video>
          </streamdetails>
        </fileinfo>
    </episodedetails>

Here are the problems I'm facing though:

i) From the main menu the series, BTCC, shows as having 1 season, and 1 episode! there are currently 2 seasons, and 10 episodes.
ii) From within the series, I'd like to have that years fluff presented as the seasons are cycled though, but don't know where to put that info.
iii) I've somehow managed to set a thumb for one season, but not the other.

Any help appreciated! I have read through the wiki too, but did not find it particularly useful at resolving these problems.

Thanks in advance!
HTPC RPI3 Kodi 17 (Krypton) v8.0.1 MR
Storage BPI 1x 500GB SSD UPnP server
Display Sony Bravia 32"
Reply
#2
Hmmm didn't change anything, I'm aware of, but it's now working.
HTPC RPI3 Kodi 17 (Krypton) v8.0.1 MR
Storage BPI 1x 500GB SSD UPnP server
Display Sony Bravia 32"
Reply

Logout Mark Read Team Forum Stats Members Help
User defined NFO0