mirror of
https://github.com/ovosimpatico/radio.garden-to-m3u.git
synced 2026-01-15 14:12:53 -03:00
eb3501986eeb9dd0f7e5719e05da4ed8ab18ecfa
Improved URL resolving by filling the M3U with real URLs
Radio.garden to M3U
Generate an M3U playlist from radio.garden public API data
Pre-requisites • Installation • License • Disclaimer • Acknowledgements
Pre-requisites
- Python
Installation
- 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"
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
Languages
Python
100%
