mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-07-16 05:43:54 +03:00
[Issue]: Tracks without Title tags in metadata show a blank title #5442
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @felix920506 on GitHub (Feb 8, 2024).
Please describe your bug
As described in the title, music tracks without a title tag in metadata show a blank title instead of falling back to their file names.
Expected Behavior:
The file name of the media should be displayed as the title
Steps to reproduce:
Jellyfin Version
Other
if other:
Unstable 10.9 (Master Branch)
Environment
Jellyfin logs
FFmpeg logs
No response
Please attach any browser or client logs here
No response
Please attach any screenshots here
Code of Conduct
@felix920506 commented on GitHub (Feb 10, 2024):
Additional Testing:
If source media files only have "Artist" tags set and not "Title" then the artist will get used as the track title. (Turns out to be web bug)
@solidsnake1298 commented on GitHub (Feb 11, 2024):
I was able to duplicate this behavior.