mirror of
https://github.com/KevinMidboe/spotify-downloader.git
synced 2025-10-29 18:00:15 +00:00
Accept additional command-line options
This commit is contained in:
@@ -14,7 +14,8 @@ DEFAULT_CONFIGURATION = {
|
||||
"encoder": "ffmpeg",
|
||||
"directory": spotdl.util.get_music_dir(),
|
||||
"overwrite": "prompt",
|
||||
"input-ext": "m4a",
|
||||
"quality": "best",
|
||||
"input-ext": "automatic",
|
||||
"output-ext": "mp3",
|
||||
"write-to": None,
|
||||
"trim-silence": False,
|
||||
@@ -22,8 +23,8 @@ DEFAULT_CONFIGURATION = {
|
||||
"dry-run": False,
|
||||
"music-videos-only": False,
|
||||
"no-spaces": False,
|
||||
"file-format": "{artist} - {track_name}.{output_ext}",
|
||||
"search-format": "{artist} - {track_name} lyrics",
|
||||
"file-format": "{artist} - {track-name}.{output-ext}",
|
||||
"search-format": "{artist} - {track-name} lyrics",
|
||||
"youtube-api-key": None,
|
||||
"skip": None,
|
||||
"write-successful": None,
|
||||
|
||||
Reference in New Issue
Block a user