mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-01-23 23:20:51 +01:00
Parental Controls don't affect My Media artwork #6365
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#6365
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 @mikecardwell on GitHub (Oct 20, 2024).
This issue respects the following points:
Description of the bug
I've created a user that can only view 12/12+/12A and lower films. It is correctly filtering out films above this rating when they're logged in. However, in the "My media" list, it is still showing artwork from an 18 movie for "Movies". I don't want my 12 year old kid seeing movie artwork from horror films. Same thing for "Collections"
Reproduction steps
Create a user that can only watch 12 films. Add some 18 films to the library. Log in as that user, look at "My media" artwork.
What is the current bug behavior?
The bug is that it doesn't filter out the movie artwork
What is the expected correct behavior?
It should not use artwork from movies that you can't see for Movies or Collections. Presumably for Shows too.
Jellyfin Server version
10.9.11+
Specify commit id
No response
Specify unstable release number
No response
Specify version number
No response
Specify the build version
10.9.11
Environment
Jellyfin logs
FFmpeg logs
No response
Client / Browser logs
No response
Relevant screenshots or videos
No response
Additional information
No response
@Dan-613 commented on GitHub (Nov 5, 2024):
@felix920506 Tested on 10.10.1 and still an issue, but maybe not a bug, but a design flaw?
From what I can understand, the images used in My Media are automatically generated and stored when the library is scanned?
And then that image never changes unless the library changes. That image is then used for the library globally which explains why parental controls aren't being taken into consideration.
It would most likely require a significant change which would either:
@gnattu commented on GitHub (Nov 5, 2024):
I do think it is a design flaw because all users see the same library picture. I think one way to mitigate is to introduce an option to only generate rating safe thumbnails so that everyone sees the safe picture. But that is not doable for 10.10 cycle
@Shadowghost commented on GitHub (Nov 5, 2024):
Library images are shared between all users and created based on the content. Currently there is neither a way to restrict the parental rating used to select the used images nor can you set images on a per-user basis. Both of this would remedy the above but none is implemented. Since we already had a similar issue for the splashscreen, we could likely reuse that. Won't happen in 10.10 though.
@JamieMcH commented on GitHub (Jan 30, 2025):
@thornbill, thanks for finding this duplicate.
I will add to any design choices made here that I allow access to content based on tags not ratings. I add a custom tag to any media that I want available to my children as the rating system in Australa is not adequate imo.
If the artwork is to remain auto generated, then I think this model needs to be considered. If the artwork can be manually selected, then people can upload whatever they think is appropriate for the profile.
@jellyfin-bot commented on GitHub (May 31, 2025):
This issue has gone 120 days without an update and will be closed within 21 days if there is no new activity. To prevent this issue from being closed, please confirm the issue has not already been fixed by providing updated examples or logs.
If you have any questions you can use one of several ways to contact us.
@JamieMcH commented on GitHub (Jun 2, 2025):
This is still an ongoing issue that should be resolved.
Parental controls/Account limitations should be respected across all areas of the application.
I my context, the account I have setup for my children can only access media that has been tagged with a special tag (e.g. 'OUR-KIDS'). Because the account is limited by this condition, all other aspects of the account/interface should have the same limitations applied.
@jonasW3F commented on GitHub (Dec 18, 2025):
+1 collection thumbnails should be abiding parental control settings for users that have these activated.