Skip to content

alpineyahoo/bgm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

bgm

MacOS CLI Stream player using mpv

Requirement

$ brew install gum lynx
# bgm uses gum to select stream station
# bgm uses lynx to extract URLs from websites

Installation

$ mkdir ~/.local
$ cd ~/.local
$ git clone https://github.com/alpineyahoo/bgm.git
$ cd bgm
$ make

Usage

$ bgm # ask you to select station and play

Ctrl-C: Quit
Press Q: Stop playing and quit
Go to mpv.io to see mpv manual or run man mpv.

Misc

Files in ~/Library/Application Support/local.bgm.stream must be shell scripts which return single/multiple URLs, e.g., echo "<stream_url>". Double-quotes the URL.

About

Stream player using mpv

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published