Guest - Testers are needed for the reworked CDateTime core component. See... https://forum.kodi.tv/showthread.php?tid=378981 (September 29) x
Looking for RATING sort option in TV Shows Kodi Library
#1
Hi there!

Can I request that we have the same "rating" sort option on TV Shows as in Movies - in the Kodi Library?

Currently Movies are:
Image

And TV Shows are:

Image

This appears to be a Kodi issue, not skin specific.

Thanks for your time!

Cheers,
Ken
Reply
#2
I have wondered about that also. Maybe @Razze might know as he did some work with user rating.

https://github.com/xbmc/xbmc/pull/7561
My Signature
Links to : Official:Forum rules (wiki) | Official:Forum rules/Banned add-ons (wiki) | Debug Log (wiki)
Links to : HOW-TO:Create Music Library (wiki) | HOW-TO:Create_Video_Library (wiki)  ||  Artwork (wiki) | Basic controls (wiki) | Import-export library (wiki) | Movie sets (wiki) | Movie universe (wiki) | NFO files (wiki) | Quick start guide (wiki)
Reply
#3
(2021-08-13, 21:57)Karellen Wrote: I have wondered about that also. Maybe @Razze might know as he did some work with user rating.

https://github.com/xbmc/xbmc/pull/7561

That's actually what's listed as "My rating". "Rating" is the average rating for "all" people. Not sure why that's missing there, that's actually confusing to me.
Reply
#4
It's simply because the Sort Method hasn't been added.

Here it is for Movies https://github.com/xbmc/xbmc/blob/master...o.cpp#L237

so
cpp:
AddSortMethod(SortByRating, 563, LABEL_MASKS("%T", "%R", "%T", "%R")); // Title, Rating | Title, Rating

needs to be added to https://github.com/xbmc/xbmc/blob/master...#L131-L136
Reply
#5
(2021-08-25, 15:35)jjd-uk Wrote: It's simply because the Sort Method hasn't been added.

Here it is for Movies https://github.com/xbmc/xbmc/blob/master...o.cpp#L237

so
cpp:
AddSortMethod(SortByRating, 563, LABEL_MASKS("%T", "%R", "%T", "%R")); // Title, Rating | Title, Rating

needs to be added to https://github.com/xbmc/xbmc/blob/master...#L131-L136
There is an android test bulid here http://mirrors.kodi.tv/test-builds/andro...64-v8a.apk

Seemed to work fine, in my testing
Reply
#6
Would be really nice to get this added, so it would be possible to sort by rating for tv shows as well.
Reply
#7
(2023-01-01, 14:13)imbizile Wrote: Would be really nice to get this added, so it would be possible to sort by rating for tv shows as well.
It has been added in Kodi Nexus, which is currently at RC2.  It shouldn't be too long before it is released.  Here's a screenshot from Nexus of the side blade in Estuary with the sorting options open.

Image
Reply
#8
That sounds great, looking forward to that release - thanks for the update Smile
Reply

Logout Mark Read Team Forum Stats Members Help
Looking for RATING sort option in TV Shows Kodi Library0