Parental Controls don't affect My Media artwork #6365

Open
opened 2025-12-22 04:08:14 +01:00 by backuprepo · 7 comments
Owner

Originally created by @mikecardwell on GitHub (Oct 20, 2024).

This issue respects the following points:

  • This is a bug, not a question or a configuration issue; Please visit our forum or chat rooms first to troubleshoot with volunteers, before creating a report. The links can be found here.
  • This issue is not already reported on GitHub (I've searched it).
  • I'm using an up to date version of Jellyfin Server stable, unstable or master; We generally do not support previous older versions. If possible, please update to the latest version before opening an issue.
  • I agree to follow Jellyfin's Code of Conduct.
  • This report addresses only a single issue; If you encounter multiple issues, kindly create separate reports for each one.

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

- OS: Debian 12
- Linux Kernel: 6.1.0
- Virtualization: Docker
- Clients: Fire TV Stick
- Browser: Firefox
- FFmpeg Version: 6.0.1-Jellyfin
- Playback Method: N/A
- Hardware Acceleration: none
- GPU Model: none
- Plugins:
- Reverse Proxy:
- Base URL:
- Networking:
- Storage:

Jellyfin logs

N/A

FFmpeg logs

No response

Client / Browser logs

No response

Relevant screenshots or videos

No response

Additional information

No response

Originally created by @mikecardwell on GitHub (Oct 20, 2024). ### This issue respects the following points: - [X] This is a **bug**, not a question or a configuration issue; Please visit our forum or chat rooms first to troubleshoot with volunteers, before creating a report. The links can be found [here](https://jellyfin.org/contact/). - [X] This issue is **not** already reported on [GitHub](https://github.com/jellyfin/jellyfin/issues?q=is%3Aopen+is%3Aissue) _(I've searched it)_. - [X] I'm using an up to date version of Jellyfin Server stable, unstable or master; We generally do not support previous older versions. If possible, please update to the latest version before opening an issue. - [X] I agree to follow Jellyfin's [Code of Conduct](https://jellyfin.org/docs/general/community-standards.html#code-of-conduct). - [X] This report addresses only a single issue; If you encounter multiple issues, kindly create separate reports for each one. ### 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 ```markdown - OS: Debian 12 - Linux Kernel: 6.1.0 - Virtualization: Docker - Clients: Fire TV Stick - Browser: Firefox - FFmpeg Version: 6.0.1-Jellyfin - Playback Method: N/A - Hardware Acceleration: none - GPU Model: none - Plugins: - Reverse Proxy: - Base URL: - Networking: - Storage: ``` ### Jellyfin logs ```shell N/A ``` ### FFmpeg logs _No response_ ### Client / Browser logs _No response_ ### Relevant screenshots or videos _No response_ ### Additional information _No response_
backuprepo added the
enhancement
confirmed
labels 2025-12-22 04:08:14 +01:00
Author
Owner

@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:

  • generate the thumbnail on the fly, taking ratings into consideration, whenever the libraries are displayed
  • generate and store library thumbnails for each rating and storing a selection of those pregenerated thumbnails for use later depending on which rating the user has access to
@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: - generate the thumbnail on the fly, taking ratings into consideration, whenever the libraries are displayed - generate and store library thumbnails for each rating and storing a selection of those pregenerated thumbnails for use later depending on which rating the user has access to
Author
Owner

@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

@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
Author
Owner

@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.

@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.
Author
Owner

@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.

@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.
Author
Owner

@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.

@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](https://jellyfin.org/contact).
Author
Owner

@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.

@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.
Author
Owner

@jonasW3F commented on GitHub (Dec 18, 2025):

+1 collection thumbnails should be abiding parental control settings for users that have these activated.

@jonasW3F commented on GitHub (Dec 18, 2025): +1 collection thumbnails should be abiding parental control settings for users that have these activated.
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: starred/jellyfin#6365
No description provided.