qobuz-dl icon indicating copy to clipboard operation
qobuz-dl copied to clipboard

Title is saved truncated

Open lopiuh opened this issue 2 years ago • 3 comments

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

lopiuh avatar Aug 06 '22 07:08 lopiuh

use

find . -type f -iname '*.flac' -print0 | xargs --null flac 2>&1 -wst | grep -vi "md5 signature"

to find these files

yours lopiuh

lopiuh avatar Aug 29 '22 20:08 lopiuh

https://github.com/vitiko98/qobuz-dl/pull/183

gp-slick-coder avatar Dec 12 '22 17:12 gp-slick-coder

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

Ghoost666 avatar Jan 06 '23 04:01 Ghoost666