Home

Awesome

Radio-beats

A rofi-like menu for playing radio stations on MacOS.

demo.jpg

Why?

Dependencies

Installation

  1. Download the dependencies with Homebrew.
brew install choose-gui mpv
  1. Now clone this repository and give the script executable permissions:
$ git clone https://github.com/quangnguyen30192/radio-beats
$ cd radio-beats
$ chmod +x radio-beats
  1. Add your radio database: create a music.csv file
Name, Link
Ngay mai nguoi ta lay chong,https://www.youtube.com/watch?v=WL11bwvAYWI&list=RDWL11bwvAYWI&start_radio=1
id 072019,https://www.youtube.com/watch?v=leJb3VhQCrg
CHẮC GÌ ANH YÊU CÔ ẤY - HƯƠNG LY VERSION PIANO,https://www.youtube.com/watch?v=LR0qtcldQ6M
OST NGU THUA HAN,https://www.youtube.com/watch?v=Lgahj5-7fDI
MOT BUOC YEU VAN DAM DAU,https://www.youtube.com/watch?v=6i41YbU4QuA,
NGAM PHAO HOA,https://www.youtube.com/watch?v=oDCB-9Fy05Y
AI doi minh duoc mai,https://www.youtube.com/watch?v=sNRnMqDl74M
  1. Link your music.csv to the script
#!/bin/bash
DATABASE="$HOME/dev/music.csv"
  1. Now the script is ready to use!
./radio-beats

Linux 🐧

The linux version of this script is pretty much identical, replacing notifications function with notify-send, and choose-gui with rofi

Extra Tips 📝

cmd + shift - m :~/.yadr/bin/radio-beats

Now you could get your radio-beats up from anywhere

status.jpg