Kodi does not show the thumbnail
#4
Hi Klojum

Thanks for the reply. Then I don't go for putting the thumbs there by external scripts.
But once more to my original issue.

If I import that nfo file, Kodi downloads, stores and shows the thumb image.
xml:
<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
<movie>
    <title>Shoplifters - Familienbande</title>
    <originaltitle>MANBIKI KAZOKU</originaltitle>
    <userrating>0</userrating>
    <top250>0</top250>
    <outline>x</outline>
    <plot>Eine am Rande von Tokio wohnende Gruppe von Menschen hält sich mit kargen Einkünften und kleinen Diebstählen über Wasser.plot>
    <tagline>x</tagline>
    <runtime>16</runtime>
    <thumb>http://image.tmdb.org/t/p/original/7ZCWWFLazB7QiKHHLBWe8OuDMbY.jpg</thumb>
    <mpaa></mpaa>

However, if the thumb image does not have an file extention (it's a normal jpg) Kodi doesn't download, store and show it.
xml:
<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
<movie>
    <title>Shoplifters - Familienbande</title>
    <originaltitle>MANBIKI KAZOKU</originaltitle>
    <userrating>0</userrating>
    <top250>0</top250>
    <outline>x</outline>
    <plot>Eine am Rande von Tokio wohnende Gruppe von Menschen hält sich mit kargen Einkünften und kleinen Diebstählen über Wasser.plot>
    <tagline>x</tagline>
    <runtime>16</runtime>
    <thumb>https://www.filmdienst.de/bild/filmdb/154701</thumb>
    <mpaa></mpaa>

So it's not related to scraper anyhow. It's the behaviour of Kodi itself.
Do you think this could be changed?
Reply


Messages In This Thread
RE: Kodi does not show the thumbnail - by programmkino - 2019-01-09, 22:30
Logout Mark Read Team Forum Stats Members Help
Kodi does not show the thumbnail0