Home Screen Global Search
#1
Running V14.2 on OpenElec 5.08

Trying to map a key (WWW) on a PC remote to bring up the Global Search function on the Home Screen.

I can get the key mapped under Videos but cannot find a built in function that will work on the Home Screen. The button does activate the virtual keyboard, but no search results returned on the Home Screen only the Videos.

Anyone help me with this if there's a function I can't find?

My keymap :

<?xml version="1.0" encoding="UTF-8"?>
<keymap>
<home>
<keyboard>
<key id="61576">videolibrary.search</key>
</keyboard>
</home>
<global>
<keyboard>
<key id="61628">stop</key>
<key id="258118">fastforward</key>
<key id="258114">rewind</key>
<key id="127027">fullscreen</key>
<key id="389265">activatewindow(videos,movietitles)</key>
<key id="389169">activatewindow(music)</key>
<key id="389284">activatewindow(pictures)</key>
<key id="389267">activatewindow(videos,tvshowtitles )</key>
<key id="2158661">activatewindow(loginscreen)</key>
<key id="2158660">activatewindow(home)</key>
<key id="61626">skipnext</key>
<key id="61627">skipprevious</key>
<key id="61623">mute</key>
<key id="61625">volumeup</key>
<key id="61624">volumedown</key>
<key id="2159104">screenshot</key>
<key id="127055">contextmenu</key>
<key id="323593">activatewindow(favourites)</key>
</keyboard>
</global>
<videos>
<keyboard>
<key id="61576">videolibrary.search</key>
</keyboard>
</videos>
</keymap>
Reply
#2
do you mean the globalsearch addon?
if so, use: RunScript(script.globalsearch)

using the videolibrary.search from the home screen is not possible,
it will only work inside the video library section.
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
#3
No, the Home Screen but I'll give your suggestion a try.
Reply
#4
Thank you. That is just awesome.

Here is the line I added by using the 'Keymap Editor' addon.

<key id="61576">runaddon(script.globalsearch)</key>

Thanks again.
Reply
#5
Is the Global Search on the home page supposed to search through all add-ons as well? I try to search for movies and nothing ever pulls up.
Reply
#6
I'm sorry I didn't realize the mod removed. Where should I ask the question I had?
Reply
#7
Don't ask about piracy at all
Read/follow the forum rules.
For troubleshooting and bug reporting, read this first
Interested in seeing some YouTube videos about Kodi? Go here and subscribe
Reply
#8
Ok, well can Global Search search particular items within each add-on? Can I enter specific criteria and it pulls all matches from all add-ons?
Reply
#9
nope, it can only search for items in your libraries.
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
Home Screen Global Search0