Created
September 10, 2024 08:11
-
-
Save gmt4/2ee27d245877f4e9b46184248c0c0d75 to your computer and use it in GitHub Desktop.
oneliner mpvc radio-browser player
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/sh | |
# @file mpvc-radio-browser: script for playing radio-browser channels using github.com/gmt4/mpvc | |
curl -fsSL "https://de1.api.radio-browser.info/csv/stations/topvote" | head -n 64 | awk -F, '{ if (length($0) < 680) print $5","$4","$9}' | column -s, -t | mpvc-fzf -F |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment