Kodi Community Forum
Logo's not working - Printable Version

+- Kodi Community Forum (https://forum.kodi.tv)
+-- Forum: Support (https://forum.kodi.tv/forumdisplay.php?fid=33)
+--- Forum: Skins Support (https://forum.kodi.tv/forumdisplay.php?fid=67)
+---- Forum: Skin Archive (https://forum.kodi.tv/forumdisplay.php?fid=179)
+----- Forum: Night (https://forum.kodi.tv/forumdisplay.php?fid=130)
+----- Thread: Logo's not working (/showthread.php?tid=83395)

Pages: 1 2 3


Logo's not working - Ballistic - 2010-10-17

Hi Guys,

Night is really an awesome skin, i used to stick with confluence but i tottaly switched Smile

I keep having a little issue with the logos though. It keeps saying "Logo missing"
Even after i added them manually on my source with the logo.png name and re-added my sources.

What am i doing wrong?


- zwat - 2010-10-17

delete texture.db


- Ballistic - 2010-10-17

Where can i find that?

I do have a Textures.xbt in the Media folder though


- hikaricore - 2010-10-17

In your xbmc/userdata/Database directory.


- Ballistic - 2010-10-17

AH yes, just found it.

I removed my source, deleted the file, restarted xbmc and added my source again.

Still getting the logo missing Sad


- mcborzu - 2010-10-17

Lets try a debug log...


- zwat - 2010-10-17

u'r not using my changes to the viewtype_landscape_fanart.xml? Big Grin


- Ballistic - 2010-10-17

http://www.server-works.com/xbmclog.txt

log of a clean startup of xbmc, and adding a TV-Shows source.

Only thing that really notices me is:
DEBUG: GetImageHash - unable to stat url http://*********************************/TV-Shows2/American.Dad/logo.png


- zwat - 2010-10-17

that is out of my league to find out atleast.


- ppic - 2010-10-17

Ballistic Wrote:http://www.server-works.com/xbmclog.txt

log of a clean startup of xbmc, and adding a TV-Shows source.

Only thing that really notices me is:
DEBUG: GetImageHash - unable to stat url http://*********************************/TV-Shows2/American.Dad/logo.png

what's your problem ? logo or scan ?


- Ballistic - 2010-10-17

Logo's

They arent bieng picked up, all i see is the "Logo Missing" images.


- atomfire - 2010-10-18

I am also having an issue with logos, previously they worked under dharma2, they were all downloaded using the script and are still there however under dharma3 they do not show Sad


- Flomaster - 2010-10-20

so I just installed xbmcFreak from scratch, I git a git clone on the night skin and my logos too aren't working. it says it can't find the logo.script

here is my debug log.
http://flomaster.pastebin.com/XPWeAmxq

Code:
19:44:48 T:3055519616 M:2978660352   DEBUG: ExecuteXBMCAction : Translating XBMC.RunScript(script.logo-downloader,mode=bulk,clearart=False,logo=True,showthumb=False)
19:44:48 T:3055519616 M:2978660352   DEBUG: ExecuteXBMCAction : To XBMC.RunScript(script.logo-downloader,mode=bulk,clearart=False,logo=True,showthumb=False)
19:44:48 T:3055519616 M:2978660352   DEBUG: ADDON: cpluff: 'Could not return information about unknown plug-in script.logo-downloader.'
19:44:48 T:3055519616 M:2978660352   ERROR: Python script "script.logo-downloader" does not exist


-=Jason=-


- mcborzu - 2010-10-20

Flomaster Wrote:so I just installed xbmcFreak from scratch, I git a git clone on the night skin and my logos too aren't working. it says it can't find the logo.script

here is my debug log.
http://flomaster.pastebin.com/XPWeAmxq

Code:
19:44:48 T:3055519616 M:2978660352   DEBUG: ExecuteXBMCAction : Translating XBMC.RunScript(script.logo-downloader,mode=bulk,clearart=False,logo=True,showthumb=False)
19:44:48 T:3055519616 M:2978660352   DEBUG: ExecuteXBMCAction : To XBMC.RunScript(script.logo-downloader,mode=bulk,clearart=False,logo=True,showthumb=False)
19:44:48 T:3055519616 M:2978660352   DEBUG: ADDON: cpluff: 'Could not return information about unknown plug-in script.logo-downloader.'
19:44:48 T:3055519616 M:2978660352   ERROR: Python script "script.logo-downloader" does not exist


-=Jason=-
Do you have the script

actually I recommend installing via the repo. As of this post the Repo and git are identical. That way it'll automatically install the scripts needed:
Quote:<import addon="script.recentlyadded" version="1.0.8"/>
<import addon="script.favourites" version="1.0.3"/>
<import addon="script.logo-downloader" version="2.1.3"/>
<import addon="script.randomitems" version="1.0.3"/>
<import addon="script.tv.show.next.aired" version="2.0.1"/>

Or just download those one by one...


- Flomaster - 2010-10-20

I didn't see it in the repo I'll have another look.

well looking in the official xbmc repo under programs there is not a log script downloader to be had for me. I also looked in Tv section and it wasn't there either

-=Jason=-

EDIT: its working now after using wget to grab the zip file and installing from zip via the addons section


but i swear when going to xbmc repo > programs> there isn't a logo downloaded to be added.