vitiko98 / qobuz-dl

A complete Lossless and Hi-Res music downloader for Qobuz
GNU General Public License v3.0
1.45k stars 192 forks source link

smart_discography = false #102

Open ghost opened 3 years ago

ghost commented 3 years ago

What does this option do?

shahzoorali commented 3 years ago

+1

What does it do?

martystack commented 3 years ago

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).""",
)