272ea8b8a9
added backup rotation closes #10
2012-09-19 11:43:36 -05:00
a3724657c7
Merge branch 'master' of https://github.com/robweber/xbmcbackup into frodo-dev
2012-09-13 09:54:03 -05:00
2fd7b130c7
added check to settings.xml before loading new cron timer
...
fixed bug where disabling scheduler did not turn it off
2012-09-13 09:52:17 -05:00
dd39dc182e
forgot utils import
2012-09-12 15:34:13 -05:00
719a189de6
Merge branch 'master' into frodo-dev
...
Conflicts:
addon.xml
changelog.txt
default.py
resources/lib/backup.py
2012-09-12 15:30:54 -05:00
557771ee95
Merge branch 'frodo-dev' of https://github.com/robweber/xbmcbackup into frodo-dev
2012-09-12 15:04:28 -05:00
2cf9356f9c
created backup.py in prep for pull from master
2012-09-12 15:03:46 -05:00
a066491757
update to changelog and version bump
2012-09-12 10:18:18 -05:00
b64088660d
Merge pull request #14 from robweber/service-dev
...
Service dev
2012-09-12 08:06:44 -07:00
17a4e8ad3d
refactored code to use strings.xml
2012-09-12 10:02:33 -05:00
9bda2055b3
added call to XbmcBackup.run() in service.py file
...
added showNotification() method so that a notification can display when backup starts via scheduler
2012-09-06 15:28:41 -05:00
0bb915ae3a
added initial resources for scheduler.py to function
...
starte settings.xml modifications for timer intervals
2012-09-05 15:50:25 -05:00
0150e6a277
created utils library to avoid duplicate functions
...
pulled XbmcBackup class into separate library
2012-09-05 14:28:43 -05:00
5b51a96531
added additional parameters to run() method, can now override user preference if needed
...
added "mode" logging message
2012-09-04 11:08:14 -05:00
cb115e42fb
created stub for new addon settings
2012-09-04 10:42:17 -05:00
144b089673
fixed #13
2012-09-04 09:18:32 -05:00
1c79ba6e23
updated changelog.txt
2012-08-29 13:00:42 -05:00
dff28f2653
Merge pull request #12 from robweber/master
...
Update Frodo branch
2012-08-28 17:18:18 -07:00
402964c144
fixes #11
2012-08-28 19:15:34 -05:00
377d7cd58d
Merge branch 'frodo-dev' of https://github.com/robweber/xbmcbackup into frodo-dev
2012-08-20 14:37:32 -05:00
d908f23d72
merge with master moved 0.2.0 info
2012-08-20 14:36:57 -05:00
92b74eb41c
Merge branch 'master' of https://github.com/robweber/xbmcbackup into frodo-dev
2012-08-20 14:36:16 -05:00
3d1729b721
Merge pull request #8 from robweber/master
...
Merge with Master
2012-08-20 12:34:48 -07:00
39a7278a31
flipped changelog version order
2012-08-20 14:32:14 -05:00
38b2c0b535
updated addon.xml and changelog.txt
2012-08-20 14:29:28 -05:00
e4f25f174f
removed VFS library, now using xbmcvfs exclusively
2012-08-20 14:27:35 -05:00
1e5a524ae3
changed backup behavior, all backups now create dated folder within backup location
...
restore operation now prompts for the date of the backup you wish to restore from
2012-08-17 14:59:47 -05:00
26c99723bf
added global log and encode functions to combat ascii encoding errors
2012-08-17 14:18:08 -05:00
6059612001
added French translations for new strings - thanks mikebzh44!
2012-08-10 07:58:23 -05:00
940ddabe59
Removed setting for "verbose logging". Instead the global xbmc debug logging flag is used to toggle normal vs debug type logging.
2012-08-07 09:36:07 -05:00
da76f41d4b
use localized strings for logging
2012-08-07 09:32:21 -05:00
38798b10d2
added French summary and description (works this time)
2012-08-07 09:28:35 -05:00
98d7c97f33
Merge pull request #7 from dersphere/language_tag
...
fixed language tag
2012-08-07 07:15:48 -07:00
15966b7f33
Merge pull request #6 from dersphere/german
...
german translation
2012-08-07 07:12:06 -07:00
38ae42a4ac
fixed language tag
...
The language tag in addon.xml is meant for the language of the content it provides (not for the translations it has).
It is mainly used for hiding "foreign language addons" - this addon doesn't provide content and is meant to be usable in all languages.
2012-08-06 11:34:41 +02:00
db253a5022
german translation
2012-08-05 12:39:45 +02:00
7ca7912749
adding hardcoded strings to strings.xml - not fully localized yet
2012-08-03 15:44:02 -05:00
c409bf01a4
French translations
2012-08-02 07:49:07 -05:00
bc835eb37b
version bump and changelog additions
2012-08-01 14:51:33 -05:00
2c2b87b861
added some encoding options to minimize international text from crashing addon
2012-08-01 14:50:07 -05:00
1e41f75df4
added french language translations and new icon - Thanks to mikebzh44
2012-08-01 14:49:40 -05:00
934f9b63e8
added check for key in vfs.py - Thanks Martijn!
2012-07-26 12:48:14 -05:00
9ac69e10db
version bump
2012-07-24 12:57:44 -05:00
dd4aa8855a
removed transparency from icon.png
2012-07-24 09:44:26 -05:00
03c65f3ffd
bump to addon.xml for repo pull
2012-07-18 10:29:10 -05:00
7b582072bd
Added verbose logging setting
...
modified vfs.py to filter out compressed files that xbmc treats as directories by default
2012-07-18 10:27:00 -05:00
acb1bb2de3
added some extra logging
2012-05-28 13:54:08 -05:00
b23ea5f35e
added language tag to addon.xml
2012-05-25 19:39:38 -05:00
5163152ce8
when using vfs module need to cut off full file path
2012-05-25 16:02:23 -05:00
707bd61863
found old reference to os module replaced with vfs.pyo
...
added keymap and perperipheral_data folders to "config" area
2012-05-25 15:57:48 -05:00