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

[QUESTION]: Optional white space in folder formatting #1087

Open talios opened 11 months ago

talios commented 11 months ago

Which tool

tidal-dl

Describe your question

I'm currently using the following album format:

  "albumFolderFormat": "{ArtistName}/{AlbumYear} {AlbumTitle} [{AlbumID} {RecordType} {Flag}]",

and when there's nothing for {Flag} to return, my album directory ends with ] and that extra whitespace just annoys me. Does whatever templating method used in tidal-dl allow for some means of optional whitespace here? I tried dropping the [] with the hope that the folder format would also get trimmed, but no.

Add screenshots

No response

sky8282 commented 10 months ago

I have made changes, but I don't know how to describe them in English