Kodi Community Forum
[RELEASE] Logo Downloader Script - Printable Version

+- Kodi Community Forum (https://forum.kodi.tv)
+-- Forum: Support (https://forum.kodi.tv/forumdisplay.php?fid=33)
+--- Forum: Add-on Support (https://forum.kodi.tv/forumdisplay.php?fid=27)
+---- Forum: Program Add-ons (https://forum.kodi.tv/forumdisplay.php?fid=151)
+---- Thread: [RELEASE] Logo Downloader Script (/showthread.php?tid=74912)

Pages: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45


- weiuweiu - 2011-09-25

ronie Wrote:please post the entire Debug Log on pastebin,
and post the link here.

http://pastebin.com/NA1xHB2r

Thanks. Any tip what i could to would be nice. feels like i have tried everything


- ronie - 2011-09-25

weiuweiu Wrote:http://pastebin.com/NA1xHB2r

Thanks. Any tip what i could to would be nice. feels like i have tried everything

hmm...i've never used ftp shares before, but it looks like xbmc does not allow you to copy files to a ftp share.

i've tested it by using the filemanager in xbmc and i can't copy anything to my ftp share there.

conclusion for now: not a script issue.

in case anyone has more info on this, please share :-)


- weiuweiu - 2011-09-25

ronie Wrote:hmm...i've never used ftp shares before, but it looks like xbmc does not allow you to copy files to a ftp share.

i've tested it by using the filemanager in xbmc and i can't copy anything to my ftp share there.

conclusion for now: not a script issue.

in case anyone has more info on this, please share :-)

guess i could try to share it another way. any recommendations on that?
i tried webdav did not work either.


- weiuweiu - 2011-09-25

weiuweiu Wrote:guess i could try to share it another way. any recommendations on that?
i tried webdav did not work either.

Okey hi again guys, i have finally fixed it, so for people that have the same problem as me.

xbmc live or xbmc windows and want logo script to work with a synology nas server, use SMB share not ftp or webdav.

And thanks ronie for this wonderful script my GF loves it!


- ialand - 2011-09-26

OK, using the stock XBMC Live 10.1, Cirrus Extended v2, 2.0.4 and all of a sudden, on all my boxes, when I try to use the Logo Downloader (from the Skin Settings, Extended Mod)

ERROR! Script Failed! script.logo-downloader.

same if I try to use the info button on a movie/tv show and 'get logo'

checked in the addon dir and it's showing a date of 9-24-2011

:~/.xbmc/addons/script.logo-downloader$ cat addon.xml

<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<addon id="script.logo-downloader"
name="Logo Downloader"
version="3.0.6"
provider-name="ppic, ronie">
<requires>
<import addon="xbmc.python" version="2.0"/>
</requires>
<extension point="xbmc.python.library"
library="default.py" />
<extension point="xbmc.addon.metadata">
<platform>all</platform>
<minversion>30369</minversion>
<summary lang="en">Download Logos / posters / banners / cleararts /showthumbs for your favorites Tvshows</summary>
<summary lang="fr">téléchargez les Logos / posters / banners / cleararts / showthumbs de vos séries préférées</summary>
<description lang="en">Download logos from http://www.lockstockmods.net
cleararts and showthumbs from http://www.xbmcstuff.com
Banners and posters from www.tvdb.com</description>
<description lang="fr">Téléchargez les logos depuis http://www.lockstockmods.net
les cleararts et les showthumbs depuis http://www.xbmcstuff.com
les Banners et les posters depuis www.tvdb.com</description>
<disclaimer lang="en">Please contribute on http://www.xbmcstuff.com http://www.tvdb.com www.lockstockmods.net</disclaimer>
<disclaimer lang="fr">Contribuez sur http://www.xbmcstuff.com http://www.tvdb.com www.lockstockmods.net</disclaimer>
</extension>
</addon>

was working fine Thursday, broke today. Ideas?


- isamu.dragon - 2011-09-26

ialand Wrote:OK, using the stock XBMC Live 10.1, Cirrus Extended v2, 2.0.4 and all of a sudden, on all my boxes, when I try to use the Logo Downloader (from the Skin Settings, Extended Mod)

ERROR! Script Failed! script.logo-downloader.

same if I try to use the info button on a movie/tv show and 'get logo'

checked in the addon dir and it's showing a date of 9-24-2011

:~/.xbmc/addons/script.logo-downloader$ cat addon.xml

<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<addon id="script.logo-downloader"
name="Logo Downloader"
version="3.0.6"
provider-name="ppic, ronie">
<requires>
<import addon="xbmc.python" version="2.0"/>
</requires>
<extension point="xbmc.python.library"
library="default.py" />
<extension point="xbmc.addon.metadata">
<platform>all</platform>
<minversion>30369</minversion>
<summary lang="en">Download Logos / posters / banners / cleararts /showthumbs for your favorites Tvshows</summary>
<summary lang="fr">téléchargez les Logos / posters / banners / cleararts / showthumbs de vos séries préférées</summary>
<description lang="en">Download logos from http://www.lockstockmods.net
cleararts and showthumbs from http://www.xbmcstuff.com
Banners and posters from www.tvdb.com</description>
<description lang="fr">Téléchargez les logos depuis http://www.lockstockmods.net
les cleararts et les showthumbs depuis http://www.xbmcstuff.com
les Banners et les posters depuis www.tvdb.com</description>
<disclaimer lang="en">Please contribute on http://www.xbmcstuff.com http://www.tvdb.com www.lockstockmods.net</disclaimer>
<disclaimer lang="fr">Contribuez sur http://www.xbmcstuff.com http://www.tvdb.com www.lockstockmods.net</disclaimer>
</extension>
</addon>

was working fine Thursday, broke today. Ideas?

3.0.6 is for nightlies, it uses calls that only nightlies use


- `Black - 2011-09-26

self.get_lockstock_xml() is missing for clearart, characterart & show thumb in bulk mode so it's not possible to download those at the moment.


- ialand - 2011-09-26

isamu.dragon Wrote:3.0.6 is for nightlies, it uses calls that only nightlies use

OK, fine.. .WHY DID MY STOCK LIVE 10.1 (not a nightly) update on it's own? On all 4 of the boxes I have at the same time? I didn't put it in, it did it by itself!

How do I get it back the way it was?


- ronie - 2011-09-26

ialand Wrote:OK, fine.. .WHY DID MY STOCK LIVE 10.1 (not a nightly) update on it's own? On all 4 of the boxes I have at the same time? I didn't put it in, it did it by itself!

by installing some unofficial, unsupported, third-party addon-repo i guess.
and i'm pretty sure you did that all by yourself ;-p

ialand Wrote:How do I get it back the way it was?

- uninstall the addon
- manually remove any cached versions in ~/.xbmc/addons/packages
- install v2.3.0 from the official xbmc addon repo
- make sure no third party repo messes things up again, by disabling auto-updates for instance


- ronie - 2011-09-26

`Black Wrote:self.get_lockstock_xml() is missing for clearart, characterart & show thumb in bulk mode so it's not possible to download those at the moment.

good catch!

it's pretty weird it's gone unnoticed until now...
will fix it of course.


- ialand - 2011-09-26

ronie Wrote:by installing some unofficial, unsupported, third-party addon-repo i guess.
and i'm pretty sure you did that all by yourself ;-p

ok, which repo? I would assume the developers would know that? Then again, seems pretty weird that it would update a non-supported version.


- ronie - 2011-09-26

ialand Wrote:ok, which repo?

there's only one 'XBMC.org add-ons' repo, all of the others are third party.


- ialand - 2011-09-26

ronie Wrote:there's only one 'XBMC.org add-ons' repo, all of the others are third party.

I MEANT which one would would need to REMOVE to keep this from happening again, and I'm looking in that repro right now, and there is no "Logo Downloader" script I can see to install anywhere


- Martijn - 2011-09-26

ialand Wrote:I MEANT which one would would need to REMOVE to keep this from happening again, and I'm looking in that repro right now, and there is no "Logo Downloader" script I can see to install anywhere

How can Ronie tell which one to remove if he doen't which you have installed? He has no crystall ball to see that.
It may also be a skin you're using that caused this.


- ialand - 2011-09-26

Machine-Sanctum Wrote:How can Ronie tell which one to remove if he doen't which you have installed? He has no crystall ball to see that.
It may also be a skin you're using that caused this.
Cirrius Extended V2.0.4 that's the only one I have on the boxes. And again I say, based on the "there's only one 'XBMC.org add-ons' repo" comment, I have ONLY that one active/installed right now and I still can't see how to get the old script back.