Kodi Community Forum
how to start a search / set filter for audio db - Printable Version

+- Kodi Community Forum (https://forum.kodi.tv)
+-- Forum: Support (https://forum.kodi.tv/forumdisplay.php?fid=33)
+--- Forum: Skins Support (https://forum.kodi.tv/forumdisplay.php?fid=67)
+--- Thread: how to start a search / set filter for audio db (/showthread.php?tid=186122)



how to start a search / set filter for audio db - dt2510 - 2014-02-13

i try to display a list of all audio titles including the title of the track currently playing by clicking the track title (see screenshots). how can i do that ? i know how to place the button, where to find the track name but not what to call to display image 2 when i click the track on image 1 ...

Image

Image


RE: how to start a search / set filter for audio db - dt2510 - 2014-02-13

i just managed to open the search dialog using

Code:
<onclick>Back</onclick>
<onclick>ActivateWindow(MusicLibrary,return)</onclick>
<onclick>SendClick(10502,8)</onclick>

now i only need to send the track title to the edit field and simulate a "return" keypress ....