I have a documentary folder that is not in the TVDB or TMDB database.
I would like to add Posters to it. is there a way it can be added or is this a limitation of Kodi. I know plex has this option to add your own poster without TVDB or TMDB database.
Thanks
Add thumb.jpg to the folders will give you a thumbnail.
To get additional info, you should add .nfo files to the directories and use the local information only scraper. https://kodi.wiki/view/NFO_files/TV_shows
I think the docs make nfo files seem more complex than they are. You just add a text file named tvshow.nfo to each folder like below and fill in the relevant fields.
<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
<tvshow>
<title></title>
<plot></plot>
<userrating></userrating>
<mpaa></mpaa>
<genre></genre>
<premiered></premiered>
<studio></studio>
</tvshow>
Then just set the source to be "TV Shows" and "Local Information Only" and scan it to the library.

omg!!
That was so easy 馃榾
You're always so helpful. Have a drink on me 馃槈
Thanks
Most helpful comment
Add
thumb.jpgto the folders will give you a thumbnail.To get additional info, you should add
.nfofiles to the directories and use the local information only scraper. https://kodi.wiki/view/NFO_files/TV_showsI think the docs make nfo files seem more complex than they are. You just add a text file named
tvshow.nfoto each folder like below and fill in the relevant fields.Then just set the source to be "TV Shows" and "Local Information Only" and scan it to the library.
