2019-10-10, 17:12
I have noticed that when I click in Reset skin settings to default they reset other skins too (Amber and Aeon Nox: SiLVO are examples), but the opposite does not happen. This is normal?
(2019-10-10, 17:12)edjalmo Wrote: I have noticed that when I click in Reset skin settings to default they reset other skins too (Amber and Aeon Nox: SiLVO are examples), but the opposite does not happen. This is normal?The button isn't resetting the settings of other skins, it is resetting skinshortcuts. Skinshortcuts shares its home menu setup between skins.
<smartplaylist type="tvshows">
<name>TV</name>
<match>one</match>
<rule field="path" operator="startswith">
<value>F:\KODI\TV\</value>
</rule>
</smartplaylist>
(2019-10-11, 23:14)darktanis Wrote: Hey guys:
Just 1 quick question, is the Daylight-Nightlight mode working for anyone? Do I need to do something for it to work? Been using the skin since forever and never saw it changing my theme at any point.
Thanks in advance!
(2019-10-12, 11:40)curael Wrote:(2019-10-11, 23:14)darktanis Wrote: Hey guys:
Just 1 quick question, is the Daylight-Nightlight mode working for anyone? Do I need to do something for it to work? Been using the skin since forever and never saw it changing my theme at any point.
Thanks in advance!
It worked for me while I had it on some time ago.
(2019-10-12, 11:42)Rijs43 Wrote:I think it depends on the version of the Skin Helper Service you use.(2019-10-12, 11:40)curael Wrote:(2019-10-11, 23:14)darktanis Wrote: Hey guys:
Just 1 quick question, is the Daylight-Nightlight mode working for anyone? Do I need to do something for it to work? Been using the skin since forever and never saw it changing my theme at any point.
Thanks in advance!
It worked for me while I had it on some time ago.
For me it is also not working but settings are on..
(2019-10-12, 11:53)mozomo Wrote:(2019-10-12, 11:42)Rijs43 Wrote:I think it depends on the version of the Skin Helper Service you use.(2019-10-12, 11:40)curael Wrote: It worked for me while I had it on some time ago.
For me it is also not working but settings are on..
If you use the one from marcelveld's repository the switching works but with every restart of Kodi you get an error message on screen (or at least that happens here)
If I use the one Bingie's repository there is no error message but switching of the skin-mode does not work
(2019-10-12, 11:53)mozomo Wrote:(2019-10-12, 11:42)Rijs43 Wrote:I think it depends on the version of the Skin Helper Service you use.(2019-10-12, 11:40)curael Wrote: It worked for me while I had it on some time ago.
For me it is also not working but settings are on..
If you use the one from marcelveld's repository the switching works but with every restart of Kodi you get an error message on screen (or at least that happens here)
If I use the one Bingie's repository there is no error message but switching of the skin-mode does not work
xml:<onload condition="Skin.HasSetting(ThemeSwitcher) + System.Time(06:00,18:00) + !String.IsEqual(Skin.CurrentColourTheme,SKINDEFAULT)">XBMC.RunScript(script.skin.helper.service,action=setkodisetting,setting=lookandfeel.skincolors,value=SKINDEFAULT)</onload>
<onload condition="Skin.HasSetting(ThemeSwitcher) + !System.Time(06:00,18:00) + !String.IsEqual(Skin.CurrentColourTheme,Dark)">XBMC.RunScript(script.skin.helper.service,action=setkodisetting,setting=lookandfeel.skincolors,value=Dark)</onload>