[PR #13145] [MERGED] Round RemoteImage CommunityRating to nearest tenths when sorting #13478

Closed
opened 2026-02-07 07:13:36 +03:00 by OVERLORD · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/jellyfin/jellyfin/pull/13145
Author: @SenorSmartyPants
Created: 12/2/2024
Status: Merged
Merged: 6/1/2025
Merged by: @Bond-009

Base: masterHead: RemoteImageSorting


📝 Commits (1)

  • 12c14dd Round CommunityRating to nearest tenths

📊 Changes

1 file changed (+1 additions, -1 deletions)

View changed files

📝 MediaBrowser.Model/Extensions/EnumerableExtensions.cs (+1 -1)

📄 Description

Some Movies/series images on TMDB have very close ratings (differing by hundredths) but the JF UI only displays rating to the tenths. This results in seemingly out of order images.

Changes

Community Rating is rounded to nearest tenths when sorting, hundredths are not significant IMO. This results in a more intuitive display. Now number of votes has the proper weight when rating is so close.

Before
image

After
image


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/jellyfin/jellyfin/pull/13145 **Author:** [@SenorSmartyPants](https://github.com/SenorSmartyPants) **Created:** 12/2/2024 **Status:** ✅ Merged **Merged:** 6/1/2025 **Merged by:** [@Bond-009](https://github.com/Bond-009) **Base:** `master` ← **Head:** `RemoteImageSorting` --- ### 📝 Commits (1) - [`12c14dd`](https://github.com/jellyfin/jellyfin/commit/12c14ddb24093578e28142b76aa2b1bbb9dfda11) Round CommunityRating to nearest tenths ### 📊 Changes **1 file changed** (+1 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `MediaBrowser.Model/Extensions/EnumerableExtensions.cs` (+1 -1) </details> ### 📄 Description <!-- Ensure your title is short, descriptive, and in the imperative mood (Fix X, Change Y, instead of Fixed X, Changed Y). For a good inspiration of what to write in commit messages and PRs please review https://chris.beams.io/posts/git-commit/ and our documentation. --> Some Movies/series images on TMDB have very close ratings (differing by hundredths) but the JF UI only displays rating to the tenths. This results in seemingly out of order images. **Changes** <!-- Describe your changes here in 1-5 sentences. --> Community Rating is rounded to nearest tenths when sorting, hundredths are not significant IMO. This results in a more intuitive display. Now number of votes has the proper weight when rating is so close. **Before** ![image](https://github.com/user-attachments/assets/945ff100-9549-4ba6-b033-e47b570233ba) **After** ![image](https://github.com/user-attachments/assets/ee795e1a-e291-4ae7-8d6e-7b780c45a510) --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
OVERLORD added the pull-request label 2026-02-07 07:13:36 +03:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/jellyfin#13478