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)



- Rumik - 2011-11-08 21:29

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 21:34

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


- ronie - 2011-11-08 21:44

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

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? Confused


- Martijn - 2011-11-09 07:43

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? Confused

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


- claybol - 2011-11-10 13:41

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 13:57

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 14:28

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 18:54

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 19:00

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