mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-01-23 23:20:51 +01:00
[10.11.0] Backdrop image order not being saved #7491
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#7491
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 @alexkahler on GitHub (Oct 21, 2025).
Description of the bug
On a large number of backdrops for a library item (4+ but sometimes also less), the order of bacldrop images are getting shuffled despite rearranging them repeatedly. This does not seem to happen with library items with only 2 or 3 images.
I haven't been able to ascertain whether it's being shuffled or simply returning to a position undefined by user (e.g. filename or order that images were downloadet)
Reproduction steps
Upgrade to 10.11
What is the current bug behavior?
Upon arranging backdrop image order by using the left and right arrows. Images will appear to shuffle position when a set amount of time has passed.
What is the expected correct behavior?
When rearranging backdrop images for their order, this is saved upon exit.
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
10.11
Environment
Jellyfin logs
FFmpeg logs
Client / Browser logs
No response
Relevant screenshots or videos
Rearranging backdrop images:
After 5 to 10 minutes has passed, backdrop images are shuffled. I haven't tested if it's truly random or the same (i.e., according to filename or similar):
Additional information
No response
@alexkahler commented on GitHub (Oct 22, 2025):
Saw this issue: https://github.com/jellyfin/jellyfin/issues/11817
The file system is not ro.
@alexkahler commented on GitHub (Oct 22, 2025):
Can confirm that it appears that the backdrop images are reverting to a predefined order after an unknown period of time has passed. It is unknown what this order is, i.e., whether the images return to the predefined position due to their filename or the order thst they were downloadet/added to the library item.
Secondly, it is also unknown what triggers it. For now it seems to happen randomly - not by a set period of time or actioms. But it's worth noting that I did edit and rearrange a large number of backdrop images across multiple library items.
@vuxuanhungg commented on GitHub (Dec 20, 2025):
I encounter the same issue on Jellyfn 10.11.5. Try re-arranging from the UI but it won't persist. The order appeared in the UI isn't the same as in the filesystem either, which makes it unpredictable.
@alexkahler commented on GitHub (Dec 20, 2025):
This PR was supposed to fix this bug, but it never gets reviewed https://github.com/jellyfin/jellyfin/pull/15071