• 1
  • 6
  • 7
  • 8(current)
  • 9
  • 10
  • 22
Release KodiDevKit: SublimeText3 plugin to support kodi skinning / scripting
For the first error, make sure you have set the kodi_address setting. The user settings file doesnt get updated doing git pull, so any new settings you have to copy manually or by deleting the file first.
Reply
You mean the kodi_path? It's set and the latest tried builtin command will also be added to the user setting file.
Main: Lancool II Mesh  - Ryzen 9 5900x - MSI x570 Unify - Zotac RTX 3080 AMP HOLO - 32GB Trident Z Neo 3600 CL16 -  EVO 960 M.2 250GB / EVO 940 250GB / MX100 512GB /  Crucial P1 2TB / WD Blue 3D Nand 2TB 
Sound: Saxx AS30 DSP - Beyer Dynamic Custom One Pro 
TV: Nvidia Shield 2019 Pro- Adalight 114x LEDs - Sony 65XG9505 - Kodi / Emby - Yamaha RX-V683 - Heco Victa 700/101/251a + Dynavoice Magic FX-4
Server: i3 Skylake - 8GB - OMV4 - 22TB Storage
Reply
(2015-05-04, 14:46)sualfred Wrote: You mean the kodi_path? It's set and the latest tried builtin command will also be added to the user setting file.

no, the JSON-PRC settings (address, user name, password)

Code:
/*
     * Kodi address
     *
     * Put the URL and port of the kodi instance you´re workin with here:
     *
     */
    "kodi_address": "http://localhost:8080",
    /*
     * Kodi username
     *
     * username for JSON requests, needs proper kodi config
     *
     */
    "kodi_username": "kodi",
    /*
     * Kodi password
     *
     * password for JSON requests, needs proper kodi config
     *
     */
    "kodi_password": "",
Donate: https://kodi.tv/contribute/donate (foundation), 146Gr48FqHM7TPB9q33HHv6uWpgQqdz1yk (BTC personal)
Estuary: Kodis new default skin - ExtendedInfo Script - KodiDevKit
Reply
Ah okay.

-> SublimeKodi: b'{"id":1,"jsonrpc":"2.0","result":"OK"}'

But nothing happens in Kodi
Main: Lancool II Mesh  - Ryzen 9 5900x - MSI x570 Unify - Zotac RTX 3080 AMP HOLO - 32GB Trident Z Neo 3600 CL16 -  EVO 960 M.2 250GB / EVO 940 250GB / MX100 512GB /  Crucial P1 2TB / WD Blue 3D Nand 2TB 
Sound: Saxx AS30 DSP - Beyer Dynamic Custom One Pro 
TV: Nvidia Shield 2019 Pro- Adalight 114x LEDs - Sony 65XG9505 - Kodi / Emby - Yamaha RX-V683 - Heco Victa 700/101/251a + Dynavoice Magic FX-4
Server: i3 Skylake - 8GB - OMV4 - 22TB Storage
Reply
latest script.toolbox version installed? Please start to read what I am writing Wink
Donate: https://kodi.tv/contribute/donate (foundation), 146Gr48FqHM7TPB9q33HHv6uWpgQqdz1yk (BTC personal)
Estuary: Kodis new default skin - ExtendedInfo Script - KodiDevKit
Reply
I better should start updating addons everywhere instead on only one pc.... yep, that was the reason. Did it at home but not in the office.
Main: Lancool II Mesh  - Ryzen 9 5900x - MSI x570 Unify - Zotac RTX 3080 AMP HOLO - 32GB Trident Z Neo 3600 CL16 -  EVO 960 M.2 250GB / EVO 940 250GB / MX100 512GB /  Crucial P1 2TB / WD Blue 3D Nand 2TB 
Sound: Saxx AS30 DSP - Beyer Dynamic Custom One Pro 
TV: Nvidia Shield 2019 Pro- Adalight 114x LEDs - Sony 65XG9505 - Kodi / Emby - Yamaha RX-V683 - Heco Victa 700/101/251a + Dynavoice Magic FX-4
Server: i3 Skylake - 8GB - OMV4 - 22TB Storage
Reply
...and for the last error you had please post the complete console output.
Donate: https://kodi.tv/contribute/donate (foundation), 146Gr48FqHM7TPB9q33HHv6uWpgQqdz1yk (BTC personal)
Estuary: Kodis new default skin - ExtendedInfo Script - KodiDevKit
Reply
For some reasons it works at home. Only on my office rig no tooltip is shown. I'll test it tomorrow again and keep you updated. Thx for your patience Wink
Main: Lancool II Mesh  - Ryzen 9 5900x - MSI x570 Unify - Zotac RTX 3080 AMP HOLO - 32GB Trident Z Neo 3600 CL16 -  EVO 960 M.2 250GB / EVO 940 250GB / MX100 512GB /  Crucial P1 2TB / WD Blue 3D Nand 2TB 
Sound: Saxx AS30 DSP - Beyer Dynamic Custom One Pro 
TV: Nvidia Shield 2019 Pro- Adalight 114x LEDs - Sony 65XG9505 - Kodi / Emby - Yamaha RX-V683 - Heco Victa 700/101/251a + Dynavoice Magic FX-4
Server: i3 Skylake - 8GB - OMV4 - 22TB Storage
Reply
more new stuff:

