Kodi Community Forum

Full Version: Bug reports
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41
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 .
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.
(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?
(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
(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.
(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.
(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.
(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.)
(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.
(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.
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).
(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.
(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.
When using Charcoal theme with PVR icons on, current program of focused channel is barely visible

Image
(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.
Pages: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41