Skip to content

Instantly share code, notes, and snippets.

@gmt4
Created September 10, 2024 08:11
Show Gist options
  • Save gmt4/2ee27d245877f4e9b46184248c0c0d75 to your computer and use it in GitHub Desktop.
Save gmt4/2ee27d245877f4e9b46184248c0c0d75 to your computer and use it in GitHub Desktop.
oneliner mpvc radio-browser player
#!/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