mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-07-16 05:43:54 +03:00
[PR #8959] Fixing similar parental rating calculation #11926
Reference in New Issue
Block a user
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?
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.