summaryrefslogtreecommitdiffstats
path: root/streams.md
diff options
context:
space:
mode:
Diffstat (limited to 'streams.md')
-rw-r--r--streams.md4
1 files changed, 3 insertions, 1 deletions
diff --git a/streams.md b/streams.md
index 8a0cf56..c554888 100644
--- a/streams.md
+++ b/streams.md
@@ -53,4 +53,6 @@ imported from [kmein's mpd setup](https://github.com/kmein/niveum/blob/37f570a97
# Even More
-[This repository](https://github.com/josiahmokob0/online-radio/tree/master/src/data/countries) seems to list almost all major radio stations of every country with direct streaming links. \ No newline at end of file
+[This repository](https://github.com/josiahmokob0/online-radio/tree/master/src/data/countries) seems to list almost all major radio stations of every country with direct streaming links.
+
+From within the repo run `jq -rs 'map(map(.url_resolved)) | flatten | .[]' < src/data/countries/*.json | sort | uniq ` to get all streaming urls: http://paste.r/N2dVZnPq#worldradio.m3u \ No newline at end of file