-
-
Notifications
You must be signed in to change notification settings - Fork 476
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[BUG]: Album Custom Path Continues Using ArtistNames not ArtistName #1186
Comments
Trackname: {ArtistName} - {TrackTitle} works perfectly (ie only puts the MAIN artists name) The /{AlbumTitle} {AlbumYear} {AudioQuality} part works perfectly. |
For testing, use a blackbear album or something where there's multiple contributing artists. The title is still blackbear - {TrackTitle} but the album folder is Artist1, Artist2, etc |
Hopfully you get more traction that i did when i raised this issue a few months ago. |
Hope so, it absolutely stuffs Plex detection... |
Which tool
tidal-dl
Version
Latest
Platform
Linux
Describe the bug
Set Album to:
{ArtistName}/{AlbumTitle} {AlbumYear} {AudioQuality}
Continues using {ArtistNames}/{AlbumTitle} {AlbumYear} {AudioQuality}
Relevant log output
No response
Add screenshots
No response
Expected: ArtistName/AlbumName Album Year Audio Quality/(tracks)
Actual: Artist1name,, Artist2name, etc/AlbumName Album Year Audio Quality/(tracks)
The text was updated successfully, but these errors were encountered: