Sorting favorites alphabetically (in FavouritesService.cpp)
#1
I do not want to have to install an addon just to have sorted favorites, so, would the right place to do this be in xbmc/favourites/FavouritesService.cpp? I was thinking in CFavouritesService::AddOrRemove. Is m_favourites the only consideration? And then something like "m_favourites.sort(SortBySortTitle, SortOrderAscending, SortAttributeNone)"?
Reply
#2
I would probably do it skin-wise

https://github.com/xbmc/xbmc/blob/master...ml#L32-L62

search for the include and take a look at the sortorder
Reply
#3
Hi Davu, thanks for your reply. I tried looking into your suggestion but it seems the skin we use on our clients (Aeon Nox 5) is a bit different from estuary and I couldn't figure out what xml to edit, or how to even edit it. Can you think of anything else that may be helpful? It's amazing how such a seemingly simple task can be so frustrating!
Reply

Logout Mark Read Team Forum Stats Members Help
Sorting favorites alphabetically (in FavouritesService.cpp)0