https://github.com/robweber/script.toggle.local
Toggles Kodi from using shared database or local database
https://github.com/robweber/script.toggle.local
Last synced: 23 days ago
JSON representation
Toggles Kodi from using shared database or local database
- Host: GitHub
- URL: https://github.com/robweber/script.toggle.local
- Owner: robweber
- License: mit
- Created: 2013-07-25T14:07:39.000Z (almost 13 years ago)
- Default Branch: master
- Last Pushed: 2024-05-02T23:53:02.000Z (about 2 years ago)
- Last Synced: 2025-11-13T21:03:24.806Z (8 months ago)
- Language: Python
- Homepage:
- Size: 409 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: changelog.md
- License: LICENSE
Awesome Lists containing this project
README
# Toggle Local
[](https://app.travis-ci.com/github/robweber/script.toggle.local)
[](https://github.com/robweber/script.toggle.local/blob/master/LICENSE.txt)
[](https://www.python.org/dev/peps/pep-0008/)
__Kodi Version Compatibility:__ Kodi 17.x (Krypton) and greater
This script was created for a very specific need I had from some of my Kodi clients. Specifically for tablet and phone installations I have the following two use cases:
1. using them at home and needing access to the home network sources and mysql database
2. using them away from home and wanting access to local database and sources only
## Install
There are no outside dependencies, other than Kodi's main libraries, so you can download and install using the zip file from this repo.
## Usage
This addon can toggle between these two states by renaming advancedsetting.xml files and restarting Kodi. Currently you need two files:
* advancedsettings.local.xml
* advancedsettings.remote.xml
When running the addon you can select which "state" you want your Kodi instance to be a part of. This will remove the current advancedsettings.xml information and rename the correct file. Once Kodi is restarted your new settings will take place.
## Attributions
Folder Icon by [Jojo Mendoza](https://www.iconfinder.com/hopstarter) - [Creative Commons Attribution-NonCommercial 3.0 Unported license](https://creativecommons.org/licenses/by-nc/3.0/legalcode)
## License
[MIT](/LICENSE)