- Download the binary for your os.
- In same folder of the binary, create a
config.yml
file. Then put your initial configuration there. - In same folder of the binary, create a folder called
storage
. - Start the application on a terminal.
go install github.com/jibaru/gobeats/cmd/main@latest
You need to make public some Google Drive folder (and your mp3 files you want to read). Also, you need to generate a Google Drive API Key to fetch initial data.
Configuration | Description |
---|---|
google_drive.root_folder_key | Your Google Drive Folder Key |
google_drive.api_key | Your Google Drive API Key |
player.autoplay | Set autoplay |
player.initial_volume | Set initial volume (0 to 100) |
Key | Description |
---|---|
q | quit |
s | shuffle |
enter | plays selected song |
up-down arrows | scroll song list |
p | pause |
r | resume |