made the lyrics downloader actually working. Still needs much refactoring attention though

This commit is contained in:
Lars Noack 2022-11-10 10:03:04 +01:00
parent 0abc49f01c
commit 67cd750611

View File

@ -110,8 +110,8 @@ def cli(start_at: int = 0):
logging.info(f"{genre} has been set as genre.")
if start_at <= 0:
# search = search_for_metadata()
search = metadata.search.Option("release", "f8d4b24d-2c46-4e9c-8078-0c0f337c84dd", "Beautyfall")
search = search_for_metadata()
# search = metadata.search.Option("release", "f8d4b24d-2c46-4e9c-8078-0c0f337c84dd", "Beautyfall")
logging.info("Starting Downloading of metadata")
metadata_downloader = MetadataDownloader(database, METADATA_DOWNLOAD_LOGGER)
metadata_downloader.download(search)