From 67c3f31cf5d9a87f358c410ad53d2ed74747e001 Mon Sep 17 00:00:00 2001 From: Anonymous Date: Sat, 23 Jan 2021 16:49:04 +0100 Subject: Updated streams.md (markdown) --- streams.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'streams.md') 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 -- cgit v1.2.3