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

+- XBMC Community Forum (http://forum.xbmc.org)
+-- Forum: Help and Support (/forumdisplay.php?fid=33)
+--- Forum: Add-ons Help and Support (/forumdisplay.php?fid=27)
+---- Forum: Program Add-ons (/forumdisplay.php?fid=151)
+---- Thread: [RELEASE] Logo Downloader Script (/showthread.php?tid=74912)



- rbrohman - 2011-09-25 03:09

How can I tell what version of the script im using? And for that matter, how do i update? Im not seeing this in the enabled addons list.

Thanks


- ronie - 2011-09-25 03:21

rbrohman Wrote:How can I tell what version of the script im using?
you can either check the xbmc.log or have a look at the addon.xml file of the script.

rbrohman Wrote:And for that matter, how do i update?
it's updated automatically when a new version is released.
rbrohman Wrote:Im not seeing this in the enabled addons list.

read this page for more info on that:
http://forum.xbmc.org/showthread.php?p=857978#post857978


- Archigos - 2011-09-25 05:45

Disregard this post... I'm going about it in a different way to solve my problem.


- weiuweiu - 2011-09-25 17:12

hello, im getting crazy here, im trying to get the script to work but whenever i try to download i logo i get this from the debug log:

17:05:10 T:5952 M:1925390336 NOTICE: ### download :http://fanart.tv/fanart/70626/clearlogo/charmed-70626.png
17:05:10 T:5952 M:1925390336 NOTICE: problem with path: ftp://xbmc:xbmc@192.168.0.101:21/Disk3/Serier/Charmed/
17:05:11 T:5952 M:1924878336 NOTICE: ### logo downloader exiting...

any ideas? i can write to the disk from windows, but i cant from xbmc it seems.


- ronie - 2011-09-25 17:18

weiuweiu Wrote:hello, im getting crazy here, im trying to get the script to work but whenever i try to download i logo i get this from the debug log:

17:05:10 T:5952 M:1925390336 NOTICE: ### download :http://fanart.tv/fanart/70626/clearlogo/charmed-70626.png
17:05:10 T:5952 M:1925390336 NOTICE: problem with path: ftp://xbmc:xbmc@192.168.0.101:21/Disk3/Serier/Charmed/
17:05:11 T:5952 M:1924878336 NOTICE: ### logo downloader exiting...

any ideas? i can write to the disk from windows, but i cant from xbmc it seems.

please post the entire debug log on pastebin,
and post the link here.


- weiuweiu - 2011-09-25 18:05

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 22:53

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 23:01

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 23:06

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 05:20

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 http://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 http://www.tvdb.com</description>
<disclaimer lang="en">Please contribute on http://www.xbmcstuff.com http://www.tvdb.com http://www.lockstockmods.net</disclaimer>
<disclaimer lang="fr">Contribuez sur http://www.xbmcstuff.com http://www.tvdb.com http://www.lockstockmods.net</disclaimer>
</extension>
</addon>

was working fine Thursday, broke today. Ideas?