ovosimpatico 005e76ae4c Initial commit
2024-02-28 22:24:51 -03:00
2024-02-28 22:24:51 -03:00
2024-02-28 17:16:01 +00:00
2024-02-28 22:24:51 -03:00
2024-02-28 22:24:51 -03:00

Radio.garden -> m3u

A software that creates a m3u playlist from radio.garden public API data.

Pre-requisites

  • Python

How to use

  1. Clone the repository
git clone https://github.com/ovosimpatico/radio.garden-to-m3u.git
  1. Run the script
python main.py --country COUNTRY --state STATE

The m3u file will be created in the same directory as the script, as radio.m3u. It can be used on any player that supports m3u playlists, such as VLC or MPV.

Examples:

python main.py --country "Brazil" --state "SP"
python main.py --country "United States" --state "LA"
python main.py --country "Bulgaria"

License

This project is licensed under the Affero General Public License v3.0. See the LICENSE file for details.

Disclaimer

This project is not affiliated with radio.garden in any way. It uses the public API provided by the website to create a m3u playlist.

Acknowledgements

Description
A software that creates a m3u playlist from radio.garden public API
Readme AGPL-3.0 588 KiB
Languages
Python 100%