-"Go to kodi wiki" context menu entry when selection is on <control type="xxx">
- ask user to take existing label if available when using move-to-language-file from context menu
- support for skins with several xml folders

esp. 3rd one is tricky, so possible that stuff breaks.
Donate: https://kodi.tv/contribute/donate (foundation), 146Gr48FqHM7TPB9q33HHv6uWpgQqdz1yk (BTC personal)
Estuary: Kodis new default skin - ExtendedInfo Script - KodiDevKit
Reply
At them moment my sublime log has many many sublimekodi messages in it, seems to be logging all edits or cut and pastes or something....bit odd.
Addons I wrote &/or maintain:
OzWeather (Australian BOM weather) | Check Previous Episode | Playback Resumer | Unpause Jumpback | XSqueezeDisplay | (Legacy - XSqueeze & XZen)
Sorry, no help w/out a *full debug log*.
Reply
Since I´m in development phase I log all kind of stuff into console. if you dont want it you can just edit the log function in Utils.py.
Donate: https://kodi.tv/contribute/donate (foundation), 146Gr48FqHM7TPB9q33HHv6uWpgQqdz1yk (BTC personal)
Estuary: Kodis new default skin - ExtendedInfo Script - KodiDevKit
Reply
Ported some first stuff from my SkinConverter tool.

Skin sanity checking:
- Check Variables (find unused variables and undefined var references)
- Check Includes (same)
- Check for invalid xml nodes

EDIT: at the moment it is hardcoded to use the "1080i" folder, will fix that.

EDIT2: different xml folders should work now, but includes with condition attributes lead to false positives atm. will get fixed.
Donate: https://kodi.tv/contribute/donate (foundation), 146Gr48FqHM7TPB9q33HHv6uWpgQqdz1yk (BTC personal)
Estuary: Kodis new default skin - ExtendedInfo Script - KodiDevKit
Reply
Very cool, just downloaded and tested the latest from github. Everything worked well, though I also noticed the false positives for some includes. The only thing I didn't get to work was the command to reload the skin. I have my name/password set correctly in the SublimeKodi settings, but I get the following error:

Code:
SublimeKodi: b'{"error":{"code":-32602,"message":"Invalid params."},"id":1,"jsonrpc":"2.0"}'

Here's the complete log
Reply
Probably not latest script.toolbox installed
Donate: https://kodi.tv/contribute/donate (foundation), 146Gr48FqHM7TPB9q33HHv6uWpgQqdz1yk (BTC personal)
Estuary: Kodis new default skin - ExtendedInfo Script - KodiDevKit
Reply
(2015-05-09, 02:39)phil65 Wrote: Probably not latest script.toolbox installed
Didn't have it installed at all actually. Smile Working fine now, thanks!
Reply
  • 1
  • 6
  • 7
  • 8(current)
  • 9
  • 10
  • 22

Logout Mark Read Team Forum Stats Members Help
KodiDevKit: SublimeText3 plugin to support kodi skinning / scripting1