mirror of
https://github.com/robweber/xbmcbackup.git
synced 2024-11-14 04:15:49 +01:00
part of #230
This commit is contained in:
parent
324f3a46cf
commit
7e820c9ad7
@ -629,3 +629,11 @@ msgstr ""
|
||||
msgctxt "#30161"
|
||||
msgid "Amend a string to the end of each backup folder or ZIP file"
|
||||
msgstr ""
|
||||
|
||||
msgctxt "#30162"
|
||||
msgid "this could take some time"
|
||||
msgstr ""
|
||||
|
||||
msgctxt "#30163"
|
||||
msgid "Current folder"
|
||||
msgstr ""
|
||||
|
@ -316,6 +316,7 @@ class XbmcBackup:
|
||||
self.xbmc_vfs.set_root(xbmcvfs.translatePath(aDir['path']))
|
||||
if(self.remote_vfs.exists(self.remote_vfs.root_path + aDir['name'] + '/')):
|
||||
# walk the directory
|
||||
self.progressBar.updateProgress(0, f"{utils.getString(30049)}....{utils.getString(30162)}\n{utils.getString(30163)}: {aDir['name']}")
|
||||
fileManager.walkTree(self.remote_vfs.root_path + aDir['name'] + '/')
|
||||
self.transferSize = self.transferSize + fileManager.fileSize()
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user