def get_backuppath(self):
'''get the file location where backups should be stored'''
backuppath = self.addon.getSetting("backup_path").decode("utf-8")
if not backuppath:
backuppath = xbmcgui.Dialog().browse(3, self.addon.getLocalizedString(32002),
'files').decode("utf-8")
self.addon.setSetting("backup_path", backuppath.encode("utf-8"))
return backuppath
backuprestore.py 文件源码
python
阅读 21
收藏 0
点赞 0
评论 0
评论列表
文章目录