• 1
  • 3
  • 4
  • 5(current)
  • 6
  • 7
  • 14
Release Mimic 4.x for Krypton (discontinued)
#61
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
Reply
#62
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
Reply
#63
(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!
Reply
#64
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
Reply
#65
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.
Reply
#66
I have an issue. But i don't know if the skin is the problem.

Image
Reply
#67
(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?
Reply
#68
Mimic 4.0.2 and the latest libreelec Version.

Gesendet von meinem SM-A510F mit Tapatalk
Reply
#69
(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.
Reply
#70
(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>
Reply
#71
(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
Reply
#72
(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.
Reply
#73
(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>
Reply
#74
(2016-06-03, 02:03)braz Wrote:
Code:
<orientation>horizontal</orientation>
Yes it works! Thank you braz for all your work on this Skin!
Reply
#75
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?
Reply
  • 1
  • 3
  • 4
  • 5(current)
  • 6
  • 7
  • 14

Logout Mark Read Team Forum Stats Members Help
Mimic 4.x for Krypton (discontinued)4