Problem with a TV show
#1
Hello,

I'm new here. I'm testing XBMC on a RaspberryPi using OpenElec. I'm moving from a Popcorn Hour A-210.
I already have a good setup but a little problem with a TV serie.

I have my series on a NAS connected with NFS.

Structure is as following :

TV Series -> HD -> Missing -> Season 1 -> Missing S01E01.mkv

On the popcorn i created an nfo file with the name Missing S01E01.nfo in the same directory as the mkv files.

The problem with my XBMC is that it is scraping the wrong data for this series. I have red that i can create a tvshow.nfo file with the following url in it : http://thetvdb.com/?tab=series&id=248797.

The name of the series on thetvdb is Missing (2012). I have renamed my directory and files but then I get a japanese series Huh

I have red that i can create a tvshow.nfo file with the following url in it : http://thetvdb.com/?tab=series&id=248797

I have two questions :

Where must I place this file?
How can i update the library so that it removes the wrong data?

John
Reply
#2
Tried some other thing but still have problems. Is this a know issue?
Reply
#3
save the following as tvshow.nfo and place it in the directory of your show.

delete any other nfo's you have there

PHP Code:
<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
<tvshow>
    <title>Missing</title>
</tvshow>
http://thetvdb.com/?tab=series&id=248797 

Remove the show from your library (if on frodo, context menu (c on your keyboard) and then remove from library).

then update your library again and it should show up properly.
Reply

Logout Mark Read Team Forum Stats Members Help
Problem with a TV show0