Skip to content

etrusci-org/cool-webradios

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

67 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Cool Webradios

Webradios I like.

To listen, open cool-webradios.m3u in a media player. To get an overview, open cool-webradios.html in a web browser.

Dependencies

To listen to the webradios:

To run bin/chk.py:

sudo apt install python3
sudo apt install vlc
sudo apt install python3-vlc

Build

# check station channels for availability
# result will be written to log/chk.log
bin/chk.py

# bake m3u and html file with data from src/webradios.json
bin/bake.py

You can adjust the defaults in the if __name__ == '__main__': part of bin/chk.py and bin/bake.py.

Boo

On windows, if a [000001e6ce051950] main libvlc error: stale plugins cache: modified ..., error occurrs, open cmd as admin and run...

"C:\Program Files\VideoLAN\VLC\vlc-cache-gen.exe" "C:\Program Files\VideoLAN\VLC\plugins"

License

The Unlicense