Kodi Community Forum
Release Mimic 4.x for Krypton (discontinued) - 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 4.x for Krypton (discontinued) (/showthread.php?tid=267268)

Pages: 1 2 3 4 5 6 7 8 9 10 11 12 13 14


RE: Mimic 4.x for Krypton - braz - 2016-05-15

Just redesigned the video/music info dialogs to incorporate the header. I'm finding it very difficult to get the window transitions just how I want because of all the customization options for the home screen. Just a heads up that I may do a radical redesign of the home screen for Kodi 18. The goal will be to simplify the home screen layouts and reduce the amount of options. I'm sure it won't be popular, but the current home screen code has gotten out of hand and difficult to manage.

Image


RE: Mimic 4.x for Krypton - im85288 - 2016-05-15

Hi braz,

I had an error report in the next up thread and noticed in your definition of script-nextup-notification-NextUpInfo.xml that your missing a definition for control 3001. This then causes next up to fail silently.

Cheers


RE: Mimic 4.x for Krypton - braz - 2016-05-15

(2016-05-15, 11:07)im85288 Wrote: Hi braz,

I had an error report in the next up thread and noticed in your definition of script-nextup-notification-NextUpInfo.xml that your missing a definition for control 3001. This then causes next up to fail silently.

Cheers
Fixed, thanks!


RE: Mimic 4.x for Krypton - braz - 2016-05-27

Moved some of the script.skinshortcuts buttons to a context menu. So if you're editing your menus and don't see all of the options, that's where they are now.

Image


RE: Mimic 4.x for Krypton - braz - 2016-05-27

Also changed it so widgets will show when submenu item has the focus (combined vertical menu only). And slightly decreased the size of the main menu font.


RE: Mimic 4.x for Krypton - LastDragon - 2016-05-31

I have an issue. But i don't know if the skin is the problem.

Image


RE: Mimic 4.x for Krypton - braz - 2016-06-01

(2016-05-31, 21:39)LastDragon Wrote: I have an issue. But i don't know if the skin is the problem.
Never seen that before. What versions of Kodi and Mimic are you running?


RE: Mimic 4.x for Krypton - LastDragon - 2016-06-01

Mimic 4.0.2 and the latest libreelec Version.

Gesendet von meinem SM-A510F mit Tapatalk


RE: Mimic 4.x for Krypton - braz - 2016-06-01

(2016-06-01, 07:56)LastDragon Wrote: Mimic 4.0.2 and the latest libreelec Version.

Gesendet von meinem SM-A510F mit Tapatalk
It looks like the latest libreelec version is based on Jarvis, and Mimic 4.02 is for Krypton only. My guess is that is the problem.


RE: Mimic 4.x for Krypton - badaas - 2016-06-01

(2016-06-01, 09:19)braz Wrote:
(2016-06-01, 07:56)LastDragon Wrote: Mimic 4.0.2 and the latest libreelec Version.

Gesendet von meinem SM-A510F mit Tapatalk
It looks like the latest libreelec version is based on Jarvis, and Mimic 4.02 is for Krypton only. My guess is that is the problem.

The latest git with latest krypton gives same issue on windows.
edit:

dialogseekbar.xml this is offending item as quick look:

<control type="slider" id="401">
<left>30</left>
<top>30</top>
<width>1860</width>
<height>37</height>
<controloffsetx>75</controloffsetx>
<controloffsety>0</controloffsety>
<texturesliderbar>blank.png</texturesliderbar>
<textureslidernib>osd/SeekbarNib.png</textureslidernib>
<textureslidernibfocus>osd/SeekbarNib.png</textureslidernibfocus>
</control>


RE: Mimic 4.x for Krypton - braz - 2016-06-01

(2016-06-01, 11:14)badaas Wrote:
(2016-06-01, 09:19)braz Wrote:
(2016-06-01, 07:56)LastDragon Wrote: Mimic 4.0.2 and the latest libreelec Version.

Gesendet von meinem SM-A510F mit Tapatalk
It looks like the latest libreelec version is based on Jarvis, and Mimic 4.02 is for Krypton only. My guess is that is the problem.

The latest git with latest krypton gives same issue on windows.
edit:

dialogseekbar.xml this is offending item as quick look:

<control type="slider" id="401">
<left>30</left>
<top>30</top>
<width>1860</width>
<height>37</height>
<controloffsetx>75</controloffsetx>
<controloffsety>0</controloffsety>
<texturesliderbar>blank.png</texturesliderbar>
<textureslidernib>osd/SeekbarNib.png</textureslidernib>
<textureslidernibfocus>osd/SeekbarNib.png</textureslidernibfocus>
</control>
Hmm, I can't reproduce the problem with latest Mimic git and Kodi nightly. Will test again tonight.

Sent from my Nexus 6


RE: Mimic 4.x for Krypton - Screech - 2016-06-03

(2016-05-31, 21:39)LastDragon Wrote: I have an issue. But i don't know if the skin is the problem.
Same problem here using the 4.0.2 on the latest Milhouse builds. especially when switching pvr channels.


RE: Mimic 4.x for Krypton - braz - 2016-06-03

(2016-06-03, 01:19)Screech Wrote:
(2016-05-31, 21:39)LastDragon Wrote: I have an issue. But i don't know if the skin is the problem.
Same problem here using the 4.0.2 on the latest Milhouse builds. especially when switching pvr channels.
I've seen this same issue posted in another thread and it sounded like a Confluence update fixed it. I'll investigate...

Update: Forgot to add this fix to the master branch on github before, just pushed the fix. Will be in the next version, you'll have to manually update from github in the meantime. Or just add the following code to the default slider control in defaults.xml (starting on line 155).

Code:
<orientation>horizontal</orientation>



RE: Mimic 4.x for Krypton - Screech - 2016-06-03

(2016-06-03, 02:03)braz Wrote:
Code:
<orientation>horizontal</orientation>
Yes it works! Thank you braz for all your work on this Skin!


RE: Mimic 4.x for Krypton - LastDragon - 2016-06-04

It works for me too. Thank You.

Is it possible to add the subtitle menu from the version 5 of Mimic in this version too?