From c1b87ff223bf6af4cdfbe9df366548aa3bea79b0 Mon Sep 17 00:00:00 2001 From: Rob <1572423+robweber@users.noreply.github.com> Date: Thu, 3 Dec 2020 14:38:44 -0600 Subject: [PATCH] added settings restore process --- Restoring-Files.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Restoring-Files.md b/Restoring-Files.md index 8550509..bc6077d 100644 --- a/Restoring-Files.md +++ b/Restoring-Files.md @@ -12,5 +12,5 @@ First, there is a version check. If you are restoring to a different version of ## Advanced Settings Check Next is a check is for an advancedsettings.xml file. If you've created this file and it exists in your restore archive you'll be asked to reboot Kodi. This is so that the file can be loaded and used for any special settings, mainly path substitutions, you may have had that would affect the rest of the restore. The Backup addon will prompt you to continue the restore process when you reboot the program. -## System Settings -The last bit of post-processing is done after all the backup files have been restored. If you have restored your configuration files the addon will attempt to restore any system specific settings that it can from the guisettings.xml file. This is done by comparing the restored file with settings via the JSONPRC Settings.SetSettingValue method. Only system specific settings can be restored so you will get any custom views or skin specific settings back. If you're not seeing your addons, or other settings, see the [FAQ](https://github.com/robweber/xbmcbackup/wiki/FAQ) for how to restore these. \ No newline at end of file +## UI System Settings +The last bit of post-processing is done after all the backup files have been restored. By default this is when all the saved UI Settings from the backup will be set on the system. These are the things found in the [Settings](https://kodi.wiki/view/Settings) area of the Kodi menu. If you have the _Always prompt to restore Kodi UI Settings_ setting turned on you'll get prompted on if you want these restored at the start of the backup. This process is done by comparing the saved settings with settings currently set via the [JSONPRC Settings.SetSettingValue](https://kodi.wiki/view/JSON-RPC_API/v12#Settings.GetSettingValue) method. Only system specific settings can be restored so you will get any custom views or skin specific settings back. If you're not seeing your addons, or other settings, see the [FAQ](https://github.com/robweber/xbmcbackup/wiki/FAQ) for how to restore these. \ No newline at end of file