From b66129b448340233ae05de7df282d92fe488b7af Mon Sep 17 00:00:00 2001 From: gordielachance Date: Tue, 4 Oct 2016 15:13:57 +0200 Subject: [PATCH] temporary disable sorting stuff --- main.py | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/main.py b/main.py index 4f7f4c2..3a01fda 100644 --- a/main.py +++ b/main.py @@ -422,6 +422,12 @@ def get_entry_album(item, params): #https://github.com/xbmc/xbmc/blob/master/xbmc/SortFileItem.h #TO FIX _DATE or _DATEADDED ? def get_sort_methods(type,params): + + #TO FIX + #actually it seems possible to 'restore' the default sorting (by labels) + #so our starred items don't get colorized. + #so do not sort stuff + return [] sortable = [ xbmcplugin.SORT_METHOD_NONE,