• 1
  • 7
  • 8
  • 9(current)
  • 10
  • 11
  • 83
Skin / Script Development - Updates and Support
you can read, right?
Donate: https://kodi.tv/contribute/donate (foundation), 146Gr48FqHM7TPB9q33HHv6uWpgQqdz1yk (BTC personal)
Estuary: Kodis new default skin - ExtendedInfo Script - KodiDevKit
Reply
(2014-09-16, 05:02)phil65 Wrote: you can read, right?

Yes, lol. However it honestly looks like you're just replying to someone else rather than making an announcement which is why I skimmed through the page and posted what I did.

Thanks anyway.
Reply
Cant select skin in xbmc, downloaded everything from ur github phil. Using xbmx 13.2
Reply
you´re missing some dependencies then.
Donate: https://kodi.tv/contribute/donate (foundation), 146Gr48FqHM7TPB9q33HHv6uWpgQqdz1yk (BTC personal)
Estuary: Kodis new default skin - ExtendedInfo Script - KodiDevKit
Reply
Phil,

when I tried to add a costom menu button I can't select a "Typ" or "Funtion"...
Is it a bug?
Board: B85M-ITX
CPU: i3 4330
GPU: Geforce GTX 750ti
Reply
(2014-09-16, 06:12)snyft Wrote: Cant select skin in xbmc, downloaded everything from ur github phil. Using xbmx 13.2

Forgot i had to install it via .zip, thought i could windows hack it up by unzipping/unraring. Nvm..
Reply
(2014-09-16, 12:59)sveni_lee Wrote: Phil,

when I tried to add a costom menu button I can't select a "Typ" or "Funtion"...
Is it a bug?

no. you´re missing script.skinshortcuts
Donate: https://kodi.tv/contribute/donate (foundation), 146Gr48FqHM7TPB9q33HHv6uWpgQqdz1yk (BTC personal)
Estuary: Kodis new default skin - ExtendedInfo Script - KodiDevKit
Reply
(2014-09-16, 13:50)phil65 Wrote: no. you´re missing script.skinshortcuts

yes, that was the trick... thanks
Board: B85M-ITX
CPU: i3 4330
GPU: Geforce GTX 750ti
Reply
No rush on this obviously but any chance of documenting the new extendedinfo script functions?

Seems like a lot of cool stuff in there Wink
Reply
one more question.
do you have any idea why I don't get any similar artists

Image

I got a error in the debug-log
Code:
16:25:27 T:7112 ERROR: SQL: SQL error or missing database
Query: select idSong from songview where dwFileNameCRC='4294967295l' and strPath='http://uplink.duplexfx.com:8036/'
16:25:27 T:7112 ERROR: CDatabase::GetSingleValue - failed on query 'select idSong from songview where dwFileNameCRC='4294967295l' and strPath='http://uplink.duplexfx.com:8036/''
16:25:57 T:2716 INFO: XCURL::DllLibCurlGlobal::CheckIdle - Closing session to http://uplink.duplexfx.com (easy=0EEBA8C8, multi=00000000)
16:25:58 T:7112 INFO: XCURL::DllLibCurlGlobal::easy_aquire - Created session to http://uplink.duplexfx.com
16:25:59 T:7112 ERROR: SQL: SQL error or missing database
Query: select idSong from songview where dwFileNameCRC='4294967295l' and strPath='http://uplink.duplexfx.com:8036/'
16:25:59 T:7112 ERROR: CDatabase::GetSingleValue - failed on query 'select idSong from songview where dwFileNameCRC='4294967295l' and strPath='http://uplink.duplexfx.com:8036/''
16:26:30 T:2716 INFO: XCURL::DllLibCurlGlobal::CheckIdle - Closing session to http://uplink.duplexfx.com (easy=0EEBA8C8, multi=00000000)
Board: B85M-ITX
CPU: i3 4330
GPU: Geforce GTX 750ti
Reply
(2014-09-16, 16:39)sveni_lee Wrote: one more question.
do you have any idea why I don't get any similar artists

