radio

a command line radio player, using mpd/mpv as a backend
git clone git://git.alex.balgavy.eu/radio.git
Log | Files | Refs | README | LICENSE

commit a746b808ac03acd48a73e563d505c4ce27a56ee9
parent 1adc7d59a27093f9b460d0e45f81e0c701fdd2f1
Author: Alex Balgavy <8124851+thezeroalpha@users.noreply.github.com>
Date:   Wed, 12 May 2021 14:57:11 +0200

Update README.md

Diffstat:
MREADME.md | 4+++-
1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/README.md b/README.md @@ -1,6 +1,8 @@ # radio: a command line radio player -Requires Ruby, and uses [mpv](https://mpv.io) as a backend. +Requires Ruby, and uses [mpv](https://mpv.io) or [mpc](https://www.musicpd.org/clients/mpc/)+[mpd](https://www.musicpd.org/) as a backend, with preference for mpd. +Playing subreddits via mpd is not yet supported, so you will need both mpv and mpc+mpd installed if you want full functionality. + The default radio channels are defined in the file [`/usr/local/etc/radio/urls`](./urls). They can be overridden by defining channels in the file `$HOME/.config/radio/urls`; if this file is present, `/usr/local/etc/radio/urls` is not read. The file uses the standard conf syntax.