A kodi addon to easily add tvshows to library. This was made to let family to create basic but correct nfo files to be sure kodi will find tvshow and add it to library.
download zip here and install from zip, or clone the repo in the kodi's addon directry, restart kodi, go to "My addons" and enable "nfogen"
- don't mess your files. The filesystem works well like that :
- tvshows (video source directory)
- tvshow S[seasonNum]
- episodefile (you have to ensure the episode number is in the name (ex: Yakari.E01.mkv ) (also works with Yakari.1.[otherInfo.]mkv)
- tvshow S[seasonNum]
- Open addon
- Go to the tvshow season directory click ok
- Write the show name (give attention to well name your show)
- Give the season number (two digits is better)
- Select an image to be the show thumb
- confirm
- update library
This is my very first python script and very first kodi addon. Feel free to help to make it better.