• 1
  • 11
  • 12
  • 13(current)
  • 14
  • 15
[RELEASE] script.extrafanartdownloader
I'm having a problem downloading fanart with this script.

In my log all the movies have this message:
[HTML]NOTICE: ASCII character error
22:21:09 T:3184 DEBUG: script.extrafanartdownloader: ID: tt1334585
22:21:09 T:3184 DEBUG: script.extrafanartdownloader: Path: J:\Film\WALL-E (2008)\Pixar.Short.Burn-E.2008.720p.BluRay.x264-ESiR
22:21:09 T:3184 DEBUG: script.extrafanartdownloader: API: http://api.themoviedb.org/2.1/Movie.imdb.../tt1334585
22:21:11 T:4884 ERROR: WebServer: Failed to open C:\Program Files (x86)\XBMC\addons\webinterface.default\http:\\api.themoviedb.org\2.1\Movie.imdbLookup\en\xml\4be68d7eab1fbd1b6fd8a3b80a65a95e\tt1334585
22:21:11 T:3184 DEBUG: script.extrafanartdownloader: Error getting data from TMDB (404: File not found): skipping[/HTML]

I remember someone talked about a problem with the ID: tt1334585? But I think I didn't quite understood what it meant. Is there an easy explanation to this:o
Reply
I see you are using an RC version. Could paste a full debug log on http://paste.ubuntu.com/ and post the link here? It would more easy to find what is wrong.
Read/follow the forum rules.
For troubleshooting and bug reporting, read this first
Interested in seeing some YouTube videos about Kodi? Go here and subscribe
Reply
Sure. That at least I think I can
http://paste.ubuntu.com/732482/
Reply
kardesken Wrote:Sure. That at least I think I can
http://paste.ubuntu.com/732482/

Hmm that's weird. Did you have the same problem with the version from the xbmc-repo?
Read/follow the forum rules.
For troubleshooting and bug reporting, read this first
Interested in seeing some YouTube videos about Kodi? Go here and subscribe
Reply
Yes, and I tried some different nightly also with the same result.
Reply
kardesken Wrote:Yes, and I tried some different nightly also with the same result.

Seem like it's fighting with the default.webserver from xbmc.
Could you post a screenshot of your network settings in xbmc so i can try an replicate?
I'll have a look at it tomorrow after work. Now is sleepy time

EDIT:
You can also send a PM ofcourse Smile
Read/follow the forum rules.
For troubleshooting and bug reporting, read this first
Interested in seeing some YouTube videos about Kodi? Go here and subscribe
Reply
kardesken Wrote:Sure. That at least I think I can
http://paste.ubuntu.com/732482/

Quote:22:19:56 T:4800 DEBUG: Using proxy http://:80

disable the proxy setting in xbmc
Do not PM or e-mail Team-Kodi members directly asking for support.
Always read the Forum rules, Kodi online-manual, FAQ, Help and Search the forum before posting.
Reply
ronie Wrote:disable the proxy setting in xbmc

Ahh thanks Smile
Figured it had something to do with the network only not what.

Gonna need some more cases of beer I suppose Wink
Read/follow the forum rules.
For troubleshooting and bug reporting, read this first
Interested in seeing some YouTube videos about Kodi? Go here and subscribe
Reply
@Machine:

I verified the add-on settings. It keeps failing.

Run in background: Off
Centralize FanArt: Off
Limit Download FanArt: Off

I then tried Current Language Only (on) and Exclude FanArt that has text (off)

Not sure if there's anything else I need to verify/set.


Machine-Sanctum Wrote:@lowfi
Edit:
Already found the error. You have not enabled any fanart you want to download. Please check the add-on setting again.
Please clean still do as metioned first in my post.
Reply
LowBoost Wrote:@Machine:

I verified the add-on settings. It keeps failing.

Run in background: Off
Centralize FanArt: Off
Limit Download FanArt: Off

