def generateBlackbox():
files = getProfileList("blackbox")
destination_path = getProviderPath("blackbox" + "/")
for file in files:
xbmcvfs.copy(file, destination_path + os.path.basename(file))
generateMetaData("blackbox", MINIMUM_LEVEL)
评论列表
文章目录