4 lines
282 B
Python
4 lines
282 B
Python
PROGRAMM: str = "music-kraken"
|
|
DESCRIPTION: str = """This program will first get the metadata of various songs from metadata providers like musicbrainz, and then search for download links on pages like bandcamp.
|
|
Then it will download the song and edit the metadata accordingly."""
|