• 1
  • 40
  • 41
  • 42(current)
  • 43
  • 44
  • 57
Release Mimic 1.x for Helix
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
Reply
(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?
(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.
You can find the setting in Skin Settings --> Home. I forget what it is named exactly.
Reply
(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.
Thanks
Open up Includes_Widgets.xml and remove or comment out the autoscroll line.
Reply
(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.
Thanks
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.
Reply
(2015-02-26, 22:19)patria o muerte Wrote:
(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.
Thanks
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.
Here's the line to remove:

Code:
<autoscroll time="10000" delay="10000" repeat="10000">Control.IsVisible(9003) + !Control.HasFocus(8000)</autoscroll>
Reply
Sorry. I should have looked closer before posting... It was right there... Sadly, I did look for a while too. Getting old sucks hahaha.

Thanks for the great skin
(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?
(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.
You can find the setting in Skin Settings --> Home. I forget what it is named exactly.
Reply
(2015-02-26, 23:54)bryanbrazil Wrote:
(2015-02-26, 22:19)patria o muerte Wrote:
(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.
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.
Reply
(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.....
Thanks.
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?
Reply
(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?

Yes
Reply
(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

Just got home and tested it. The widgets no longer autoscroll when commenting out that line. Are you talking about something else when you say "shifting around?"
Reply
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?
Reply
(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.
Reply
(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.
Reply
(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.

Check your settings for Library Data Provider. That's where the setting is to display "Only unwatched and unfinished" items.
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.

Sorry, but feel absolutely dumb here. What setting is this "Library Data Provider"? Never heard of it even thou I have used XBMC since the XBOX days.

Can you please elaborate.
Reply
  • 1
  • 40
  • 41
  • 42(current)
  • 43
  • 44
  • 57

Logout Mark Read Team Forum Stats Members Help
Mimic 1.x for Helix9