ImAiiR / QobuzDownloaderX

QBDLX is a program that downloads streams directly from Qobuz
680 stars 118 forks source link

1.0.0.2 File Saving Questions #160

Closed pd2020pd closed 1 month ago

pd2020pd commented 1 month ago

Can you pls advise how to: 1- Save files in a directory under the title with the quality (example directory - "FLAC (24bit-48kHz)") 2-How to add a hyphen between the track# and the track title (example 01 - Title)

I got used to these settings on the previous version.

Thanks for the update!

vad62 commented 1 month ago
  1. Instead of the directory, which is not convenient, add the name of the album to the end of the variable to the template %ArtistName%-%AlbumTitle%[%Year%][%FormatWithHiResQuality%] and each album will be signed: Lewis Capaldi-How I'm Feeling Now[2023][FLAC (24bit-48kHz)]

  2. In the template of the name of the track between the variables, you need to write a hyphen: %TrackNumber%-%TrackArtist%-%TrackTitle% 01-Lewis Capaldi-How I'm Feeling Now.flac

  3. For the creator of the program, the interface when downloading was more informative, you can adjust the new one:

Снимок экрана 2024-10-18 в 12 35 36
pd2020pd commented 1 month ago

Thanks - perfect.