Guest - Testers are needed for the reworked CDateTime core component. See... https://forum.kodi.tv/showthread.php?tid=378981 (September 29) x
Episode nfo not working
#1
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?
Reply
#2
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?
Reply
#3
(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?
Reply
#4
(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\

Reply
#5
(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
Reply
#6
Do a Debug Log while refreshing the show in question.
Always read the XBMC online-manual, FAQ and search the forum before posting.
Do not e-mail XBMC-Team members directly asking for support. Read/follow the forum rules.
For troubleshooting and bug reporting please make sure you read this first.


Image
Reply
#7
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.
Reply
#8
very weird, just to clarify, this is the raw file i use http://speedy.sh/aKhWR/100.hojdare.s03e1...id-sqc.nfo
Reply
#9
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.
Reply
#10
I debugged but i dont see anything about it, what should i look for specificly?
Reply
#11
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.
Reply
#12
i cant figure it out, do you mind checking my debugglog?

http://pastebin.com/fd21fAQ4
Reply
#13
hmm it works when i extract the episode, but not when its rared, doesnt it work with rared stuff?
Reply
#14
bump
Reply
#15
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?
---------------------------------------------------------------------------
VqP
---------------------------------------------------------------------------
Reply

Logout Mark Read Team Forum Stats Members Help
Episode nfo not working0