From 3ae5ce8f6f67d4cb838d7a03e98efe418e553800 Mon Sep 17 00:00:00 2001 From: Rob Weber Date: Thu, 9 May 2013 14:35:45 -0500 Subject: [PATCH] version bump closes #30 --- README.txt | 4 ++++ addon.xml | 2 +- changelog.txt | 4 ++++ 3 files changed, 9 insertions(+), 1 deletion(-) diff --git a/README.txt b/README.txt index 2c55b41..4b345e3 100644 --- a/README.txt +++ b/README.txt @@ -59,3 +59,7 @@ GUISETTINGS.xml is a configuration file used heavily by XBMC for remembering GUI 5. Connect to your machine using WinSCP and copy the guisettings.xml file to the userdata folder (this is the guisettings.xml file from your backup) 6. go back to your putty window and type rm /var/lock/xbmc.disabled +Why is the Addon prompting me to restart XBMC to continue? + +If you have an advancedsettings file in your restore folder the addon will ask you if you want to restore this file and restart xbmc to continue. This is because the advancedsettings file may contain path substitution information that you want to be loaded when doing the rest of your restore. By restoring this file and restarting xbmc it will be loaded and the rest of your files will go where they are supposed to. If you know your file does not contain any path substitutions you can select "no" and continue as normal. + diff --git a/addon.xml b/addon.xml index 09f21c3..bd4ff2b 100644 --- a/addon.xml +++ b/addon.xml @@ -1,6 +1,6 @@  + name="XBMC Backup" version="0.3.8" provider-name="robweber"> diff --git a/changelog.txt b/changelog.txt index 1b15562..e2e7705 100644 --- a/changelog.txt +++ b/changelog.txt @@ -1,3 +1,7 @@ +Version 0.3.8 + +added advancedsettings check on restore. prompts user to restore only this file and restart xbmc to continue. This fixes issues where path substitution was not working during restores - thanks ctrlbru + Version 0.3.7 added optional addon.xml tags