Kodi Community Forum

Full Version: Logo's not working
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2 3
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?
delete texture.db
Where can i find that?

I do have a Textures.xbt in the Media folder though
In your xbmc/userdata/Database directory.
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
Lets try a debug log...
u'r not using my changes to the viewtype_landscape_fanart.xml? Big Grin
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://*********************************...d/logo.png
that is out of my league to find out atleast.
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://*********************************...d/logo.png

what's your problem ? logo or scan ?
Logo's

They arent bieng picked up, all i see is the "Logo Missing" images.
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
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=-
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...
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.
Pages: 1 2 3