Kodi Community Forum
Release Mimic 1.x for Helix - Printable Version

+- Kodi Community Forum (https://forum.kodi.tv)
+-- Forum: Support (https://forum.kodi.tv/forumdisplay.php?fid=33)
+--- Forum: Skins Support (https://forum.kodi.tv/forumdisplay.php?fid=67)
+---- Forum: Mimic-LR (https://forum.kodi.tv/forumdisplay.php?fid=218)
+---- Thread: Release Mimic 1.x for Helix (/showthread.php?tid=210552)



RE: Mimic for Helix - jrock600 - 2015-02-26

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


RE: Mimic for Helix - braz - 2015-02-26

(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.


RE: Mimic for Helix - braz - 2015-02-26

(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.


RE: Mimic for Helix - patria o muerte - 2015-02-26

(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.


RE: Mimic for Helix - braz - 2015-02-26

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



RE: Mimic for Helix - Chewy74 - 2015-02-27

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.



RE: Mimic for Helix - patria o muerte - 2015-02-27

(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.


RE: Mimic for Helix - braz - 2015-02-27

(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?


RE: Mimic for Helix - patria o muerte - 2015-02-27

(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


RE: Mimic for Helix - braz - 2015-02-28

(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?"


RE: Mimic for Helix - eangulus2 - 2015-02-28

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?


RE: Mimic for Helix - braz - 2015-02-28

(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.


RE: Mimic for Helix - eangulus2 - 2015-02-28

(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.


RE: Mimic for Helix - braz - 2015-02-28

(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.


RE: Mimic for Helix - eangulus2 - 2015-03-01

(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.