Kodi Community Forum

Full Version: movie.nfo fanart XML is formatted incorrectly
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Couldn't figure-out why my TMM movies edited/saved with movie.nfo didn't display fan art, until i compared it with kodi created .nfo files.

To test check save "movie.nfo"

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>
I will change that with our new impoter/exporter logic with v3
in v2 not doable, since that is a structural change and would result into parsing errors inside tmm