class Settings: DEFAULT_DOWNLOAD_DIRECTORY = 'music/' ARTIST_IMAGES_SUB_DIR = '_Artists' PLAYLIST_METADATA_SUB_DIR = '_Playlists' CATEGORY_METADATA_SUB_DIR = '_Categories' GLOBALS_SAVE_FILE = '_downloaded_store.json' VERBOSE_OUTPUTS = False AUTO_DOWNLOAD_PLAYLIST_METADATA = True DOWNLOADS_FILE_SAVE_INTERVAL = 15