def album_view(album_id):
xbmcplugin.addSortMethod(plugin.handle, xbmcplugin.SORT_METHOD_TRACKNUM)
album = session.get_album(album_id)
if album and album.numberOfVideos > 0:
add_directory(_T(30110), plugin.url_for(album_videos, album_id=album_id))
add_items(session.get_album_tracks(album_id), content=CONTENT_FOR_TYPE.get('tracks'))
评论列表
文章目录