qobuz-dl
qobuz-dl copied to clipboard
Title is saved truncated
Hi,
sometimes (I do several parallel downloads with multiple terminals started und qobuz-dl run) a title gets saved "half way" maybe it is deliverd from qobuz in that way but it would be detectable because the output in the terminal is
Cristal Mind was already downloaded 17.9M/35.3M /// Naturalis Principia Musica Completed
You see qobuz-dl says "completed" (and not error) but the downloaded amount (17.9M) ius unequal the target amount (35.3M)
renaming the corrupt file and startzing again leads to a correct download.
Doing a file diff with a good and a corrupt downloaded file it is not only the length but bytes beginning form the start of the file differs (playing the file, the sound "seems" the same).
Don't know whats going on there.
lopiuh
use
find . -type f -iname '*.flac' -print0 | xargs --null flac 2>&1 -wst | grep -vi "md5 signature"
to find these files
yours lopiuh
https://github.com/vitiko98/qobuz-dl/pull/183
Nice that this is fixed, is it available now? i wanted to start downloading my saved Albums somewhat soon again anyway it drove me crazy and i still have a few albums with this problem