mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-01-23 23:20:51 +01:00
Albums report incorrect number of tracks(?) #7604
Labels
No labels
area:database
awaiting-feedback
backend
blocked
breaking change: web api
bug
build
ci
confirmed
discussion needed
dotnet future
downstream
duplicate
EFjellyfin.db
enhancement
feature
future
github-actions
good first issue
hdr
help wanted
invalid
investigation
librarydb
live-tv
lyrics
media playback
music
needs testing
nuget
performance
platform
pull-request
question
regression
release critical
requires-web
roadmap
security
security
stale
support
syncplay
ui & ux
upstream
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: starred/jellyfin#7604
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
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 @throwaway-lmao on GitHub (Oct 28, 2025).
Description of the bug
After upgrading to the newest version (and replacing all metadata) (and rebooting), I noticed that the vast majority of my albums just refuse to load on Finamp (forever loading). The majority of the ones that do load seem to be missing some variable number of tracks.
I checked the Web UI, and every album which loads appears to list the exact number of tracks that Finamp displays. However, the Web UI displays ALL of the album's tracks; it might report one track, and Finamp will only show i.e. track number three, but the Web UI might show all eighteen nonetheless.
The albums that don't load at all on Finamp don't even report a number of tracks in the Web UI, but, again, the Web UI displays all of the tracks nonetheless.
Reproduction steps
Upgrade to the latest version and rescan. Other than that, I have no idea what's going on, sorry.
What is the current bug behavior?
Albums report the wrong number of tracks (if any at all). The Web UI nonetheless displays all tracks properly, but Finamp will only display the same number of tracks as reported. If none are reported, Finamp will just load forever.
What is the expected correct behavior?
The reported number of tracks in the Web UI should be the same as the number of tracks the Web UI actually displays. Finamp should be able to see all tracks.
Jellyfin Server version
10.10.0+
Specify commit id
No response
Specify unstable release number
No response
Specify version number
No response
Specify the build version
Release
Environment
Jellyfin logs
Hard to tell what's relevant. Nothing immediately obvious, and the log is nearly 400k lines just from the past day. I did, however, see this spammed the first time I tried rescanning:
FFmpeg logs
Client / Browser logs
No response
Relevant screenshots or videos
No response
Additional information
I tried searching for this, but wasn't even sure what to search. I didn't see anything, but I can't be the only one to've run into this, so I apologise if I just didn't use the right search terms </3
@throwaway-lmao commented on GitHub (Oct 28, 2025):
I went to bed and now all my albums look correct. Was it secretly still doing migration tasks in the background or something? Maybe it was a scheduled task; the only one that ran while I was sleeping was "Optimize Database", but it only took thirty seconds to complete.