Kodi Community Forum

Full Version: Mimic 5.x for Krypton
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48
Some setting label are too long and hide wich option is set, here an example :

Image

No problem in estuary.
Has the zoom level text gone for good in future releases? In Jarvis it would let me know on screen as I pressed Z as to whether it was Wide-Zoom, Stretch 16:9 etc. In Krypton I don't see this text, which I always found useful.
(2016-12-19, 19:22)FXB78 Wrote: [ -> ]Has the zoom level text gone for good in future releases? In Jarvis it would let me know on screen as I pressed Z as to whether it was Wide-Zoom, Stretch 16:9 etc. In Krypton I don't see this text, which I always found useful.
No idea, does it still work in Estuary?
(2016-12-19, 19:32)braz Wrote: [ -> ]
(2016-12-19, 19:22)FXB78 Wrote: [ -> ]Has the zoom level text gone for good in future releases? In Jarvis it would let me know on screen as I pressed Z as to whether it was Wide-Zoom, Stretch 16:9 etc. In Krypton I don't see this text, which I always found useful.
No idea, does it still work in Estuary?
Yes, in Estuary it shows in the top left as below:

Image
(2016-12-19, 19:20)mac1202 Wrote: [ -> ]Some setting label are too long and hide wich option is set, here an example :

No problem in estuary.

Looks like you're using the Roboto font. You'll need to switch to a narrower font if you want the French translation to fit. Just tested the default font and the text doesn't overlap. No plans to change the font size globally.
Just tested the default font, text is still overlaping. Most of the time the text doesnt overlap, the overlap just happen in some rare case.

Edit : here how it s look with default font
Image
(2016-12-19, 19:52)FXB78 Wrote: [ -> ]
(2016-12-19, 19:32)braz Wrote: [ -> ]
(2016-12-19, 19:22)FXB78 Wrote: [ -> ]Has the zoom level text gone for good in future releases? In Jarvis it would let me know on screen as I pressed Z as to whether it was Wide-Zoom, Stretch 16:9 etc. In Krypton I don't see this text, which I always found useful.
No idea, does it still work in Estuary?
Yes, in Estuary it shows in the top left as below:

Added the infolabels from Estuary, it is available now on github and will be in the next release.
(2016-12-19, 20:13)braz Wrote: [ -> ]Added the infolabels from Estuary, it is available now on github and will be in the next release.
Great stuff, thanks Smile
(2016-12-19, 20:05)mac1202 Wrote: [ -> ]Just tested the default font, text is still overlaping. Most of the time the text doesnt overlap, the overlap just happen in some rare case.

Edit : here how it s look with default font
What language do you have installed? Your screenshot doesn't match French or French (Canada) on my system.
Thanks to you I have found what the problem was. When I tested kodi 18 it had installed the french package for kodi 18. When I downgrade to kodi 17 it keep the french package for kodi 18. Just reinstalled the version for kodi 17 and everything is good now.
Thank again for your time.
(2016-12-19, 20:30)mac1202 Wrote: [ -> ]Thanks to you I have found what the problem was. When I tested kodi 18 it had installed the french package for kodi 18. When I downgrade to kodi 17 it keep the french package for kodi 18. Just reinstalled the version for kodi 17 and everything is good now.
Thank again for your time.
Interesting, looks like the translations have changed quite a bit in Kodi 18. I guess I'll figure out what to do about it when I start working on Mimic for Kodi 18.
There is no French translation pack for v18 at all so this is impossible
(2016-12-19, 03:27)braz Wrote: [ -> ]
(2016-12-18, 22:36)lollo78 Wrote: [ -> ]
(2016-12-17, 00:05)lollo78 Wrote: [ -> ]Hi braz, I upgraded to Krypton and my old mimic 3.x is now updated to 5.x.
I am unable to set and see random fanarts when I select Movies, TV Show and Music.
There are some missing Add-on in my system?
In mimic 3.x all' was fine...

Just updated to 5.0.1, but not solve the issue.
The fix is not in 5.0.1?
It could be we're not understanding the issue completely. Would help if you can provide a screenshot, or explain exactly which window you are referring to and what you mean by random fanarts. Mimic 5 implements random backgrounds from the latest beta of skin.helper.service. You'll need to install Marcelveldt's beta repo, see the first post of this thread.

Hi, I installed marcelveldt's beta repo but the issue remains.
I'll try ti explain better with some screenshots
Here you can see my settings for Music (with "random fanarts"), my add-on section (I need to install all the addons?) and the black background under Music widget (but I would like to see a slideshow of my artists fanarts). The same happens with Movies TV Shows and Wheater (for Wheater the "random images setting" is missing)
(2016-12-19, 20:33)Martijn Wrote: [ -> ]There is no French translation pack for v18 at all so this is impossible

This is the description of the french package I got installed with kodi 18
Code:
<?xml version="1.0" encoding="UTF-8"?>
<addon
  id="resource.language.fr_fr"
  version="10.0.1"
  name="French"
  provider-name="Guilouz">
  <requires>
    <import addon="kodi.resource" version="1.0.0"/>
  </requires>
  <extension
    point="kodi.resource.language"
    locale="fr_FR">
    <charsets>
      <gui>CP1252</gui>
      <subtitle>CP1252</subtitle>
    </charsets>
    <sorttokens>
      <token>The</token>
      <token>Le</token>
      <token>La</token>
      <token>Les</token>
      <token>Un</token>
      <token>Une</token>
      <token>Des</token>
      <token separators="'">L</token>
    </sorttokens>
  </extension>
  <extension point="kodi.addon.metadata">
    <summary lang="en">French language pack for Kodi 18</summary>
    <summary lang="fr">Pack de langue français pour Kodi 18</summary>
    <description lang="en">French version of all texts used in Kodi 18.</description>
    <description lang="fr">Version française de tous les textes utilisés dans Kodi 18.</description>
    <platform>all</platform>
  </extension>
</addon>

And the one I reinstalled for kodi 17
Code:
<?xml version="1.0" encoding="UTF-8"?>
<addon
  id="resource.language.fr_fr"
  version="3.0.10"
  name="French"
  provider-name="Team Kodi">
  <requires>
    <import addon="kodi.resource" version="1.0.0"/>
  </requires>
  <extension
    point="kodi.resource.language"
    locale="fr_FR">
    <charsets>
      <gui>CP1252</gui>
      <subtitle>CP1252</subtitle>
    </charsets>
    <sorttokens>
      <token>The</token>
      <token>Le</token>
      <token>La</token>
      <token>Les</token>
      <token separators="'">L</token>
    </sorttokens>
  </extension>
  <extension point="kodi.addon.metadata">
    <summary lang="en">French language pack</summary>
    <description lang="en">French version of all texts used in Kodi.</description>
    <platform>all</platform>
  </extension>
</addon>

Don't know where the first one come as it doesnt seem to be from team kodi.
Just pushed an update to github that lets you select the image to overlay on the background. There should be enough options for everyone. For the gray images, like "gray20-90.png", the first number is the percent gray and the second number is the percent opacity. The default if no image is selected is gray30-85.png.

You'll notice I also added a grid background option, and you're free to browse to your own image.

Image
Pages: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48