Need to fix kodi xml .nfo format for fanart and thumb
#1
You should remove the feature to save .nfo until you fix the xml format. When .nfo is saved kodi will not show any thumbs

fan art will will be saved as

Code:
<fanart>http://image.tmdb.org/t/p/original/id2qZADRqKEGFxf7yeHLp4tHaEo.jpg</fanart>

where it should be saved as:

Code:
<fanart>
        <thumb preview="http://image.tmdb.org/t/p/original/id2qZADRqKEGFxf7yeHLp4tHaEo.jpg">http://image.tmdb.org/t/p/original/id2qZADRqKEGFxf7yeHLp4tHaEo.jpg</thumb>
             <thumb preview="http://image.tmdb.org/t/p/w780/o3P90r3owOlD86e27aC801rk4QI.jpg">http://image.tmdb.org/t/p/original/o3P90r3owOlD86e27aC801rk4QI.jpg</thumb>
</fanart>


Messages In This Thread
Need to fix kodi xml .nfo format for fanart and thumb - by nathan909 - 2017-08-06, 19:13
Logout Mark Read Team Forum Stats Members Help
Need to fix kodi xml .nfo format for fanart and thumb0