Move a folder as last with a sorted list?
#1
I have a list of mixed files and directories
the list is sorted alphabetically with xbmcplugin.SORT_METHOD_LABEL_IGNORE_FOLDERS

there is no way to force move the folder "NEXT PAGE" as last folder?

Image
Dev-Maintainer of InputStream Adaptive add-on, Netflix add-on ▫ Skills Python, C#, VB.NET and a bit of C++
Reply
#2
Look at here: https://forum.kodi.tv/showthread.php?tid=353583
My addons: Gismeteo
Reply
#3
Thank you seem working!

ListItem.setProperty('specialsort', 'top')
ListItem.setProperty('specialsort', 'bottom')

and it is not documented... i don't understand why
Dev-Maintainer of InputStream Adaptive add-on, Netflix add-on ▫ Skills Python, C#, VB.NET and a bit of C++
Reply

Logout Mark Read Team Forum Stats Members Help
Move a folder as last with a sorted list?0