mirror of
https://github.com/robweber/xbmcbackup.git
synced 2026-01-08 08:44:43 +01:00
Compare commits
2 Commits
gotham-0.6
...
gotham-0.6
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
5b57a3c0c3 | ||
|
|
2dbc2fa71b |
@@ -1,6 +1,6 @@
|
|||||||
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
|
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
|
||||||
<addon id="script.xbmcbackup"
|
<addon id="script.xbmcbackup"
|
||||||
name="XBMC Backup" version="0.6.0" provider-name="robweber">
|
name="XBMC Backup" version="0.6.1" provider-name="robweber">
|
||||||
<requires>
|
<requires>
|
||||||
<import addon="xbmc.python" version="2.14.0"/>
|
<import addon="xbmc.python" version="2.14.0"/>
|
||||||
</requires>
|
</requires>
|
||||||
|
|||||||
@@ -1,5 +1,9 @@
|
|||||||
Version 0.6.0
|
Version 0.6.0
|
||||||
|
|
||||||
|
fix for growing backups - thanks brokeh
|
||||||
|
|
||||||
|
Version 0.6.0
|
||||||
|
|
||||||
fixed typo in Dropbox rmfile command
|
fixed typo in Dropbox rmfile command
|
||||||
|
|
||||||
Version 0.5.9
|
Version 0.5.9
|
||||||
|
|||||||
@@ -551,12 +551,11 @@ class XbmcBackup:
|
|||||||
rFile.close()
|
rFile.close()
|
||||||
|
|
||||||
class FileManager:
|
class FileManager:
|
||||||
fileArray = []
|
|
||||||
not_dir = ['.zip','.xsp','.rar']
|
not_dir = ['.zip','.xsp','.rar']
|
||||||
vfs = None
|
|
||||||
|
|
||||||
def __init__(self,vfs):
|
def __init__(self,vfs):
|
||||||
self.vfs = vfs
|
self.vfs = vfs
|
||||||
|
self.fileArray = []
|
||||||
|
|
||||||
def walkTree(self,directory):
|
def walkTree(self,directory):
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user