Kodi Community Forum

Full Version: how to start a search / set filter for audio db
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
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
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 ....