Hi Everyone. I am writing an extension that pulls in song info from a sql database for playback. I have most everything working, including calling “core.services.RoonApiBrowse.browse” and loading in the data (as seen from logs). However, I cannot understand how to get these songs to play. I think the path is to then call .load but the details are very minimal in the docs. Any help would be appreciated.
You have to use the browser api to drill down the hierarchy using load until you find the track you want to play. At that point you will see the play actions and can load the action you want.