def LIST_MOVIE_TYPES(type=False):
import movies as moviesDB
if not type:
type = common.args.url
if type:
mode = 'LIST_MOVIES_FILTERED'
for item in moviesDB.getMovieTypes(type):
common.addDir(item, 'listmovie', mode, type)
xbmcplugin.addSortMethod(common.pluginhandle, xbmcplugin.SORT_METHOD_LABEL)
xbmcplugin.endOfDirectory(common.pluginhandle, updateListing=False)
评论列表
文章目录