Right click would display popup with Find (selected text) on
Spotify/Qobuz etc.. (probably depending what plugin is installed)

AFAIK, there is no standard API for these searches.

There's the "Global Search" available, which would then allow you to search a term in any of the search providers. You'd see this on a Touch or Radio from the main menu's Search feature. If you were interested I could look into the details of the implementation.

I believe with something like the following you'd get a menu structure to follow:

{
        "id": 0,
        "params": [
                "00:04:20...",
                [
                        "globalsearch",
                        "items",
                        "0",
                        100000,
                        "menu:1",
                        "search:abba"
                ]
        ],
        "method": "slim.request"
}

Then you can follow the links to the sub-menus which would be local music, radio stations etc.

--

Michael
_______________________________________________
plugins mailing list
[email protected]
http://lists.slimdevices.com/mailman/listinfo/plugins

Reply via email to