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.27k stars 464 forks source link

[QUESTION]: download all artist files under a single main folder #1142

Open m-heisenberg opened 5 months ago

m-heisenberg commented 5 months ago

Which tool

gui / dl

Describe your question

currently when you insert artist link it would download it to the download path in various folders. what would be the way do get everything downloaded under the same artist folder ? thank you

Add screenshots

No response

ShuriZma commented 5 months ago

what i currently do is changing the "Album folder format" by hard coding the name of the artist im currently downloading right at the beginning.

means when my album folder format is {RecordType}/[{AlbumYear}]{Flag} {AlbumTitle} and i wanted to download everything from Yung Gravy i'd do Yung Gravy/{RecordType}/[{AlbumYear}]{Flag} {AlbumTitle}

m-heisenberg commented 5 months ago

I see, I do something similar by changing the path and creating a folder per artist but I was looking for some automation or change in the script so it always include all content to one folder. thanks again