• 1
  • 5
  • 6
  • 7(current)
  • 8
  • 9
  • 41
Bug reports
#91
Anyone else having addons with context menu's not showin up in the menu . This is an issue I was having with psuedolive settings export. I am pretty sure its an issue with the add on not being updated to the new skins .
OS :Android 5.1
Box: Matircom G Box AMLS812
Kodi: SPMC
Skin APPTV
Country:USA
Connection ADSL(11MPS) , Ethernet
Game Systems : Wii, PS3
Cable Provider: WOW! (Wide Open West)
Media servers (windows 10 PC) Mediaportal, Playon, Kodi

Reply
#92
latest skin sync, all OK but themes still don't work on android, guessing it might be a core problem?

also would be nice to scroll more then 10 items across on the homepage like netflix has 50 or so.
Reply
#93
(2016-03-30, 23:53)scott967 Wrote: On Windows 0330 build, seeing this in the log:

Code:
11:48:13 T:3624   ERROR: Misplaced [
11:48:13 T:3624   ERROR: Error parsing boolean expression $EXP[infodialog_active]

but searching on infodialog_active I couldn't seeing anything amiss in the skin files.

Full log: http://xbmclogs.com/p1dkeixbn

scott s.
.

Not just Windows, in latest RPi test builds too, and in several places (Home screen, when entering Movies library etc.) - presumably from PR9488?
Texture Cache Maintenance Utility: Preload your texture cache for optimal UI performance. Remotely manage media libraries. Purge unused artwork to free up space. Find missing media. Configurable QA check to highlight metadata issues. Aid in diagnosis of library and cache related problems.
Reply
#94
(2016-03-27, 08:00)MONSTA Wrote: Rpi2 still crashes on this skin when i try to scroll the files less than 2 Gb in the file manager. Larger no problem. I must change back to old skin for copy to another disc. Very inconveniently. On small files like samples about 100-300 Mb the system doesn't falls but slows.
Crashlog http://sprunge.us/cCUQ
Thank you

should (hopefully) be fixed for next sync
Donate: https://kodi.tv/contribute/donate (foundation), 146Gr48FqHM7TPB9q33HHv6uWpgQqdz1yk (BTC personal)
Estuary: Kodis new default skin - ExtendedInfo Script - KodiDevKit
Reply
#95
(2016-03-31, 02:39)Milhouse Wrote:
(2016-03-30, 23:53)scott967 Wrote: On Windows 0330 build, seeing this in the log:

Code:
11:48:13 T:3624   ERROR: Misplaced [
11:48:13 T:3624   ERROR: Error parsing boolean expression $EXP[infodialog_active]

but searching on infodialog_active I couldn't seeing anything amiss in the skin files.

Full log: http://xbmclogs.com/p1dkeixbn

scott s.
.

Not just Windows, in latest RPi test builds too, and in several places (Home screen, when entering Movies library etc.) - presumably from PR9488?

Weird that brackets do not work in expressions... should be fixed for next sync.
Donate: https://kodi.tv/contribute/donate (foundation), 146Gr48FqHM7TPB9q33HHv6uWpgQqdz1yk (BTC personal)
Estuary: Kodis new default skin - ExtendedInfo Script - KodiDevKit
Reply
#96
(2016-03-31, 02:11)mazey Wrote: latest skin sync, all OK but themes still don't work on android, guessing it might be a core problem?

correct, it´s related to packaging, not the skin itself.
Donate: https://kodi.tv/contribute/donate (foundation), 146Gr48FqHM7TPB9q33HHv6uWpgQqdz1yk (BTC personal)
Estuary: Kodis new default skin - ExtendedInfo Script - KodiDevKit
Reply
#97
(2016-03-30, 19:22)cojms1 Wrote: Am loving the skin so far.
Not sure if this is related to the variable mentioned by @Guilouz but, when using the Global search function the results are returned correctly but the screen no longer follows the theme that I have set (charcoal with default colours).

That´s because the script contains XMLs which work as a fallback for all skins. Not sure if it is worth it to create estuary-only XMLs.
Donate: https://kodi.tv/contribute/donate (foundation), 146Gr48FqHM7TPB9q33HHv6uWpgQqdz1yk (BTC personal)
Estuary: Kodis new default skin - ExtendedInfo Script - KodiDevKit
Reply
#98
(2016-03-30, 03:51)Guilouz Wrote: Problem with your variable :

Code:
<variable name="GlobalFanartVar">
    <value condition="Skin.HasSetting(use_custom_bg) + !String.IsEmpty(Skin.String(custom_background))">$INFO[Skin.String(custom_background)]</value>
    <value>special://skin/extras/backgrounds/$INFO[Skin.CurrentTheme].jpg</value>
</variable>

Must be :

Code:
<variable name="GlobalFanartVar">
    <value condition="Skin.HasSetting(use_custom_bg) + !String.IsEmpty(Skin.String(custom_background))">$INFO[Skin.String(custom_background)]</value>
    <value>special://skin/extras/backgrounds/$INFO[Skin.CurrentColourTheme].jpg</value>
</variable>

For next sync theme and color selection are completely independent (so you can choose either flat or curial with any of the colors.)
Donate: https://kodi.tv/contribute/donate (foundation), 146Gr48FqHM7TPB9q33HHv6uWpgQqdz1yk (BTC personal)
Estuary: Kodis new default skin - ExtendedInfo Script - KodiDevKit
Reply
#99
(2016-03-31, 21:04)phil65 Wrote:
(2016-03-31, 02:11)mazey Wrote: latest skin sync, all OK but themes still don't work on android, guessing it might be a core problem?

correct, it´s related to packaging, not the skin itself.

do you think this will be fixed at some point? or would android miss out on theme changes due to some reason.
Reply
(2016-03-31, 23:51)mazey Wrote:
(2016-03-31, 21:04)phil65 Wrote:
(2016-03-31, 02:11)mazey Wrote: latest skin sync, all OK but themes still don't work on android, guessing it might be a core problem?

correct, it´s related to packaging, not the skin itself.

do you think this will be fixed at some point? or would android miss out on theme changes due to some reason.
I think it will be fixed, but no promises. Since I completely separated color and theme selection today, you will be able to choose from all the colors at least for the time being (after next skin sync). The only thing missing then is the "curial" theme.
Donate: https://kodi.tv/contribute/donate (foundation), 146Gr48FqHM7TPB9q33HHv6uWpgQqdz1yk (BTC personal)
Estuary: Kodis new default skin - ExtendedInfo Script - KodiDevKit
Reply
i am able to select colours and change them atm, it only changes the osd/help text colour. is that what you mean. id like to be able to change the background colour (im guessing that's what theme does).
Reply
(2016-04-01, 01:01)mazey Wrote: i am able to select colours and change them atm, it only changes the text colour though. is that what you mean. id like to be able to change the background colour (im guessing that's what theme does).

As said, wait for the next sync (probably next week). Changing the color will work then regardless of whether themes are workin.
Donate: https://kodi.tv/contribute/donate (foundation), 146Gr48FqHM7TPB9q33HHv6uWpgQqdz1yk (BTC personal)
Estuary: Kodis new default skin - ExtendedInfo Script - KodiDevKit
Reply
(2016-04-01, 01:02)phil65 Wrote:
(2016-04-01, 01:01)mazey Wrote: i am able to select colours and change them atm, it only changes the text colour though. is that what you mean. id like to be able to change the background colour (im guessing that's what theme does).

As said, wait for the next sync (probably next week). Changing the color will work then regardless of whether themes are workin.

ohh awesome Smile thank you. much appreciated.
Reply
When using Charcoal theme with PVR icons on, current program of focused channel is barely visible

Image
Reply
(2016-03-31, 21:07)phil65 Wrote:
(2016-03-30, 19:22)cojms1 Wrote: Am loving the skin so far.
Not sure if this is related to the variable mentioned by @Guilouz but, when using the Global search function the results are returned correctly but the screen no longer follows the theme that I have set (charcoal with default colours).

That´s because the script contains XMLs which work as a fallback for all skins. Not sure if it is worth it to create estuary-only XMLs.

No problem. Just threw me as it looked a little like the default settings of the skin so wasn't sure if it should have followed the selected theme and colour.
Reply
  • 1
  • 5
  • 6
  • 7(current)
  • 8
  • 9
  • 41

Logout Mark Read Team Forum Stats Members Help
Bug reports5