Skip to content

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

License

Notifications You must be signed in to change notification settings

ovosimpatico/radio.garden-to-m3u

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages