script.toolbox
script.toolbox copied to clipboard
Some advanced functions for skinners
Testing Kodi Nexus v20 Alpha on Apple TV 4K (2021) and script.toolbox does not work. It causes the error shown below from log. I found a similar sounding issue here...
Is there any plans on having this work with tvOS
Hi Phil, As you know I'm working on splitting up my skinhelper addon from the massive all-in-one monster into several modules and scripts. For some parts I see some overlap...
The error message displayed when settings.xml is not found is incorrect. The error message says that it's guisettings.xml that is missing: https://github.com/phil65/script.toolbox/blob/master/resources/language/English/strings.po#L58 However, the code is looking for settings.xml: https://github.com/phil65/script.toolbox/blob/master/resources/lib/Utils.py#L119...
I've been experiencing regular addon crashes since I updated to Jarvis. Here's the exception I usually get: ``` 11:32:25 T:140667409913600 DEBUG: script.toolbox: blurred img already created: /home/brix/.kodi/userdata/addon_data/script.toolbox/3fc6aa21f93f37140d7508baf4a8a51a30.png 11:32:25 T:140667409913600 ERROR:...
logs
Hello, Is it possible to end the script with a closure log in kodi.log ? thank you very much
Currently if you don't want a header by leaving it empty but you previously ran textviewer that had a header value then the old value will be displayed. PS The...
would it be possible for dialog textviewer to call in a text file from outside ? not a label either or from the language, I'm talking about a foo.txt placed...