07-04-2025, 03:22 PM
https://github.com/moode-player/moode/issues/717
I posted a patch here which gets the SQL database from https://www.radio-browser.info/
ANd does simple unlz4 | grep magic to render a table fast.
I have some trouble finding out which is the best way to make the [import] radio as favorite button work.
Because the radio.php file seems to prefer being called as a request.
So wonder what's the best way to refactor code to support API I can call while supporting that web interface?
Or should I build an internal web request ?
And that leads me to the next question is there a documentation what's the recommended way to be bleeding edge so that I can test a patch ? Or is the build PI image what you typically use when testing patches ?
I posted a patch here which gets the SQL database from https://www.radio-browser.info/
ANd does simple unlz4 | grep magic to render a table fast.
I have some trouble finding out which is the best way to make the [import] radio as favorite button work.
Because the radio.php file seems to prefer being called as a request.
So wonder what's the best way to refactor code to support API I can call while supporting that web interface?
Or should I build an internal web request ?
And that leads me to the next question is there a documentation what's the recommended way to be bleeding edge so that I can test a patch ? Or is the build PI image what you typically use when testing patches ?