• 1
  • 17
  • 18
  • 19(current)
  • 20
  • 21
  • 42
Release GlobalSearch Script
Another weird one for you.

I got the star rating working for movies, TV shows, episodes, and albums but not songs. When I checked the actual label it was using most songs had rating-48.png whereas all the other categories are using rating0.png to rating5.png. I've checked the ratings in song info and they're correct.

Thanks.
Reply
(2015-05-17, 23:23)Hitcher Wrote: Another weird one for you.

I got the star rating working for movies, TV shows, episodes, and albums but not songs. When I checked the actual label it was using most songs had rating-48.png whereas all the other categories are using rating0.png to rating5.png. I've checked the ratings in song info and they're correct.

Thanks.

thanx for the headsup!
will fix that one as well.
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
I take it there's no way to get the cast list on the info dialog?

EDIT: For the episodes it would be nice to have ListItem.Property(Art(tvshow.poster)).

Thanks.
Reply
(2015-05-20, 12:27)Hitcher Wrote: I take it there's no way to get the cast list on the info dialog?

EDIT: For the episodes it would be nice to have ListItem.Property(Art(tvshow.poster)).

Thanks.

both are possible, but will come at a cost.
processing the cast list will almost triple to time needed for the movies search.

to get a tvshow thumb for episodes will require an additional json call for every episode.
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
OK, no worries.
Reply
+1 for Episode Posters. Would it be a big performance hit to just have it for the info dialog?
Arctic Fuse - Alpha now available. Support me on Ko-fi.
Reply
Hi,

should the 'tv shows' container include shows when searching for an actor? for instance if I search for 'kiefer' I only get Actors as an available container? Can it check tvshows for actors and return container 120 if found?

Or is the skin I'm using not doing something correctly?
SKIN: Aeon Madnox
RIP Schimi2k, we miss you.
When I grow up I want to be a skilled skinner
Thank me by ⬇ adding to my + reputation
Reply
(2015-06-22, 18:26)Mike_Doc Wrote: Hi,

should the 'tv shows' container include shows when searching for an actor? for instance if I search for 'kiefer' I only get Actors as an available container? Can it check tvshows for actors and return container 120 if found?

the addon only queries the movie database when searching for an actor.
currently, i have no intention to add support for tv shows.
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
(2015-06-21, 02:21)jurialmunkey Wrote: Would it be a big performance hit to just have it for the info dialog?

it would only need 1 json query in that case.
it will delay the appearance of the dialog a bit, but it might be hardly noticeable.
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
Ok, thank for letting me know Ronie.

Also, I get a python error when trying 'I' to check if the skin version of script-globalsearch-infodialog.xml is working ok.

logfile

Mike
SKIN: Aeon Madnox
RIP Schimi2k, we miss you.
When I grow up I want to be a skilled skinner
Thank me by ⬇ adding to my + reputation
Reply
(2015-06-22, 18:40)Mike_Doc Wrote: Ok, thank for letting me know Ronie.

Also, I get a python error when trying 'I' to check if the skin version of script-globalsearch-infodialog.xml is working ok.

logfile

Mike

id "200" is the container used for epg info.
i noticed my README had some incorrect info on this, so i corrected it.
https://github.com/ronie/script.globalse...aa3ecb70ad
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
Thanks Ronnie, is there something I can do to correct the python error? is there a solution for the error with '200'?
SKIN: Aeon Madnox
RIP Schimi2k, we miss you.
When I grow up I want to be a skilled skinner
Thank me by ⬇ adding to my + reputation
Reply
(2015-06-22, 19:21)Mike_Doc Wrote: Thanks Ronnie, is there something I can do to correct the python error? is there a solution for the error with '200'?

what skin are you using?
it needs to add a container with id="200" to script-globalsearch-infodialog.xml
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
Thanks Ronnie, my own mod of Aeon Shednox mod skin, 200 isn't referenced in infodialog. it only seems to reference container (100) so it may be a fact that it's never worked. I've just had to update main for actors, hence my search question and now looks like I've got some work to do on infodialog.

Mike.
SKIN: Aeon Madnox
RIP Schimi2k, we miss you.
When I grow up I want to be a skilled skinner
Thank me by ⬇ adding to my + reputation
Reply
Today, I started getting on the Global Search addon that the "add-on is incompatible or has been marked broken in repository and Dependencies not met" on two of my Kodi media centers running Kodi 14.2
Reply
  • 1
  • 17
  • 18
  • 19(current)
  • 20
  • 21
  • 42

Logout Mark Read Team Forum Stats Members Help
GlobalSearch Script1