Open ghost opened 3 years ago
+1
What does it do?
from commands.py https://github.com/vitiko98/qobuz-dl/blob/master/qobuz_dl/commands.py
custom_parser.add_argument(
"-s",
"--smart-discography",
action="store_true",
help="""Try to filter out spam-like albums when requesting an artist's
discography, and other optimizations. Filters albums not made by requested
artist, and deluxe/live/collection albums. Gives preference to remastered
albums, high bit depth/dynamic range, and low sampling rates (to save space).""",
)
What does this option do?