Skip to content

Script that fetches metadata from a radio and downloads the corresponding MP3's from Youtube

Notifications You must be signed in to change notification settings

dest4/radio-playlist-generator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

radio-playlist-generator

Script that fetches metadata from a radio and downloads the corresponding MP3's from Youtube. I am not a lawyer. Please check that this program is legal in your jurisdiction before running it.

Installation

npm install
wget https://yt-dl.org/downloads/latest/youtube-dl

If you already have youtube-dl, make sure it is up to date with sudo youtube-dl -U

Usage

To get the list of supported radios:

node index.js

To watch for metadata changes, and download every new song in the musics folder:

node index.js "France" "Radio FG"

License

AGPL-3.0

About

Script that fetches metadata from a radio and downloads the corresponding MP3's from Youtube

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published