I then tried Current Language Only (on) and Exclude FanArt that has text (off)

Not sure if there's anything else I need to verify/set.

It does not fail you just need to enable downloading extrafanart for movies/tvshows. You only enabled downloading for movies/tvshows. Now also enable the subsetting 'extrafanart'
Read/follow the forum rules.
For troubleshooting and bug reporting, read this first
Interested in seeing some YouTube videos about Kodi? Go here and subscribe
Reply
tuxen Wrote:Btw. Does anyone know how to get a simple slideshow pasted into the new confluence (pre)Eden skin, it differs from the ordinary confluence alot I think I have the code, something like this:

Code:
<control type="multiimage">
<posx>0</posx>
<posy>0</posy>
<width>1280</width>
<height>720</height>
<imagepath background="true">$INFO[ListItem.Path]/extrafanart</imagepath>
<timeperimage>7000</timeperimage>
<randomize>true</randomize>
<fadetime>1000</fadetime>
</control>
<control type="multiimage">
<posx>0</posx>
<posy>0</posy>
<width>1280</width>
<height>720</height>
<imagepath background="true">$INFO[ListItem.Path]../extrafanart</imagepath>
<timeperimage>7000</timeperimage>
<randomize>true</randomize>
<fadetime>1000</fadetime>
<visible>Container.Content(episodes)</visible>
</control>

It's borrowed from the confluence thread, but since this is for the old confluence skin, I don't know where to insert it in the new one?!

Best regards tuxen

I figured it out; the above needs to be pasted in after line 7 in MyVideoNav.xml.
Right after the line that reads:
Code:
<include>CommonVideoBackground</include>
So for everybody that wants extrafanart in the new (pre)Eden skin, here you go. :) You can set the timings yourself, it shouldn't be hard to find the numbers to alter in the above copy/paste bit.

EDIT: By the way there is no small browsing delay when running the cursor up and down through the movies with (pre)Eden as there where in Dharma. Another +.

Best regards tuxen
Reply
ronie Wrote:disable the proxy setting in xbmc
A stupid problem and a simple solutionBlush
Thank you for taking your time (@ Roni & Machine-Sanctum) to help me out.

The script now download fanart as Machine-Sanctum takes down bottles of beer on the wall
Reply
kardesken Wrote:A stupid problem and a simple solutionBlush
Thank you for taking your time (@ Roni & Machine-Sanctum) to help me out.

The script now download fanart as Machine-Sanctum takes down bottles of beer on the wall

Another happy customer.
Time for a beer Big Grin
Read/follow the forum rules.
For troubleshooting and bug reporting, read this first
Interested in seeing some YouTube videos about Kodi? Go here and subscribe
Reply
Star 
going through a debug, this show up early on..

'Suspicious plug-in descriptor content in C:\Users\PatK\AppData\Roaming\XBMC\addons\script.extrafanartdownloader\addon.xml, line 2, column 1 (ignoring unknown attribute branch for element addon)

PreEden (compilied Nov 11) did it on an earlier build too.
Reply
PatK Wrote:going through a debug, this show up early on..

'Suspicious plug-in descriptor content in C:\Users\PatK\AppData\Roaming\XBMC\addons\script.extrafanartdownloader\addon.xml, line 2, column 1 (ignoring unknown attribute branch for element addon)

PreEden (compilied Nov 11) did it on an earlier build too.

Saw that one to. I removed/fixed it earlier this evening.
We once put branch=eden in our addon.xml to identify what branch it was for however it couldn't be used. Just forgot to remove it.
I hope that's the only error you have with this script Rolleyes
Read/follow the forum rules.
For troubleshooting and bug reporting, read this first
Interested in seeing some YouTube videos about Kodi? Go here and subscribe
Reply
  • 1
  • 11
  • 12
  • 13(current)
  • 14
  • 15

Logout Mark Read Team Forum Stats Members Help
[RELEASE] script.extrafanartdownloader2