[PR #8959] Fixing similar parental rating calculation #11926

Closed
opened 2026-02-07 06:46:59 +03:00 by OVERLORD · 0 comments
Owner

Original Pull Request: https://github.com/jellyfin/jellyfin/pull/8959

State: closed
Merged: Yes


Changes

In the current master branch, movie similarity matches on identical parental rating strings. But this means CA-G and G are considered different, despite us.csv and ca.csv defining them both as 1. The proposed fix matches on numeric parental rating and additionally provides a more gradual drop-off.

Issues

No known issues have been filed against this bug, but I suspect that's because item similarity is opaque to the end-user.

**Original Pull Request:** https://github.com/jellyfin/jellyfin/pull/8959 **State:** closed **Merged:** Yes --- # Changes In the current master branch, movie similarity matches on identical parental rating strings. But this means CA-G and G are considered different, despite [us.csv](https://github.com/jellyfin/jellyfin/blob/master/Emby.Server.Implementations/Localization/Ratings/us.csv) and [ca.csv](https://github.com/jellyfin/jellyfin/blob/master/Emby.Server.Implementations/Localization/Ratings/ca.csv) defining them both as 1. The proposed fix matches on numeric parental rating and additionally provides a more gradual drop-off. # Issues No known issues have been filed against this bug, but I suspect that's because item similarity is opaque to the end-user.
OVERLORD added the pull-request label 2026-02-07 06:46:59 +03:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/jellyfin#11926