2015-11-24, 17:30
(2015-11-24, 16:05)locomot1f Wrote: @bromix, I don't think it's broken.
http://kodi.wiki/view/Kodi_v16_%28Jarvis%29_changelog
https://github.com/xbmc/xbmc/pull/7882
not sure if this applies to your code
You can see when you are in the Youtube main window, at the top, it says:
Sort by: Date
then, when you click on an item, My Subscriptions (for example), it says:
Sort by: Playlist
maybe you have to change how the directory is listed?
-----------------------------------------------------------
fortunately, nothing changed with my addon
this is what i use:
Code:xbmcplugin.setContent(pluginhandle, 'episodes')
I also add additional sort methods and they result in some strange behavior in conjunction with content-type = "episodes"