2021-08-13, 20:47
2021-08-13, 21:57
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
https://github.com/xbmc/xbmc/pull/7561
2021-08-25, 13:11
(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.
2021-08-25, 15:35
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
needs to be added to https://github.com/xbmc/xbmc/blob/master...#L131-L136
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
2021-08-25, 17:13
(2021-08-25, 15:35)jjd-uk Wrote: It's simply because the Sort Method hasn't been added.There is an android test bulid here http://mirrors.kodi.tv/test-builds/andro...64-v8a.apk
Here it is for Movies https://github.com/xbmc/xbmc/blob/master...o.cpp#L237
socpp: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
Seemed to work fine, in my testing
2023-01-01, 14:13
Would be really nice to get this added, so it would be possible to sort by rating for tv shows as well.
2023-01-02, 00:08
(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.