2015-02-26, 07:52
Is there any way to disable the widget autoscroll option via xml edit? I love everything about this skin now with the exception of the widgets always shifting around.
Thanks
Thanks
(2015-02-26, 04:29)Chewy74 Wrote: Where can I find the option to turn off the "widget always on" , and to go back to the previous behavior of only on when hitting remote Up?You can find the setting in Skin Settings --> Home. I forget what it is named exactly.
(2015-02-24, 03:45)bryanbrazil Wrote:(2015-02-23, 21:08)patria o muerte Wrote: OK. As an alternative is possible to automatically show the widgets while scrolling the menu bar?
Thanks
Yes, there is an option to always show the widgets in version 1.04. This version was just accepted to the repo, may take a few days to auto update.
(2015-02-26, 07:52)jrock600 Wrote: Is there any way to disable the widget autoscroll option via xml edit? I love everything about this skin now with the exception of the widgets always shifting around.Open up Includes_Widgets.xml and remove or comment out the autoscroll line.
Thanks
(2015-02-26, 08:03)bryanbrazil Wrote:(2015-02-26, 07:52)jrock600 Wrote: Is there any way to disable the widget autoscroll option via xml edit? I love everything about this skin now with the exception of the widgets always shifting around.Open up Includes_Widgets.xml and remove or comment out the autoscroll line.
Thanks
(2015-02-26, 22:19)patria o muerte Wrote:Here's the line to remove:(2015-02-26, 08:03)bryanbrazil Wrote:(2015-02-26, 07:52)jrock600 Wrote: Is there any way to disable the widget autoscroll option via xml edit? I love everything about this skin now with the exception of the widgets always shifting around.Open up Includes_Widgets.xml and remove or comment out the autoscroll line.
Thanks
Hi,could you please paste that line?I'm not sure i modify the right one.....
Thanks.
<autoscroll time="10000" delay="10000" repeat="10000">Control.IsVisible(9003) + !Control.HasFocus(8000)</autoscroll>
(2015-02-26, 08:00)bryanbrazil Wrote:(2015-02-26, 04:29)Chewy74 Wrote: Where can I find the option to turn off the "widget always on" , and to go back to the previous behavior of only on when hitting remote Up?You can find the setting in Skin Settings --> Home. I forget what it is named exactly.
(2015-02-24, 03:45)bryanbrazil Wrote: Yes, there is an option to always show the widgets in version 1.04. This version was just accepted to the repo, may take a few days to auto update.
(2015-02-26, 23:54)bryanbrazil Wrote:(2015-02-26, 22:19)patria o muerte Wrote:Here's the line to remove:(2015-02-26, 08:03)bryanbrazil Wrote: Open up Includes_Widgets.xml and remove or comment out the autoscroll line.
Hi,could you please paste that line?I'm not sure i modify the right one.....
Thanks.
Code:<autoscroll time="10000" delay="10000" repeat="10000">Control.IsVisible(9003) + !Control.HasFocus(8000)</autoscroll>
(2015-02-27, 08:51)patria o muerte Wrote:(2015-02-26, 23:54)bryanbrazil Wrote:(2015-02-26, 22:19)patria o muerte Wrote: Hi,could you please paste that line?I'm not sure i modify the right one.....Here's the line to remove:
Thanks.
Code:<autoscroll time="10000" delay="10000" repeat="10000">Control.IsVisible(9003) + !Control.HasFocus(8000)</autoscroll>
Hi,
i removed that line but widgets keep shifting around.
(2015-02-27, 16:16)bryanbrazil Wrote:(2015-02-27, 08:51)patria o muerte Wrote:(2015-02-26, 23:54)bryanbrazil Wrote: Here's the line to remove:
Code:<autoscroll time="10000" delay="10000" repeat="10000">Control.IsVisible(9003) + !Control.HasFocus(8000)</autoscroll>
Hi,
i removed that line but widgets keep shifting around.
Did you reload the skin or restart Kodi after removing the code?
(2015-02-27, 16:54)patria o muerte Wrote:(2015-02-27, 16:16)bryanbrazil Wrote:(2015-02-27, 08:51)patria o muerte Wrote: Hi,
i removed that line but widgets keep shifting around.
Did you reload the skin or restart Kodi after removing the code?
Yes
(2015-02-28, 17:17)eangulus2 Wrote: Hi, firstly love this skin. It's my first primary skin since confluence.
Previously the Widgets use to show eg. Recent TV Shows, but at least on the latest GIT it seems to have been changed to Recent UNWATCHED TV Shows.
Is there any plans to add back the option of showing any new/recent item and not remove it once it is watched?
Either way is there a way I can change it manually in the code?
(2015-02-28, 17:21)bryanbrazil Wrote:(2015-02-28, 17:17)eangulus2 Wrote: Hi, firstly love this skin. It's my first primary skin since confluence.
Previously the Widgets use to show eg. Recent TV Shows, but at least on the latest GIT it seems to have been changed to Recent UNWATCHED TV Shows.
Is there any plans to add back the option of showing any new/recent item and not remove it once it is watched?
Either way is there a way I can change it manually in the code?
I haven't made any changes to the widgets except to add a few new ones from the extendedinfo script. I'll have to test it to see what the behavior is on my system.
(2015-02-28, 17:23)eangulus2 Wrote:(2015-02-28, 17:21)bryanbrazil Wrote:(2015-02-28, 17:17)eangulus2 Wrote: Hi, firstly love this skin. It's my first primary skin since confluence.
Previously the Widgets use to show eg. Recent TV Shows, but at least on the latest GIT it seems to have been changed to Recent UNWATCHED TV Shows.
Is there any plans to add back the option of showing any new/recent item and not remove it once it is watched?
Either way is there a way I can change it manually in the code?
I haven't made any changes to the widgets except to add a few new ones from the extendedinfo script. I'll have to test it to see what the behavior is on my system.
Thanks. Not too sure what was going on originally but when I used to watch a video, it would still be in the recent widget.
Currently thou as soon as something it marked as watched, it no longer shows in the recent widget.
PS: thanks for the fast reply.
(2015-02-28, 17:52)bryanbrazil Wrote:(2015-02-28, 17:23)eangulus2 Wrote:(2015-02-28, 17:21)bryanbrazil Wrote: I haven't made any changes to the widgets except to add a few new ones from the extendedinfo script. I'll have to test it to see what the behavior is on my system.
Thanks. Not too sure what was going on originally but when I used to watch a video, it would still be in the recent widget.
Currently thou as soon as something it marked as watched, it no longer shows in the recent widget.
PS: thanks for the fast reply.
Check your settings for Library Data Provider. That's where the setting is to display "Only unwatched and unfinished" items.