![]() |
Rest API for browsing album, artists - Printable Version +- Moode Forum (https://moodeaudio.org/forum) +-- Forum: moOde audio player (https://moodeaudio.org/forum/forumdisplay.php?fid=3) +--- Forum: Support (https://moodeaudio.org/forum/forumdisplay.php?fid=7) +--- Thread: Rest API for browsing album, artists (/showthread.php?tid=2871) |
Rest API for browsing album, artists - pana800 - 08-10-2020 Dear all, I recently switched from Volumio to Moode for its nicer sound (my personally taste). One of the feature I'm looking for is the browsing using command or web API. Something like <volumio.local/api/v1/browse?uri=uri> where the uri is the uri we want to browse like "playlist", "library" Could you advise if there is such command or way to implement the same in Moode? I need this for making my json file for my remote. Thanks so much RE: Rest API for browsing album, artists - TheOldPresbyope - 08-10-2020 @pana800 A ready-to-use option in moOde is the DLNA server function which can be enabled in m> Config > Audio. If DLNA isn't to your liking, then you can always start with the moODe source code repository and write your own RESTful API. Regards, Kent RE: Rest API for browsing album, artists - pana800 - 08-10-2020 (08-10-2020, 01:05 PM)TheOldPresbyope Wrote: @pana800 Thanks for the advice. Will try it. |