yaronzz / Tidal-Media-Downloader-PRO

Download 'TIDAL' Music On Windows/Linux/MacOs (PYTHON/C#)
http://yaronzz.com/post/tidal_dl_installation/
Apache License 2.0
1.21k stars 123 forks source link

Cant download some albums #43

Closed namhpdn closed 2 years ago

namhpdn commented 4 years ago

https://tidal.com/browse/track/113625366

Its this album of Queen that I can't download some songs. I was stuck at one song and couldn't finish downloading the rest of the album.

Here's the photo: https://imgur.com/ZdVrpiu

Wim1975 commented 4 years ago

Is already fixed but not yet released !

When you look up the full title (including version info) in Tidal you'll see that both songs that you cannot download are having a '/' symbol in their version name : First : "Barcelona (Remastered 2011 / Single Version)" Since version 1.2.0.5 the program is saving tracks WITH that extra version information in their filenames I asked for that addition because there are quite some albums (especially singles/EPs) have multiple versions of the same song (Song title, Song title (Live), Song title (2007 remaster)) would all end up with the same name (Song title.flac)

Unfortunately the added version information was not checked for illegal characters ( ':', '/', '"', ...) and as a result the program is now trying to create a file the OS doesn't allow to be created in such cases.

It might be possible when you browse to the folder you'll see a folder "Barcelone (Remastered 2011" because the '/' symbol is not replaced and the OS sees it as a seperator for folders.

I reported the bug the same day 1.2.0.5 was released and it is already fixed, ... but not yet released. version 1.2.0.6 should solve this. I asked for several other bug fixes. You can try previous version 1.2.0.4 and the tracks will rip perfectly (but the filenames will not contain the extra version info that is shown in Tidl)

(Maybe you could buy the developer some coffee's, it encourages him to make the adjustments for a new release !)

Grtz.

MrThickDick commented 3 years ago

Thanks, I didn't even think to use the previous version for some reason :)

github-actions[bot] commented 2 years ago

This issue has been automatically marked as stale because it has not had recent activity.