yaronzz / Tidal-Media-Downloader

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

[FEATURE]: Optional album folder creation on single track download (PR ready) #1011

Open deviationist opened 1 year ago

deviationist commented 1 year ago

Which tool

tidal-dl

Describe the feature

When downloading a single track then the album folder is also created (in most cases). This PR adds an additional settings (defaults to true) called "createAlbumFolderForSingleDownload". Settings it to "true" will continue todays behaviour. Settings it to "false" will skip the album folder creation for single track download, meaning that the downloaded file will be placed directly in the download folder root without any enclosing folder.

PR: https://github.com/yaronzz/Tidal-Media-Downloader/pull/1007

Add screenshots

No response

deviationist commented 1 year ago

PR: https://github.com/yaronzz/Tidal-Media-Downloader/pull/1007

deviationist commented 1 year ago

Bump

deviationist commented 1 year ago

@yaronzz Did you get to reconsider this?

rockstar2020 commented 9 months ago

@yaronzz Did you get to reconsider this?

@deviationist, I'm also looking for exactly the same feature and I think it's necessary, but at the same time I don't think adding another argument to the command line is a good option. I'm trying to see if I can pass the original URL to paths.py and then have getTrackPath to create the album path only if the URL contains the word "album". Let me know what you think.

Cheers