GlobalSearch - tiny changes
#16
(2012-03-23, 12:01)Eddage Wrote: With regards to the show thumb I currently use...

<texture diffuse="breeze/home/folder tile dif.png">$INFO[ListItem.path,,../season00.tbn]</texture>

for dialogvidinfo for episodes, is there a way to do something similar? I tried the same method but I think the problem is that path in the addon shows the filename as well? I'm still not entirely sure how to use the commas and periods in conjunction with the path, I've just cobbled it together by looking at other skins!

infolabels can be formatted as infolabel,prefix,postfix,
it's explained in detail in the wiki: Label_Parsing

the dots (..) are a trick to load an image from the parent folder.

never tried it myself, so i'm not sure if it'll work with globalsearch.


btw. i've pushed an update to the repo that should fix the issues you've reported.
Do not PM or e-mail Team-Kodi members directly asking for support.
Always read the Forum rules, Kodi online-manual, FAQ, Help and Search the forum before posting.
Reply
#17
for frodo:

if your skin includes a customized script-globalsearch-main.xml
you may need to make this change:
ListItem.Property(Fanart_Image) -> ListItem.Property(Fanart)

script.globalsearch-1.0.4.zip
Do not PM or e-mail Team-Kodi members directly asking for support.
Always read the Forum rules, Kodi online-manual, FAQ, Help and Search the forum before posting.
Reply

Logout Mark Read Team Forum Stats Members Help
GlobalSearch - tiny changes0