radiobrowser-api
radiobrowser-api copied to clipboard
radio browser server api
I'm working on Perl 6 bindings for radiobrowser-api and found myself in need to fetch the whole list of stations. Waiting for 60+ seconds proved to be rather boring. Hence...
The playlists downloaded from [radio-browser.info](http://www.radio-browser.info/) mostly comes shipped with "Official" URLs, links that are copy/pasted from the website that hosts the radio station. Some of these links will redirect you...
I wish to generate a playlist for "SomaFM" and http://www.radio-browser.info/gui/#/bytag/alternative%20rock How do I do it?
find a way to mirror multiple servers so that it would be possible to add fallback servers into the software which uses this api. maybe even support multiple IPs for...
The rewrite rules in `.htaccess` for accessing the API discard the existing query string [0]. Parameters like `limit`, `offset`, `order`, `reverse` and `hidebroken` don't work for GET requests, as the...
add examples for multiple programming languages to the documentation. java (android), javascript, c# (windows), python,... also add tutorial, with basic way of using the api, how it is intended to...
Here I am again :) It's easy to filter broken stations out of the counts in country or tags lists or so, but for requests such as http://www.radio-browser.info/webservice/json/stations/bytagexact/ambient it is...
What about compressing the API results to lower bandwidth usage? Adding the following lines to .htaccess might be all you'd need to do: AddOutputFilterByType DEFLATE application/json It might come at...
It is possible to show which application was used how often? Maybe you can add it here: > http://www.radio-browser.info/webservice/json/stats like: ``` Gradio: 25 % App B: 25% App C: 50%...
(moved from https://github.com/segler-alex/RadioDroid/issues/2 ) #### Server ouput add new fields for - clickcounts **"clicks":""** - UTC timestamp of last change **"upd":"YYYYMMDDHHMMSS"** - UTC timestamp of last data validation **"ok":"YYYYMMDDHHMMSS"** -...