• 1
  • 26
  • 27
  • 28(current)
  • 29
  • 30
  • 42
Release GlobalSearch Script
I see what you are getting at. The WAF is not as the good as that obtained from the search on the Home Screen. It will do for me. For my wife not so much. So I will still be called. Thanks for the info though.

Just curious, is there a technical limitation that would prevent the tags search being added to Global Search?

Cheers,
LongMan
Reply
(2016-10-11, 00:02)LongMan Wrote: Just curious, is there a technical limitation that would prevent the tags search being added to Global Search?

nah, none at all. just pointing out the functionality you're looking for is already there in other places.
either through the filter option, or by just navigating to the tag node in the movie library.
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
Hi,
direct search method doesn't seem to work:
Tried with super favourites isearch:
tried this method: RunScript(script.globalsearch,searchstring="WHATEVER")
or SF default:
RunScript("script.globalsearch",searchstring:"WHATEVER")

both seems to give an error or just bring up the search box.. any ideas?
Reply
don't put quotes around the searchstring :-)

this should work:
RunScript(script.globalsearch,searchstring=harry potter)
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
(2016-10-26, 02:57)ronie Wrote: don't put quotes around the searchstring :-)

this should work:
RunScript(script.globalsearch,searchstring=harry potter)

Tried Everything..
this is the code:
<favourite name="Global Search" thumb="special://home\addons\script.globalsearch\icon.png">RunScript(&quot;script.globalsearch&quot;,searchstring=[%SF%])?sf_options=fanart%3Dspecial%3A%2F%2Fhome%2Faddons%5Cscript.globalsearch%5Cfanart.jpg%26_options_sf&quotWink</favourite>
Originally it was:
<favourite name="Global Search" thumb="special://home\addons\script.globalsearch\icon.png">RunScript(&quot;script.globalsearch&quot;,searchstring:[%SF%])?sf_options=fanart%3Dspecial%3A%2F%2Fhome%2Faddons%5Cscript.globalsearch%5Cfanart.jpg%26_options_sf&quotWink</favourite>

%SF% means super favourites search term... stil i dont get anything :\
Reply
this works fine when i run it from favourites:
Code:
<favourite name="GlobalSearch" thumb="/home/ronie/.kodi/addons/script.globalsearch/icon.png">RunScript(&quot;script.globalsearch&quot;,searchstring=harry potter)</favourite>

that being said, i'm not familiar with super favourites, perhaps the superfavourites addon dev can help you out?
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
Hi Ronie,

Just adding 230 for director but noticed 210 don't seem to be working with 7.3.1 on Beta4? I'm searching for 'clint eastwood' and I don't get actor for him and have several of his films in my library? Tried 'tom cruise' as well and got nothing also

Any suggestions? checked this thread and skinning and don't see any krypton changes and it's same xml from Jarvis which works ok in Jarvis. Jarvis returns 31 items for actor for clint.

Mike.

EDIT: Ignore me Ronie, for some reasons actors was turned off in config. All good now and Director looks ok once turned on as well. Doh!
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
Ronie,

could clearlogo be made available as a property for movies and tvshows for the infodialog?
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
(2016-10-26, 11:18)ronie Wrote: this works fine when i run it from favourites:
Code:
<favourite name="GlobalSearch" thumb="/home/ronie/.kodi/addons/script.globalsearch/icon.png">RunScript(&quot;script.globalsearch&quot;,searchstring=harry potter)</favourite>

that being said, i'm not familiar with super favourites, perhaps the superfavourites addon dev can help you out?

Worked fine for me as well :\
i Gues its superfavourites problem :\ shame it does not maintained anymore...

maye there is another way querying this addon? something with ActivateWindow?
Reply
(2016-10-29, 15:17)tstrul Wrote: maye there is another way querying this addon? something with ActivateWindow?

nope, there's no way you can run a script like that.
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
(2016-10-27, 17:44)Mike_Doc Wrote: Ronie,

could clearlogo be made available as a property for movies and tvshows for the infodialog?

sure, i'll probably add support for logos as well then.
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
(2016-10-29, 20:37)ronie Wrote:
(2016-10-29, 15:17)tstrul Wrote: maye there is another way querying this addon? something with ActivateWindow?

nope, there's no way you can run a script like that.

Maybe you have available links to previous releases? (i didnt find any on github) I figured it worked before and stopped working after development stopped so maybe i could find a version that works with isearch and then check what have changed.
Reply
(2016-10-29, 22:35)tstrul Wrote:
(2016-10-29, 20:37)ronie Wrote:
(2016-10-29, 15:17)tstrul Wrote: maye there is another way querying this addon? something with ActivateWindow?

nope, there's no way you can run a script like that.

Maybe you have available links to previous releases? (i didnt find any on github) I figured it worked before and stopped working after development stopped so maybe i could find a version that works with isearch and then check what have changed.

there's plenty to choose from ;-)
http://mirrors.kodi.tv/addons/krypton/sc...balsearch/
http://mirrors.kodi.tv/addons/jarvis/scr...balsearch/
http://mirrors.kodi.tv/addons/isengard/s...balsearch/
http://mirrors.kodi.tv/addons/helix/scri...balsearch/
http://mirrors.kodi.tv/addons/gotham/scr...balsearch/
http://mirrors.kodi.tv/addons/frodo/scri...balsearch/
http://mirrors.kodi.tv/addons/eden/script.globalsearch/
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
(2016-10-29, 22:46)ronie Wrote:
(2016-10-29, 22:35)tstrul Wrote:
(2016-10-29, 20:37)ronie Wrote: nope, there's no way you can run a script like that.

Maybe you have available links to previous releases? (i didnt find any on github) I figured it worked before and stopped working after development stopped so maybe i could find a version that works with isearch and then check what have changed.

there's plenty to choose from ;-)
http://mirrors.kodi.tv/addons/krypton/sc...balsearch/
http://mirrors.kodi.tv/addons/jarvis/scr...balsearch/
http://mirrors.kodi.tv/addons/isengard/s...balsearch/
http://mirrors.kodi.tv/addons/helix/scri...balsearch/
http://mirrors.kodi.tv/addons/gotham/scr...balsearch/
http://mirrors.kodi.tv/addons/frodo/scri...balsearch/
http://mirrors.kodi.tv/addons/eden/script.globalsearch/

Well... it worked prefectly in version 5.
I noticed something else, super favourites isearch calls your addon using this script (this explains why they used : instead of = in the searcher settings):
http://pastebin.com/n0mhMGTE

Can you notich any change i can do in super favourites script that calls your script in order to make it work?
Reply
nope no idea...you would need to check what the value of searchstring is that gets passed to globalsearch
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
  • 1
  • 26
  • 27
  • 28(current)
  • 29
  • 30
  • 42

Logout Mark Read Team Forum Stats Members Help
GlobalSearch Script1