v18 What sort methods are valid for the Actors node?
#1
I've been digging through the source code, trying to figure out what sortmethod works for a list of Actors. I've set it to sort by Appearances, and I see this sortmethod has an id of 49, but don't see this documented anywhere.

I created an Actors widget that is filled by videodb://movies/actors/, but none of the sortby values I've tried work (appearances, name). Any ideas?

Thanks!

https://github.com/xbmc/xbmc/blob/master...tUtils.cpp
Reply
#2
Appearances is "SortByRelevance". Unfortunately, doesn't look like there is string translation defined for that sort method (see here for the defined string translations: https://github.com/xbmc/xbmc/blob/master...1038-L1088)

You can see which strings match which sort methods here: https://codedocs.xyz/AlwinEsch/kodi/grou...49e6aba9c6
Arctic Fuse - Alpha now available. Support me on Ko-fi.
Reply
#3
Thanks Jurial! I wonder why a string for SortByRelevence was left out and how easy it would be to add it?

I may try to setup a dev environment again if I can find the time...
Reply

Logout Mark Read Team Forum Stats Members Help
What sort methods are valid for the Actors node?0