Generate an M3U playlist from radio.garden public API data
Pre-requisites • Installation • License • Disclaimer • Acknowledgements
- Python
- Clone the repository
git clone https://github.com/ovosimpatico/radio.garden-to-m3u.git
- 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"
This project is licensed under the Affero General Public License v3.0. See the LICENSE file for details.
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.