Skip to content

Python/Qt script for listening to BBC/RAI radio stations using an external player (VLC by default)

License

Notifications You must be signed in to change notification settings

stefantalpalaru/bbc_radio

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 

Repository files navigation

BBC & RAI Radio Player

radio.py is a simple Internet radio script written in Python and Qt (using the PyQt5 bindings). It was tested with python-3.8.2 and PyQt5.14.2 .

VLC is used by default but you can specify another player along with some arguments for it like this:

./radio.py -p mplayer -- -cache 60 -cache-min 20 -playlist

Since you'd be doing this from a terminal emulator, remember to quit mplayer before closing radio.py window (radio.py will leave the player running upon exit, by design).

About

Python/Qt script for listening to BBC/RAI radio stations using an external player (VLC by default)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages