how to start a search / set filter for audio db
#1
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
Kodi 18.7 on Windows 10 (2x)/FireTV Stick (5x)/Android (2x) | MariaDB 5 on Synology Diskstation DS115/DS216+II
Reply
#2
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 ....
Kodi 18.7 on Windows 10 (2x)/FireTV Stick (5x)/Android (2x) | MariaDB 5 on Synology Diskstation DS115/DS216+II
Reply

Logout Mark Read Team Forum Stats Members Help
how to start a search / set filter for audio db0