mirror of
https://github.com/robweber/xbmcbackup.git
synced 2024-11-14 20:35:48 +01:00
version bump closes #30
This commit is contained in:
parent
a7044cd17c
commit
3ae5ce8f6f
@ -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)
|
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
|
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.
|
||||||
|
|
||||||
|
@ -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.3.7" provider-name="robweber">
|
name="XBMC Backup" version="0.3.8" provider-name="robweber">
|
||||||
<requires>
|
<requires>
|
||||||
<import addon="xbmc.python" version="2.1.0"/>
|
<import addon="xbmc.python" version="2.1.0"/>
|
||||||
</requires>
|
</requires>
|
||||||
|
@ -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
|
Version 0.3.7
|
||||||
|
|
||||||
added optional addon.xml tags
|
added optional addon.xml tags
|
||||||
|
Loading…
Reference in New Issue
Block a user