Guest - Testers are needed for the reworked CDateTime core component. See... https://forum.kodi.tv/showthread.php?tid=378981 (September 29) x
Solved Why doesn't KODI read a tvshow.nfo file ?
#1
I hate to wake up the old thread here but my topic fits very well.

My python script creates a movie.nfo like the following when an imdb-link is found:
 
Code:
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<movie>
<imdb>https://www.imdb.com/title/tt0149460</imdb>
</movie>

Together with the mentioned option of the scaper that the movies have to be in seprarate folders, this part works very well!

But my problem is the tvshow.nfo. I wanna add some logic for tv-series too. I like it to have one nfo-file for each tv-show like I use to have one movie.nfo for each movie.
I actually only use the nfo files as imdb link source to be able to assign content 100% and to minimise wrong assignments.

If I understand the tvshow wiki correctly I would have to create a tvshow.nfo for my tvshows on the level of the season folders (season01, season02...) and then still in respective season folders for each episode a nfo with the same file name as the respective video file.
Is there no way to keep effort smaller?
I don't even know what my tvshow.nfo content should look like equivalent to movie.nfo.
Could it be like?:
 
Code:
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<tvshow>
<imdb>https://www.imdb.com/title/tt0149460</imdb>
</tvshow>

I would love to get some more details about this.
Reply
#2
(2022-06-13, 17:06)HushPeter Wrote: I hate to wake up the old thread here but my topic fits very well.

Things have changed a bit since a couple of years, one of which is the Python version in Kodi.
You're also referring to a tvshow.nfo and not a movie.nfo file.
Thus your post has been split into a new thread.
Reply
#3
(2022-06-13, 17:06)HushPeter Wrote: I would love to get some more details about this.
https://kodi.wiki/view/NFO_files/Parsing
My Signature
Links to : Official:Forum rules (wiki) | Official:Forum rules/Banned add-ons (wiki) | Debug Log (wiki)
Links to : HOW-TO:Create Music Library (wiki) | HOW-TO:Create_Video_Library (wiki)  ||  Artwork (wiki) | Basic controls (wiki) | Import-export library (wiki) | Movie sets (wiki) | Movie universe (wiki) | NFO files (wiki) | Quick start guide (wiki)
Reply
#4
Awesome! That worked.

Sorry for this thread. But perhaps it help some other members to find the right information.

Thank you @Karellen
Reply
#5
Thread marked solved.
Always read the Wiki, FAQ and search the forum before posting.
Read/follow the forum rules.
Reply

Logout Mark Read Team Forum Stats Members Help
Why doesn't KODI read a tvshow.nfo file ?0