Skip to content

Latest commit

 

History

History
77 lines (54 loc) · 2.09 KB

README.md

File metadata and controls

77 lines (54 loc) · 2.09 KB

radio.garden_to_m3u logo

Radio.garden to M3U

Generate an M3U playlist from radio.garden public API data

Pre-requisitesInstallationLicenseDisclaimerAcknowledgements

Discord Language License

Pre-requisites

  • Python

Installation

  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