Image

I got a error in the debug-log
Code:
16:25:27 T:7112 ERROR: SQL: SQL error or missing database
Query: select idSong from songview where dwFileNameCRC='4294967295l' and strPath='http://uplink.duplexfx.com:8036/'
16:25:27 T:7112 ERROR: CDatabase::GetSingleValue - failed on query 'select idSong from songview where dwFileNameCRC='4294967295l' and strPath='http://uplink.duplexfx.com:8036/''
16:25:57 T:2716 INFO: XCURL::DllLibCurlGlobal::CheckIdle - Closing session to http://uplink.duplexfx.com (easy=0EEBA8C8, multi=00000000)
16:25:58 T:7112 INFO: XCURL::DllLibCurlGlobal::easy_aquire - Created session to http://uplink.duplexfx.com
16:25:59 T:7112 ERROR: SQL: SQL error or missing database
Query: select idSong from songview where dwFileNameCRC='4294967295l' and strPath='http://uplink.duplexfx.com:8036/'
16:25:59 T:7112 ERROR: CDatabase::GetSingleValue - failed on query 'select idSong from songview where dwFileNameCRC='4294967295l' and strPath='http://uplink.duplexfx.com:8036/''
16:26:30 T:2716 INFO: XCURL::DllLibCurlGlobal::CheckIdle - Closing session to http://uplink.duplexfx.com (easy=0EEBA8C8, multi=00000000)

possible that the info just isn´t available atm because of all the script changes I was makin. Will write a seperate daemon which fetches info based on the now playing music when I find the time. still busy with other stuff.
The log error is not caused by the script though.

(2014-09-16, 16:18)zag Wrote: No rush on this obviously but any chance of documenting the new extendedinfo script functions?

Seems like a lot of cool stuff in there Wink

I´m still afraid to do that because that´s much much work Wink. I also want to implement some more changes before it gets used in a wider way (probably separate API keys different skins for example)
Donate: https://kodi.tv/contribute/donate (foundation), 146Gr48FqHM7TPB9q33HHv6uWpgQqdz1yk (BTC personal)
Estuary: Kodis new default skin - ExtendedInfo Script - KodiDevKit
Reply
okay... thanks for explanation...

one more thing...

In addon-sttings are the "button" missing, so I can't see if its enabled or not..

Image
Board: B85M-ITX
CPU: i3 4330
GPU: Geforce GTX 750ti
Reply
(2014-09-16, 17:00)sveni_lee Wrote: okay... thanks for explanation...

one more thing...

In addon-sttings are the "button" missing, so I can't see if its enabled or not..

Image

thx, fixed.
Donate: https://kodi.tv/contribute/donate (foundation), 146Gr48FqHM7TPB9q33HHv6uWpgQqdz1yk (BTC personal)
Estuary: Kodis new default skin - ExtendedInfo Script - KodiDevKit
Reply
navigation change for home:
pressing "info" key when focus on main menu will hide widgets,
pressing "info" key when focus is on mixed widget will scroll through the list currently focused.
pressing "select" key when focus is on mixed widget will open the info dialog.
Donate: https://kodi.tv/contribute/donate (foundation), 146Gr48FqHM7TPB9q33HHv6uWpgQqdz1yk (BTC personal)
Estuary: Kodis new default skin - ExtendedInfo Script - KodiDevKit
Reply
Some items are too wide on view properties :

Image
Sorry for my english, but, you know, I'm French so ...

Main HTPC : Odroid-C2 running CoreELEC with Titan Bingie
Secondary HTPC : Freebox Mini 4K running Android TV with Titan Bingie
Reply
  • 1
  • 7
  • 8
  • 9(current)
  • 10
  • 11
  • 83

Logout Mark Read Team Forum Stats Members Help
Skin / Script Development - Updates and Support11