2014-09-28, 15:36
2014-12-30, 03:13
I have the opposite problem...I would like to get the local url inside the .NFO, something like this using the automatic scraper:
<tagline></tagline>
<thumb>film.jpg</thumb>
<fanart>film-fanart.jpg</fanart>
not like this:
<tagline></tagline>
<thumb>http://image.tmdb.org/t/p/original/sVvujQgZDLtt1VuW91CQPmJgmmT.jpg</thumb>
<fanart>http://image.tmdb.org/t/p/original/nI6Mw0QDAqSpJP0c4dJuUC7O6aQ.jpg</fanart>
is it possible?
Thanks ;-)
<tagline></tagline>
<thumb>film.jpg</thumb>
<fanart>film-fanart.jpg</fanart>
not like this:
<tagline></tagline>
<thumb>http://image.tmdb.org/t/p/original/sVvujQgZDLtt1VuW91CQPmJgmmT.jpg</thumb>
<fanart>http://image.tmdb.org/t/p/original/nI6Mw0QDAqSpJP0c4dJuUC7O6aQ.jpg</fanart>
is it possible?
Thanks ;-)
2014-12-31, 12:00
what for?
which tool reads this type of information?
XBMC/Kodi/MC uses always the fixed name if missing, so there is simply no need for this.......?
which tool reads this type of information?
XBMC/Kodi/MC uses always the fixed name if missing, so there is simply no need for this.......?
2015-01-01, 21:51
Hi myron, I am using Kodi last version Kodi 14.0 Helix Unwinds.
I did some tests...:-)
I think that there is something wrong with Kodi because if the thumb's url is missing from the NFO file Kodi doesn't scrape the image in the folder, whereas regarding the fanart Kodi works correctly (please see the image). I have taken three screenshots:
The first one is with the tmd's url and all work correctly.
The second one is without the urls and only the fanart works.
In the third one I wrote the thumb's name and it works.
Thanks for any advice ;-)
[/img]
I did some tests...:-)
I think that there is something wrong with Kodi because if the thumb's url is missing from the NFO file Kodi doesn't scrape the image in the folder, whereas regarding the fanart Kodi works correctly (please see the image). I have taken three screenshots:
The first one is with the tmd's url and all work correctly.
The second one is without the urls and only the fanart works.
In the third one I wrote the thumb's name and it works.
Thanks for any advice ;-)
[/img]
2015-01-01, 22:58
Ok. I figured out....adding the suffix "poster" to the filename (superman-poster.jpg) Kodi scrapes correctly ;-)