From 5fd2656dbd4a92ed994d1c4a3c5654433740c19e Mon Sep 17 00:00:00 2001 From: Jonas Heinrich Date: Sat, 12 Aug 2017 00:42:50 +0200 Subject: [PATCH] added further notes to the readme --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index 1434ce0..c54ef51 100644 --- a/README.md +++ b/README.md @@ -29,3 +29,10 @@ docker run -v /tmp/dockerdata:/data/data -v /tmp/nextcloud-app-radio:/opt/nextcl ## Reporting bugs You can report bugs in the public gitlab repository [here](https://git.project-insanity.org/onny/nextcloud-app-radio/issues) and for discussion you can find a section for the app in the offical Nextcloud forums [here](https://help.nextcloud.com/c/apps/radio). + +## Adding radio stations +This app uses a public and open database of radio stations as its backend, so any station you add in [radio-browser.info](http://www.radio-browser.info/) (no account required), will be also available in this app. Feel free to contribute :) + +## Credits +* [radio-browser.info](http://www.radio-browser.info/) database api as backend for this app +* Python example code to query stream metadata, took from [here](https://anton.logvinenko.name/en/blog/how-to-get-title-from-audio-stream-with-python.html).