Prepare V0.2
This commit is contained in:
@@ -50,7 +50,7 @@ CONFIG_VALUES = {
|
|||||||
SONG_ARCHIVE: { 'default': '', 'type': str, 'arg': '--song-archive' },
|
SONG_ARCHIVE: { 'default': '', 'type': str, 'arg': '--song-archive' },
|
||||||
ROOT_PATH: { 'default': '', 'type': str, 'arg': '--root-path' },
|
ROOT_PATH: { 'default': '', 'type': str, 'arg': '--root-path' },
|
||||||
ROOT_PODCAST_PATH: { 'default': '', 'type': str, 'arg': '--root-podcast-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' },
|
DOWNLOAD_LYRICS: { 'default': 'False', 'type': bool, 'arg': '--download-lyrics' },
|
||||||
LYRICS_LOCATION: { 'default': '', 'type': str, 'arg': '--lyrics-location' },
|
LYRICS_LOCATION: { 'default': '', 'type': str, 'arg': '--lyrics-location' },
|
||||||
LYRICS_FILENAME: { 'default': '{artist}_{song_name}', 'type': str, 'arg': '--lyrics-filename' },
|
LYRICS_FILENAME: { 'default': '{artist}_{song_name}', 'type': str, 'arg': '--lyrics-filename' },
|
||||||
|
|||||||
Reference in New Issue
Block a user