tvshow.nfo library import of episodes
#1
I having a problem importing my tvshow episodes, however tvshow general info is imported. I am using .iso files to store the multi-episodes. There is like 4 episodes per .iso. (works great with movies)

I generated all my *.nfo files with "XBMC Media Companion." I use this tool to download all the images for xbmc locally.
http://www.billyad2000.co.uk/

This will generate the following tvshow.nfo file for "Nip/Tuck" below. I also delete all the episode .nfo files. So in my directory I only have the tvshow.nfo and no other .nfo's. The reason that I delete the .nfo file is because I dont think xbmc supports multi-episode .nfo files.

xbmc does not support multi-episode XML thread


If I put just a url in tvshow.nfo it works as expected. Now, my question:

Why does tvshow.nfo that contains XML information not import the episodes?

When using the XML in tvshow.nfo do you have to have corresponding .nfo files for each episode?


This "nip_tuck/tvshow.nfo" will not work, it will not import the episodes. However imports everything else:
Code:
<?xml version="1.0" encoding="UTF-8"?>
<tvshow>
    <title>Nip Tuck</title>
    <rating>8.4</rating>
    <season>-1</season>
    <episode>0</episode>
    <displayseason>-1</displayseason>
    <displayepisode>-1</displayepisode>
    <plot>A disturbingly perfect drama set in a southern Florida plastic surgery center, McNamara-Troy, centering around the two doctors who own it. Sean McNamara (Dylan Walsh) is having problems at home, keeping his family together and patching up the rocky road he and his wife Julia (Joely Richardson) share.  On the other hand, sex-craved Christian Troy (Julian McMahon) uses his charm to bring in potential female candidates and conducts shady business deals, often for the love of money. While Sean takes his job seriously, he often has to fix Christian's mistakes.</plot>
    <thumb>&lt;thumbs&gt;&lt;thumb&gt;http://thetvdb.com/banners/posters/72201-1.jpg&lt;/thumb&gt;&lt;thumb&gt;http://thetvdb.com/banners/posters/72201-2.jpg&lt;/thumb&gt;&lt;thumb&gt;http://thetvdb.com/banners/posters/72201-3.jpg&lt;/thumb&gt;&lt;thumb&gt;http://thetvdb.com/banners/graphical/72201-g2.jpg&lt;/thumb&gt;&lt;thumb&gt;http://thetvdb.com/banners/text/17095.jpg&lt;/thumb&gt;&lt;thumb&gt;http://thetvdb.com/banners/graphical/17095-g.jpg&lt;/thumb&gt;&lt;thumb&gt;http://thetvdb.com/banners/graphical/72201-g4.jpg&lt;/thumb&gt;&lt;thumb&gt;http://thetvdb.com/banners/graphical/72201-g.jpg&lt;/thumb&gt;&lt;thumb&gt;http://thetvdb.com/banners/text/72201.jpg&lt;/thumb&gt;&lt;thumb&gt;http://thetvdb.com/banners/graphical/72201-g3.jpg&lt;/thumb&gt;&lt;thumb&gt;http://thetvdb.com/banners/graphical/72201-g5.jpg&lt;/thumb&gt;&lt;thumb type=&quot;season&quot; season=&quot;1&quot;&gt;http://thetvdb.com/banners/seasons/17095-1.jpg&lt;/thumb&gt;&lt;thumb type=&quot;season&quot; season=&quot;2&quot;&gt;http://thetvdb.com/banners/seasons/17095-2.jpg&lt;/thumb&gt;&lt;thumb type=&quot;season&quot; season=&quot;3&quot;&gt;http://thetvdb.com/banners/seasons/72201-3.jpg&lt;/thumb&gt;&lt;thumb type=&quot;season&quot; season=&quot;4&quot;&gt;http://thetvdb.com/banners/seasons/72201-4-2.jpg&lt;/thumb&gt;&lt;thumb type=&quot;season&quot; season=&quot;5&quot;&gt;http://thetvdb.com/banners/seasons/72201-5.jpg&lt;/thumb&gt;&lt;/thumbs&gt;</thumb>
    <mpaa>TV-MA</mpaa>
    <watched>false</watched>
    <id>tt0361217</id>
    <tvdbid>72201</tvdbid>
    <genre>Drama</genre>
    <premiered>2003-07-22</premiered>
    <studio>FX</studio>
    <actor>
        <name>Dylan Walsh</name>
        <role>Dr. Sean McNamara</role>
        <thumb>http://thetvdb.com/banners/actors/15653.jpg</thumb>
    </actor>
    <actor>
        <name>Julian McMahon</name>
        <role>Dr. Christian Troy</role>
        <thumb>http://thetvdb.com/banners/actors/15652.jpg</thumb>
    </actor>
    <actor>
        <name>Joely Richardson</name>
        <role>Julia McNamara</role>
        <thumb>http://thetvdb.com/banners/actors/15651.jpg</thumb>
    </actor>
    <actor>
        <name>Kelly Carlson</name>
        <role>Kimber Henry</role>
        <thumb>http://thetvdb.com/banners/actors/78463.jpg</thumb>
    </actor>
    <actor>
        <name>Kelsey Batelaan</name>
        <role>Annie McNamara</role>
        <thumb>http://thetvdb.com/banners/actors/78462.jpg</thumb>
    </actor>
    <actor>
        <name>Roma Maffia</name>
        <role>Dr. Liz Cruz</role>
        <thumb>http://thetvdb.com/banners/actors/15655.jpg</thumb>
    </actor>
    <actor>
        <name>John Hensley</name>
        <role>Matt McNamara</role>
        <thumb>http://thetvdb.com/banners/actors/15654.jpg</thumb>
    </actor>
    <actor>
        <name>Valerie Cruz</name>
        <role></role>
    </actor>
</tvshow>

This "nip_tuck/tvshow.nfo" will work and uses all my local content such fanart.jpg, folder.jpg:
Code:
http://thetvdb.com/?tab=series&id=72201
#2
Deleted your dupe after approving this thread. Probably got flagged cause of all the URLs.

Logout Mark Read Team Forum Stats Members Help
tvshow.nfo library import of episodes0