From ea6747e4e27d1413c7c3918de330dce5bcae66b5 Mon Sep 17 00:00:00 2001 From: unknown Date: Thu, 18 Dec 2025 23:24:23 +0100 Subject: [PATCH] Prepare V0.2 --- zotify/config.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zotify/config.py b/zotify/config.py index 1e0cfbe..a5f3798 100644 --- a/zotify/config.py +++ b/zotify/config.py @@ -50,7 +50,7 @@ CONFIG_VALUES = { SONG_ARCHIVE: { 'default': '', 'type': str, 'arg': '--song-archive' }, ROOT_PATH: { 'default': '', 'type': str, 'arg': '--root-path' }, ROOT_PODCAST_PATH: { 'default': '', 'type': str, 'arg': '--root-podcast-path' }, - SPLIT_ALBUM_DISCS: { 'default': 'True', 'type': bool, 'arg': '--split-album-discs' }, + SPLIT_ALBUM_DISCS: { 'default': 'False', 'type': bool, 'arg': '--split-album-discs' }, DOWNLOAD_LYRICS: { 'default': 'False', 'type': bool, 'arg': '--download-lyrics' }, LYRICS_LOCATION: { 'default': '', 'type': str, 'arg': '--lyrics-location' }, LYRICS_FILENAME: { 'default': '{artist}_{song_name}', 'type': str, 'arg': '--lyrics-filename' },