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


- ronie - 2011-11-01

tommyhome Wrote:i'm getting some errors;

the errors you've posted are from the tv show next aired script.

always post a full Debug Log on pastebin btw.


- clenze - 2011-11-02

ronie Wrote:you're not using xbmc pre-eden, but are using the pre-eden version of logo-downloader.
Thanks for the quick answer. But how can I remedy the situation? Is there a way to downgrade the script? Which version would I need?


- ronie - 2011-11-02

clenze Wrote:Thanks for the quick answer. But how can I remedy the situation? Is there a way to downgrade the script? Which version would I need?

have a look here, you're not the first one to come across this issue:
http://forum.xbmc.org/showpost.php?p=897705&postcount=594


- clenze - 2011-11-02

Thanks, I really should have used the search. I reinstalled the 2.3 but now I come across the following issue:

:14:21 T:4076 M:1376120832 ERROR: Error Type: exceptions.TypeError
18:14:21 T:4076 M:1376120832 ERROR: Error Contents: unsubscriptable object
18:14:21 T:4076 M:1376120832 ERROR: Traceback (most recent call last):
File "C:\Users\...\AppData\Roaming\XBMC\addons\script.logo-downloader\default.py", line 643, in ?
downloader()
File "C:\Users\...\AppData\Roaming\XBMC\addons\script.logo-downloader\default.py", line 143, in __init__
self.solo_mode()
File "C:\Users\...\AppData\Roaming\XBMC\addons\script.logo-downloader\default.py", line 150, in solo_mode
self.id_verif()
File "C:\Users\...\AppData\Roaming\XBMC\addons\script.logo-downloader\default.py", line 426, in id_verif
if self.tvdbid[0:2] == "tt" or self.tvdbid == "" :
TypeError: unsubscriptable object


- TheFonz - 2011-11-05

Using the pre-eden release, when I go into TV Shows, bring up the contextual menu (with the filter, search options) and click on Available Add-ons -> Get Logo/ClearArt it gives me the message that nothing was downloaded. What am I doing wrong?

//Edit: Just installed the latest Nightly Build and the logo downloader worked
Excellent!


- Rumik - 2011-11-08

Hi there,

is there any chance you could get this script to run in the background? Whenever I run it it stalls part way through the process, and I can't use XBMC while it's doing it, so I have to end up killing XBMC and starting all over again.

Thanks Smile


- Martijn - 2011-11-08

Adding the background run is fairly easy. Also did this with our add-on Big Grin


- ronie - 2011-11-08

Rumik Wrote:Hi there,

is there any chance you could get this script to run in the background? Whenever I run it it stalls part way through the process, and I can't use XBMC while it's doing it, so I have to end up killing XBMC and starting all over again.

Thanks Smile

if things lock-up than there's a bug somewhere.
either script side or xbmc side...

please post a Debug Log and i'll have a look.


- claybol - 2011-11-09

simplechords Wrote:Anyone ever seen this before. I get "error downloading file" when trying to download from the media info screen. When I run the script from the skins menu, it doesn't give the error, but it simply does not download any images. I've tried this with neon and simplicity , so I figured the issue is with the script.

I'm having the same problem, only with some shows which I'm sure would have a logo (e.g. Dexter, House, etc). I'm on ATV2. Is there anything I can do to work around this issue? Huh


- Martijn - 2011-11-09

claybol Wrote:I'm having the same problem, only with some shows which I'm sure would have a logo (e.g. Dexter, House, etc). I'm on ATV2. Is there anything I can do to work around this issue? Huh

Post a full debug log using pastebin.com or paste.ubuntu.com


- claybol - 2011-11-10

http://pastebin.com/vxYCrgZT

This is the debug log, show used as the example of whats happening is dexter.

I'm not exactly knowledgable in getting/reading bug reports so if I've done something wrong or anything else is needed let me know.

I think the relevant part is around 800??

Running the nightly build of November 7 - Git:20111107-6ea880b

Thanks!


- ppic - 2011-11-10

you are using multpath:

Code:
path: multipath://smb%3a%2f%2fMYBOOKWORLD%2fPublic%2fShared%20Videos%2fDexter%2f/smb%3a%2f%2fMYBOOKWORLD%2fusb1%2d1share1%2fTV%20Shows%2fDexter%2f/logo.png

it is not supported.


- claybol - 2011-11-10

ppic Wrote:you are using multpath:

Code:
path: multipath://smb%3a%2f%2fMYBOOKWORLD%2fPublic%2fShared%20Videos%2fDexter%2f/smb%3a%2f%2fMYBOOKWORLD%2fusb1%2d1share1%2fTV%20Shows%2fDexter%2f/logo.png

it is not supported.

ahhh I see. That would make a lot of sense! Thank you, it's something I can fix!!!


- davidtl999 - 2011-12-08

Forgive me for asking this--but is this addon indeed missing from the addon repository?

I can't find it anywhere!

ronie Wrote:xbmc dharma or pre-eden?


I am having this same problem. I am using dharma. Not seeing it under program addons in the addon repository.


- Martijn - 2011-12-08

davidtl999 Wrote:Forgive me for asking this--but is this addon indeed missing from the addon repository?

I can't find it anywhere!




I am having this same problem. I am using dharma. Not seeing it under program addons in the addon repository.

This is only installed when the skin you are using supports it in Dharma.
All function of Logo-Downloader must be incorporated in the skin for it to function