Skin.arctic.horizon: [Question]

Created on 26 May 2020  路  2Comments  路  Source: jurialmunkey/skin.arctic.horizon

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

Most helpful comment

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.
Honeyview_screenshot811

All 2 comments

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.
Honeyview_screenshot811

omg!!
That was so easy 馃榾
You're always so helpful. Have a drink on me 馃槈

Thanks

Was this page helpful?
0 / 5 - 0 ratings

Related issues

Blurayx picture Blurayx  路  4Comments

sammy2142 picture sammy2142  路  6Comments

Blurayx picture Blurayx  路  5Comments

onlytanmoy picture onlytanmoy  路  3Comments

Goldsucher picture Goldsucher  路  4Comments