Added new modes: interactive, download and lucky

Save files in separated folders when more than one disc. Fix for #13

Handle albums with the same name and different qualities. Fix for #15

Support for embedded artwork. Fix for #12

Check if the file exists before downloading

New README
This commit is contained in:
vitiko98
2020-12-09 14:52:18 -04:00
parent c54eb71713
commit 621c609721
9 changed files with 513 additions and 134 deletions
+3 -2
View File
@@ -15,7 +15,7 @@ if os.name == "nt":
setup(
name=pkg_name,
version="0.4.2",
version="0.5",
author="Vitiko",
author_email="vhnz98@gmail.com",
description="The complete Lossless and Hi-Res music downloader for Qobuz",
@@ -38,5 +38,6 @@ setup(
python_requires=">=3.6",
)
# python setup.py sdist
# python3 setup.py sdist bdist_wheel
# rm -f dist/*
# twine upload dist/*