Skip to content
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_artist} for format_track of cfg is not working properly #239

Closed
karlbishnu opened this issue Nov 16, 2024 · 4 comments · Fixed by #242
Closed

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

karlbishnu opened this issue Nov 16, 2024 · 4 comments · Fixed by #242
Assignees
Labels
bug Something isn't working

Comments

@karlbishnu
Copy link

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
}
@karlbishnu karlbishnu added the bug Something isn't working label Nov 16, 2024
@exislow
Copy link
Owner

exislow commented Nov 16, 2024

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

@cyw0204
Copy link

cyw0204 commented Nov 17, 2024

Can you teach me why some songs are not downloaded?
These songs are recorded in My Favorites Tracks and play normally online on Tidal.

Next download will start in 2.3 seconds.
'NoneType' object has no attribute 'first_url'
Next download will start in 3.6 seconds.
Next download will start in 2.2 seconds.
Next download will start in 3.7 seconds.
'NoneType' object has no attribute 'first_url'

Thank you for teaching me.
I always use it well.
I hope you are always healthy and happy.^^

@karlbishnu
Copy link
Author

karlbishnu commented Nov 17, 2024

exislow added a commit that referenced this issue Nov 17, 2024
…track-of-cfg-is-not-working-properly

🛠️ Fixed `{album_artist}` tag replacement on track level. Fixes #239
@exislow
Copy link
Owner

exislow commented Nov 17, 2024

Fixed with 91244c0

Thank you for reporting this issue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants