It seems some plugins are using the INT instead of the STRING for the xbmcplugin.addSortMethod
When we add new sortmethods it could mean that the INT you used has changed function. Make sure you will update your plugins to not used the INT anymore but the STRING. Example: xbmcplugin.addSortMethod( handle=int( sys.argv[ 1 ] ), sortMethod=xbmcplugin.SORT_METHOD_LABEL ) http://mirrors.kodi.tv/docs/python-docs/13.0-gotham/xbmcplugin.html#-addSortMethod http://mirrors.kodi.tv/docs/python-docs/14.x-helix/xbmcplugin.html#-addSortMethod http://mirrors.kodi.tv/docs/python-docs/15.x-isengard/xbmcplugin.html#-addSortMethod regards, Martijn Kaijser XBMC Foundation
------------------------------------------------------------------------------
_______________________________________________ Xbmc-addons mailing list Xbmc-addons@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/xbmc-addons