Kodi Community Forum
Release GlobalSearch Script - Printable Version

+- Kodi Community Forum (https://forum.kodi.tv)
+-- Forum: Support (https://forum.kodi.tv/forumdisplay.php?fid=33)
+--- Forum: Add-on Support (https://forum.kodi.tv/forumdisplay.php?fid=27)
+---- Forum: Program Add-ons (https://forum.kodi.tv/forumdisplay.php?fid=151)
+---- Thread: Release GlobalSearch Script (/showthread.php?tid=109301)

Pages: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42


RE: [Release] GlobalSearch Script - LongMan - 2016-10-11

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


RE: [Release] GlobalSearch Script - ronie - 2016-10-11

(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.


RE: [Release] GlobalSearch Script - tstrul - 2016-10-26

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?


RE: [Release] GlobalSearch Script - ronie - 2016-10-26

don't put quotes around the searchstring :-)

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


RE: [Release] GlobalSearch Script - tstrul - 2016-10-26

(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 :\


RE: [Release] GlobalSearch Script - ronie - 2016-10-26

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?


RE: [Release] GlobalSearch Script - Mike_Doc - 2016-10-27

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!


RE: [Release] GlobalSearch Script - Mike_Doc - 2016-10-27

Ronie,

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


RE: [Release] GlobalSearch Script - tstrul - 2016-10-29

(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?


RE: [Release] GlobalSearch Script - ronie - 2016-10-29

(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.


RE: [Release] GlobalSearch Script - ronie - 2016-10-29

(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.


RE: [Release] GlobalSearch Script - tstrul - 2016-10-29

(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.


RE: [Release] GlobalSearch Script - ronie - 2016-10-29

(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/script.globalsearch/
http://mirrors.kodi.tv/addons/jarvis/script.globalsearch/
http://mirrors.kodi.tv/addons/isengard/script.globalsearch/
http://mirrors.kodi.tv/addons/helix/script.globalsearch/
http://mirrors.kodi.tv/addons/gotham/script.globalsearch/
http://mirrors.kodi.tv/addons/frodo/script.globalsearch/
http://mirrors.kodi.tv/addons/eden/script.globalsearch/


RE: [Release] GlobalSearch Script - tstrul - 2016-10-29

(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/script.globalsearch/
http://mirrors.kodi.tv/addons/jarvis/script.globalsearch/
http://mirrors.kodi.tv/addons/isengard/script.globalsearch/
http://mirrors.kodi.tv/addons/helix/script.globalsearch/
http://mirrors.kodi.tv/addons/gotham/script.globalsearch/
http://mirrors.kodi.tv/addons/frodo/script.globalsearch/
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?


RE: [Release] GlobalSearch Script - ronie - 2016-10-30

nope no idea...you would need to check what the value of searchstring is that gets passed to globalsearch