exislow / tidal-dl-ng

TIDAL Media Downloader Next Generation! Up to HiRes Lossless / TIDAL MAX 24-bit, 192 kHz.
GNU Affero General Public License v3.0
413 stars 36 forks source link

[Bug] {album_artist} for format_track of cfg is not working properly #239

Open karlbishnu opened 2 hours ago

karlbishnu commented 2 hours ago

What happened?

I set format_track as "{album_artist}/{album_title}/{album_track_num}. {artist_name} - {track_title}". But it made a directory named as "{album_artist}" not album_artist in tag. image

Version App

v0.20.3

What operating system are you seeing the problem on?

macOS

Relevant log output

No response

Your settings

{
    "skip_existing": true,
    "lyrics_embed": true,
    "lyrics_file": false,
    "video_download": true,
    "download_delay": true,
    "download_base_path": "/Users/karlbishnu/nas/Tidal/Album",
    "quality_audio": "HI_RES_LOSSLESS",
    "quality_video": "1080",
    "format_album": "{album_artist}/{album_title}/{album_track_num}. {artist_name} - {track_title}",
    "format_playlist": "Playlists/{playlist_name}/{artist_name} - {track_title}",
    "format_mix": "Mix/{mix_name}/{artist_name} - {track_title}",
    "format_track": "{album_artist}/{album_title}/{album_track_num}. {artist_name} - {track_title}",
    "format_video": "{album_artist}/{album_title}/{album_track_num}. {artist_name} - {track_title}",
    "video_convert_mp4": true,
    "path_binary_ffmpeg": "/opt/homebrew/Cellar/ffmpeg/7.1_3/bin/ffmpeg",
    "metadata_cover_dimension": "1280",
    "metadata_cover_embed": true,
    "cover_album_file": true,
    "extract_flac": true,
    "downloads_simultaneous_per_track_max": 20
}
exislow commented 2 hours ago

Please post a link to an album, where this happens.