2022-06-13, 17:06
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:
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?:
I would love to get some more details about this.
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.