Kodi Community Forum
question about addSortMethod function in xbmcplugin module - Printable Version

+- Kodi Community Forum (https://forum.kodi.tv)
+-- Forum: Development (https://forum.kodi.tv/forumdisplay.php?fid=32)
+--- Forum: Add-ons (https://forum.kodi.tv/forumdisplay.php?fid=26)
+--- Thread: question about addSortMethod function in xbmcplugin module (/showthread.php?tid=178549)



question about addSortMethod function in xbmcplugin module - reta - 2013-11-21

Hi!

What addSortMethod should I use to sort a list in a xbmc plugin in the order it is passed to it using addDirectoryItem? (neither SORT_METHOD_NONE nor SORT_METHOD_UNSORTED seem to work the way I hoped it would)

P.S should I maybe use addDirectoryItems and pass all content in a list instead of one by one with addDirectoryItem? Would that make it easier to sort the way I want? (i.e. in the order the list passed to addDirectoryItems is ordered by)