Closed matejdro closed 2 years ago
I think this would be a bug with "aigpy" if anything, since thats used first to parse metadata
ArtistName = All album artists AlbumArtistName = first album artist
Huh, so there is no way to name the folder after the individual artist name on the song?
I guess I misunderstood that, thanks for answering.
emm... You can try to set the item 'Track file format' = “{ArtistName} / {TrackNumber} - {TrackTitle}” I haven't tried
The album folder format: ArtistName = All album artists AlbumArtistName = first album artist
The track file format: ArtistsName= All track artists ArtistName= first track artist
The final path is: [album folder format] / [track file format]
Thanks, it works. I've made album folder a single space and then added artist folder to track file as suggested.
Nevermind, a single space will prepend a space to all tracks.
A workaround is to make album folder format something static like "Music goes here" and then all music is just in this one oflder.
emm...
You can try to set the item 'album folder format' = “{None}”
https://github.com/yaronzz/Tidal-Media-Downloader#album
Which tool tidal-dl
Version https://github.com/yaronzz/Tidal-Media-Downloader/commit/1d5b8cd8f65fd1def45d6406778248249d6dfbdf
Platform Linux
Bug description
{ArtistName} {AlbumArtistName}
Created folder will be
Various Artists Various Artists
, which means that both Artist Name and Album Artist Name use Album Artist Name (Various Artists) instead of the artist name (Hans Zimmer)