Search found 2 matches

by brontosaurusrex
Fri May 02, 2014 1:04 pm
Forum: SCRIPTS (/usr/local/bin)
Topic: another radio script (updated to v2)
Replies: 20
Views: 7814

Re: another radio script (updated to v2)

Love the script, thanks for sharing. p.s. I'd add a small buffer to mpg123 line like -b 2000 edit: a mpv edition, since mpv supports more audio formats; #!/bin/bash STREAM_FILE=~/bin/radiolist [[ ! -f "$STREAM_FILE" ]] && echo "$STREAM_FILE does not exist" && exit...
by brontosaurusrex
Fri May 02, 2014 12:51 pm
Forum: CONFIGS & XRESOURCES (/home/bbq/.config)
Topic: easy-peasy radio script
Replies: 7
Views: 6156

Re: easy-peasy radio script

Thanks for sharing this, I have added some buffering to the mpg123 line (-b 2000), but otherwise working as expected.