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
402964c144
fixes #11
2012-08-28 19:15:34 -05:00
39a7278a31
flipped changelog version order
2012-08-20 14:32:14 -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
842f56afd1
added catch so zip files are not treated as directories and also imported urllib to parse zip file names correctly
2012-05-23 16:03:04 -05:00
ce7a2acb90
filter out zipped files (caused errors)
2012-05-22 21:16:01 -05:00
bc9cc7d345
removed file handle and restore.txt file. now the filenames are written to a list in memory
2012-05-21 21:12:37 -05:00
0081169d11
closes #2 - added call to update the local addon folder after a restore operation
2012-05-04 14:54:26 -05:00
c5008dd84d
this one too
2012-04-30 07:53:07 -05:00
20b15eb051
these were missed in the last commit
2012-04-30 07:52:22 -05:00
1d320cd601
added enum setting to make setting the remote path more understandable
2012-04-28 14:46:42 -05:00
f0d98152f1
added vfs module created by paddycarey. restore.txt no longer needed to find restore files
...
File selection criteria now used by both backup and restore
2012-04-28 14:29:59 -05:00
b6d78ea77b
re-ordered settings so that the precedence makes more sense
2012-04-25 10:38:35 -05:00
baedaf1b24
moved when progress bar first displays so you know the addon is doing something
2012-04-24 21:01:12 -05:00
59896ac0bf
added ability to type a remote path as well as browse to one
...
check remote paths before writing to them
2012-04-23 21:04:03 -05:00
0b0d8dab3f
finished restore code
...
moved "mode" to the top of the settings screen
2012-04-22 15:58:39 -05:00
f520d58c6b
added a "restore.txt" document that can be used to reverse the flow from remote to local.
...
Added restore mode in settings
2012-04-21 17:18:41 -05:00
140965733c
added RestoreFile class for making a list of files to restore later
2012-04-20 15:48:18 -05:00
27265ad340
Added progress bar and "silent" for running via the RunScript() xbmc function
2012-04-20 13:32:25 -05:00
76bd9ca529
added icon
2012-04-20 11:27:39 -05:00
4bc7d0cbf9
apparently icon must be a PNG
2012-04-19 18:47:27 -05:00
ba02c0291e
deleted these
2012-04-19 18:41:47 -05:00
79f205dfb4
added new icon file as well as updated README information for usage
2012-04-19 18:30:46 -05:00
b307ceed57
Thought I did this last time - string should be there now
2012-04-19 18:11:04 -05:00