fanart in nfo file
#1
Is it possible to add fanart into the nfo file for a movie like you can a thumb?
I've tried using <fanart>url to fanart</fanart> but this doesn't show for me, the file isnt local so im using a url, the thumb works fine like this but just cant get the fanart to load doing it, any pointers would be great
Reply
#2
i dont see <fanart> tags on http://kodi.wiki/view/NFO_files so im going to go with prob nooo not possible
Reply
#3
Try something like this:

Code:
<fanart url="">
            <thumb dim="" colors="" preview="http://image.tmdb.org/t/p/w1280/2s1vbGNvXfVqWAh2rBed6bm763R.jpg">http://image.tmdb.org/t/p/original/2s1vbGNvXfVqWAh2rBed6bm763R.jpg</thumb>
            <thumb dim="" colors="" preview="http://image.tmdb.org/t/p/w1280/tgLLNqCcibbiUbIc2tYZh6V4XSW.jpg">http://image.tmdb.org/t/p/original/tgLLNqCcibbiUbIc2tYZh6V4XSW.jpg</thumb>
        </fanart>

scott s.
.
Reply

Logout Mark Read Team Forum Stats Members Help
fanart in nfo file0