Fanart Grabber - Current Version 0.15.1
#67
Right, so it seems like I was mistaken in thinking that my problem was the same. I turned on debug logging and after a reboot I do see this message:

Code:
01:39:38 T:1532523584 WARNING: Create - Unsupported protocol(image) in image://http%3a%2f%2fimage.tmdb.org%2ft%2fp%2foriginal%2fu31LfJTP8FZGnTE3kEDUATYEX00.jpg/

However it only happens once during the startup process. Here's what is logged when I go to the TV Shows section (which works):

Code:
01:41:01 T:1110364160   DEBUG: OnKey: right (0xf083) pressed, action is Right
01:41:01 T:1461711936  NOTICE: Thread JobWorker start, auto delete: true
01:41:01 T:1461711936   DEBUG: DoWork - took 167 ms to load special://masterprofile/Thumbnails/1/1c4035a8.jpg
01:41:02 T:1495880768   DEBUG: script.grab.fanart: Movie - Heat
01:41:02 T:1495880768   DEBUG: script.grab.fanart: TV - NCIS
01:41:02 T:1495880768   DEBUG: script.grab.fanart: Video - Heat
01:41:02 T:1495880768   DEBUG: script.grab.fanart: Global - NCIS
01:41:03 T:1461711936   DEBUG: DoWork - took 148 ms to load special://masterprofile/Thumbnails/9/91846bf7.jpg
01:41:10 T:1495880768   DEBUG: script.grab.fanart: Movie - Warrior
01:41:10 T:1495880768   DEBUG: script.grab.fanart: TV - The X-Files
01:41:10 T:1495880768   DEBUG: script.grab.fanart: Video - The X-Files
01:41:10 T:1495880768   DEBUG: script.grab.fanart: Global - Warrior
01:41:11 T:1461711936   DEBUG: DoWork - took 154 ms to load special://masterprofile/Thumbnails/9/9af85a9a.jpg

Here's what happens when I go to the Movies section (which doesn't work):

Code:
01:43:46 T:1110364160   DEBUG: OnKey: left (0xf082) pressed, action is Left
01:43:46 T:1461711936   ERROR: GetDirectory - Error getting /home/xbian/.xbmc/userdata/Thumbnails/Video/Fanart/
01:43:46 T:1461711936   ERROR: GetDirectory - Error getting special://profile/Thumbnails/Video/Fanart/
01:43:50 T:1495880768   DEBUG: script.grab.fanart: Movie - The Croods
01:43:50 T:1495880768   DEBUG: script.grab.fanart: TV - Primeval
01:43:50 T:1495880768   DEBUG: script.grab.fanart: Video - The Croods
01:43:50 T:1495880768   DEBUG: script.grab.fanart: Global - The Croods
01:43:58 T:1495880768   DEBUG: script.grab.fanart: Movie - Ocean's Eleven
01:43:58 T:1495880768   DEBUG: script.grab.fanart: TV - Modern Family
01:43:58 T:1495880768   DEBUG: script.grab.fanart: Video - Ocean's Eleven
01:43:58 T:1495880768   DEBUG: script.grab.fanart: Global - Modern Family
01:44:06 T:1495880768   DEBUG: script.grab.fanart: Movie - Clerks
01:44:06 T:1495880768   DEBUG: script.grab.fanart: TV - Raising Hope
01:44:06 T:1495880768   DEBUG: script.grab.fanart: Video - Raising Hope
01:44:06 T:1495880768   DEBUG: script.grab.fanart: Global - Clerks

The absence of the DoWork message and the error message about the missing directories makes me think that either:

a) the script is telling the skin the wrong location to get movie images, or
b) the skin is ignoring what the script is telling it and looking in a non-existent folder for movie image files.

Still need to see the full log or does this narrow it down enough?
Reply


Messages In This Thread
RE: Fanart Grabber - script for skinners - by laconical - 2014-02-22, 04:02
Logout Mark Read Team Forum Stats Members Help
Fanart Grabber - Current Version 0.15.13