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


- Camergan - 2011-09-15

Hi,

I've downloaded your script only to find it not working. It just says "script.logo-downloader - script failed" message. Here's the log: http://pastebin.com/dpCbpuFG
I've checked it and the explanation of the error says: "C:\Documents and Settings\Ольга\Application Data\XBMC\addons\script.xbmc.subtitles\default.py not found!"
What does that mean? I have the default.py all there and unchanged, why is it not found?

I'm running the pre-Eden nightly on XP SP3, if that helps.
P.S.: This also happens to other scripts such as "TV Show Next Aired" and "XBMC Subtitles".


- MickaelMP - 2011-09-15

ronie Wrote:thanx for the report.
it all was working fine up 'till a few days ago,
but with todays build i'm having the same issue as you.

will look into it.

So, if i try with an older version, it could work?

Regards


- ronie - 2011-09-15

MickaelMP Wrote:So, if i try with an older version, it could work?

Regards

yeah, it should. try one from september 9th, or earlier.


- ronie - 2011-09-15

Camergan Wrote:Hi,

I've downloaded your script only to find it not working. It just says "script.logo-downloader - script failed" message. Here's the log: http://pastebin.com/dpCbpuFG
I've checked it and the explanation of the error says: "C:\Documents and Settings\Ольга\Application Data\XBMC\addons\script.xbmc.subtitles\default.py not found!"
What does that mean? I have the default.py all there and unchanged, why is it not found?

i'm not sure, it might be due to the russian (i think?) characters in the path.
maybe xbmc is choking on that.

could post a Debug Log?
it may have some extra relevant info.


- ronie - 2011-09-15

Camergan Wrote:Hi,

I've downloaded your script only to find it not working. It just says "script.logo-downloader - script failed" message. Here's the log: http://pastebin.com/dpCbpuFG
I've checked it and the explanation of the error says: "C:\Documents and Settings\Ольга\Application Data\XBMC\addons\script.xbmc.subtitles\default.py not found!"
What does that mean? I have the default.py all there and unchanged, why is it not found?

I'm running the pre-Eden nightly on XP SP3, if that helps.
P.S.: This also happens to other scripts such as "TV Show Next Aired" and "XBMC Subtitles".

ok, i've asked around and it's indeed due to the non-acii characters.
there's a ticket for it: http://trac.xbmc.org/ticket/11653


- MickaelMP - 2011-09-15

ronie Wrote:yeah, it should. try one from september 9th, or earlier.

Thanks for your reply.
I'm looking for such a file, but I can't find any repository or svn... Do you have a link?

BR!


- ronie - 2011-09-15

MickaelMP Wrote:Thanks for your reply.
I'm looking for such a file, but I can't find any repository or svn... Do you have a link?

BR!

i mean an older version of xbmc Smile


- MickaelMP - 2011-09-15

ronie Wrote:i mean an older version of xbmc Smile

Ho ... sorry for the misundertanding ...
That's wierd because i'm already using an older version :

dpkg -l | grep "xbmc "
xbmc 2:11.0~git20110702.9d8f298-0ubuntu1~ppa1~karmic XBMC Media Center (full metapackage)


- newphreak - 2011-09-17

Ah, i see people already have reported the missing path error. I guess something changed in xbmc since it suddenly broke? Smile


- MickaelMP - 2011-09-17

I've retry to execute the script without samba and without mysql config ... same issue.

Still looking for a solution.

Regards.

Edit : using the 2.3.0 logo-downloader version, the path looks fine but ... http://pastebin.com/7UUZtr97


- ronie - 2011-09-17

newphreak Wrote:Ah, i see people already have reported the missing path error. I guess something changed in xbmc since it suddenly broke? Smile
yup, most likely one of the recent json-rpc changes in xbmc broke the script.
MickaelMP Wrote:I've retry to execute the script without samba and without mysql config ... same issue.

Still looking for a solution.

Regards.

Edit : using the 2.3.0 logo-downloader version, the path looks fine but ... http://pastebin.com/7UUZtr97

2.3.0 is for xbmc dharma, it won't work properly on pre-eden builds.

you need to update xbmc to a more recent build.
just don't install anything newer than september 9th.


- MickaelMP - 2011-09-18

ok Smile

I've try on the aTv2 using xbmc-20110904-a2098db-master-atv2 and script.logo-downloader-v3.0.5.zip ... and it works great.
I gonna try to compile the linux version.

Anyway, Thanks a lot!


- jimmylee7706 - 2011-09-20

Here is my setup. My iMac is running FTP and SMB, it is connected to a 2TB external drive with my tv shows and movies on it. In my living room I have Apple TV 2 with XBMC installed, latest version at time of writing this, also using newest version of skin. I also have XBMC installed on my Windows 7 laptop just for playing around with skins and stuff.

I have my TV Shows folder as a source on my ATV 2 and it works great, plays fine, but whenever I try to use the script to download a logo, it does nothing, it just shows the Logo Missing image. So I tried the same thing from my Win7 laptop, and got the same results. So I tried it on the actual Mac itself and once again got the same results. So I manually downloaded one of the logos for Big Bang Theory and named it logo.png and put it in the folder, and on the Mac it ONLY shows up if the source is from the drive, if I connect to the mac from itself using FTP I still get missing logo. Even with the file there and it working locally I still see Missing Logo on all other devices. I tried it with SMB and it works fine, just not with FTP, is there something I'm missing or doing wrong?

Code:
http://pastebin.com/uK2tqmux
There is my attached debugged log file. No clue what it means.


- samzstein - 2011-09-20

im currently running the newest nightly build of xbmc along with then newest version of logo downloader and every time i update my video library the logo script runs and i am unable to cancel it. any help?


- fluentdesigns - 2011-09-20

Installed the Passion repo but the Logo Downloader script is no where to be found. Is there any other repo I can install or maybe the addon via zip file?