Kodi Community Forum
Episode nfo not working - Printable Version

+- Kodi Community Forum (https://forum.kodi.tv)
+-- Forum: Support (https://forum.kodi.tv/forumdisplay.php?fid=33)
+--- Forum: General Support (https://forum.kodi.tv/forumdisplay.php?fid=111)
+---- Forum: OS independent / Other (https://forum.kodi.tv/forumdisplay.php?fid=228)
+---- Thread: Episode nfo not working (/showthread.php?tid=150096)

Pages: 1 2


Episode nfo not working - shms - 2012-12-30

Hi, iam trying to scrape some episodes manually but i cant seem to get it to work properly, this is my .nfo

<episodedetails>
<title>De tio sämsta idéerna mellan åren 1975 och 2004</title>
<rating>10.00</rating>
<season>3</season>
<episode>5</episode>
<plot>Fredrik och Filip listar de sämsta idéerna 1975-2004. Gäster är David Batra och Johan Glans.</plot>
<playcount>0</playcount>
<lastplayed></lastplayed>
<aired>2005-12-19</aired>
<studio>Kanal5</studio>
</episodedetails>

what am i doing wrong?


RE: Episode nfo not working - artrafael - 2012-12-30

Do your episode nfo files have the exact same names as their corresponding episode video files and are they co-located in the same folders as the video files?


RE: Episode nfo not working - shms - 2012-12-31

(2012-12-30, 22:49)artrafael Wrote: Do your episode nfo files have the exact same names as their corresponding episode video files and are they co-located in the same folders as the video files?

its placed like this:
Z:\tv\100.Hojdare\season.03\100.Hojdare.S03E05\100.hojdare.s03e05.nfo and the .avi is named the same as the nfo, i dont see what could be the problem?


RE: Episode nfo not working - artrafael - 2012-12-31

(2012-12-31, 01:01)shms Wrote: its placed like this:
Z:\tv\100.Hojdare\season.03\100.Hojdare.S03E05\100.hojdare.s03e05.nfo and the .avi is named the same as the nfo, i dont see what could be the problem?

Why do you have each episode in a separate folder? Try it like this:
Z:\tv\100.Hojdare\season.03\100.hojdare.s03e05.nfo (along with 100.hojdare.s03e05.avi)

In other words, all Season 3 episodes should go in the folder: Z:\tv\100.Hojdare\season.03\




RE: Episode nfo not working - shms - 2012-12-31

(2012-12-31, 01:09)artrafael Wrote:
(2012-12-31, 01:01)shms Wrote: its placed like this:
Z:\tv\100.Hojdare\season.03\100.Hojdare.S03E05\100.hojdare.s03e05.nfo and the .avi is named the same as the nfo, i dont see what could be the problem?

Why do you have each episode in a separate folder? Try it like this:
Z:\tv\100.Hojdare\season.03\100.hojdare.s03e05.nfo (along with 100.hojdare.s03e05.avi)

In other words, all Season 3 episodes should go in the folder: Z:\tv\100.Hojdare\season.03\

i have them in different folders because they are rar'ed and i would like to keep them like that Smile


RE: Episode nfo not working - jmarshall - 2012-12-31

Do a Debug Log while refreshing the show in question.


RE: Episode nfo not working - artrafael - 2012-12-31

I just tested using the file structure you specified above along with your episode nfo file from above and was able to scan the S03E05 episode into my library. The plot displayed for the episode was correctly retrieved from the nfo file. I had added a few words to the <plot> tag just to be sure the text was indeed from the episode nfo file itself.


RE: Episode nfo not working - shms - 2012-12-31

very weird, just to clarify, this is the raw file i use http://speedy.sh/aKhWR/100.hojdare.s03e10.pdtv.xvid-sqc.nfo


RE: Episode nfo not working - artrafael - 2012-12-31

I used the examples you presented in posts #3 and #1:

Files in the \100.Hojdare\season.03\100.Hojdare.S03E05\ directory:
Code:
100.hojdare.s03e05.nfo
100.hojdare.s03e05.avi

Contents of 100.hojdare.s03e05.nfo:
Code:
<episodedetails>
<title>De tio sämsta idéerna mellan åren 1975 och 2004</title>
<rating>10.00</rating>
<season>3</season>
<episode>5</episode>
<plot>Fredrik och Filip listar de sämsta idéerna 1975-2004. Gäster är David Batra och Johan Glans.</plot>
<playcount>0</playcount>
<lastplayed></lastplayed>
<aired>2005-12-19</aired>
<studio>Kanal5</studio>
</episodedetails>

At this point, I reiterate what jmarshall suggested: Enable debug logging, run your scan and review the log to see why it's not adding the episode with your nfo file information.



RE: Episode nfo not working - shms - 2012-12-31

I debugged but i dont see anything about it, what should i look for specificly?


RE: Episode nfo not working - artrafael - 2012-12-31

You should look for this episode name as it is being scanned into the library to see if it is being skipped for some reason. Keep in mind that if this episode is already in your library, but without the information from your nfo file, then you need to first remove the episode from the library (via the context menu) and then rescan the show to add the episode back into the library (and, hopefully, with the nfo data retrieved this time)... it's this last step that you want to see in your xbmc.log.


RE: Episode nfo not working - shms - 2013-01-01

i cant figure it out, do you mind checking my debugglog?

http://pastebin.com/fd21fAQ4


RE: Episode nfo not working - shms - 2013-01-01

hmm it works when i extract the episode, but not when its rared, doesnt it work with rared stuff?


RE: Episode nfo not working - shms - 2013-01-03

bump


RE: Episode nfo not working - LARQ - 2019-02-25

one noob question
Im in K18 Leia
I was wondering if always the episode NFO File HAS to have the exact name as the Videofile Source?
Like this: TVShow-S01E01.nfo  and  TVShow-S01E01.mkv
I prefer having my Strm files exported in their original format (Breaking Bad - 01x01 - Piloto [1080p].mkv.STRM) and next to that the orignal NFO file (Breaking Bad - 01x01 - Piloto [1080p].NFO) and that can be read by kodi.
With my movies there is no problem but with episodes in TVshows i could no find a way.
Any suggestion?