mirror of
https://github.com/robweber/xbmcbackup.git
synced 2026-01-05 07:14:44 +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"?>
|
||||
<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>
|
||||
<import addon="xbmc.python" version="2.14.0"/>
|
||||
</requires>
|
||||
|
||||
@@ -1,5 +1,9 @@
|
||||
Version 0.6.0
|
||||
|
||||
fix for growing backups - thanks brokeh
|
||||
|
||||
Version 0.6.0
|
||||
|
||||
fixed typo in Dropbox rmfile command
|
||||
|
||||
Version 0.5.9
|
||||
|
||||
@@ -551,12 +551,11 @@ class XbmcBackup:
|
||||
rFile.close()
|
||||
|
||||
class FileManager:
|
||||
fileArray = []
|
||||
not_dir = ['.zip','.xsp','.rar']
|
||||
vfs = None
|
||||
|
||||
def __init__(self,vfs):
|
||||
self.vfs = vfs
|
||||
self.fileArray = []
|
||||
|
||||
def walkTree(self,directory):
|
||||
|
||||
|
||||
Reference in New Issue
Block a user