mirror of
https://github.com/KevinMidboe/spotify-downloader.git
synced 2025-12-08 20:39:08 +00:00
Change default music folder (#225)
* Get default music folder via xdg-user-dirs * Add a test
This commit is contained in:
@@ -14,7 +14,7 @@ default_conf = { 'spotify-downloader':
|
||||
{ 'manual' : False,
|
||||
'no-metadata' : False,
|
||||
'avconv' : False,
|
||||
'folder' : os.path.join(sys.path[0], 'Music'),
|
||||
'folder' : internals.get_music_dir(),
|
||||
'overwrite' : 'prompt',
|
||||
'input-ext' : '.m4a',
|
||||
'output-ext' : '.mp3',
|
||||
|
||||
Reference in New Issue
Block a user