Coder Social home page Coder Social logo

Comments (4)

Wim1975 avatar Wim1975 commented on June 16, 2024

For some reason the app won't download albums that end in ... such as these examples. I had this issue with a previous version but thought it was that specific album, after this album giving the same error I decided to post this. It doesn't have a problem with albums that start with ... though and it creates the folder for the album fine, so I'm not sure what the problem is. Another weird thing is it doesn't seem to have the same problem with albums that end in one period, only three.

It's actually hard to find albums that end with ... but here are three just to show that it's not just a bad album or something.
https://tidal.com/browse/album/128529449
https://tidal.com/browse/album/234017
https://tidal.com/browse/album/115155695

I also tried this album since it had multiple things Windows doesn't like and ends in \ and it downloaded without any problem replacing the \ with ----. So it must be something about ... that causes this. Maybe they need to be changed to --- instead of just apparently being omitted when the folder is renamed during downloading or something.
https://tidal.com/browse/album/36594337

Hi MrThickDick... I noticed the same. Normally dots should not be a problem in foldernames...

Note to the developer : (i'm one myself)
A single dot (without anything else between backslashes) like in ".\abc" means the folder "abc" in the current folder.
Two dots like in "..\abc" means one folder up (and "....\abc" two folders up etc...). This is the old Ms-DOS way of pointing to certain folders...

So I guess some parsing is done replacing too many dots with current folder names ?__

MrThickDick While this 'bug' is still there you CAN rip such albums by making a new playlist and drag the album to that playlist (this adds all the songs of that album) and then you right click on the playlist and select "share>copy playlist link" and you paste it in the gui app and press "download" and it should rip. (Afterwards you can find it under playlists i.s.o. albums.)

Grtz

from tidal-media-downloader-pro.

MrThickDick avatar MrThickDick commented on June 16, 2024

Thanks for the help, that's what I did to download those albums but I didn't have this problem with the old versions of this program, I think it may be something that started in the Pro version so it's probably a bug and not something in windows but I don't know for sure.

from tidal-media-downloader-pro.

Wim1975 avatar Wim1975 commented on June 16, 2024

Thanks for the help, that's what I did to download those albums but I didn't have this problem with the old versions of this program, I think it may be something that started in the Pro version so it's probably a bug and not something in windows but I don't know for sure.

I know what the problem is :
the program tries to create folders ending with one or more dots, and windows simply doesn't allow you to create such folders and it removes all trailing dots prior to creating it.

you can see this when you use run CMD and then you type "md d:\test...".
This does NOT create "d:\test..." but "d:\test"

Probably the program then tries to save to a file "d:\test...\song.flac" which doesn't work of course.

So the developer should remove TRAILING dots in folder names (or replace them with another character)

from tidal-media-downloader-pro.

yaronzz avatar yaronzz commented on June 16, 2024

fixed

from tidal-media-downloader-pro.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.