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.47k stars 476 forks source link

[BUG] {ArtistName} uses album artist name instead of artist name #853

Closed matejdro closed 2 years ago

matejdro commented 2 years ago

Which tool tidal-dl

Version https://github.com/yaronzz/Tidal-Media-Downloader/commit/1d5b8cd8f65fd1def45d6406778248249d6dfbdf

Platform Linux

Bug description

  1. Set album folder format to the {ArtistName} {AlbumArtistName}
  2. Download track https://tidal.com/browse/track/41277362
  3. Observe created folder

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)

neaumusic commented 2 years ago

I think this would be a bug with "aigpy" if anything, since thats used first to parse metadata

yaronzz commented 2 years ago

ArtistName = All album artists AlbumArtistName = first album artist

matejdro commented 2 years ago

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.

yaronzz commented 2 years ago

emm... You can try to set the item 'Track file format' = “{ArtistName} / {TrackNumber} - {TrackTitle}” I haven't tried

yaronzz commented 2 years ago

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]

matejdro commented 2 years ago

Thanks, it works. I've made album folder a single space and then added artist folder to track file as suggested.

matejdro commented 2 years ago

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.

yaronzz commented 2 years ago

emm... You can try to set the item 'album folder format' = “{None}”
https://github.com/yaronzz/Tidal-Media-Downloader#album