• 1
  • 98
  • 99
  • 100(current)
  • 101
  • 102
  • 210
v18 Aeon MQ 7 Leia Mod
I just noticed this morning that the alphabet scrollbar for KodiFlix is not working correctly in Leia. Anyone else having problems with it?
Reply
Heart 
A few times I have contributed a small piece of code to this great skin.
So please allow me a single post for advertising purposes:

A few hours ago, my project Actresses PNG's resource addon that was developed specifically for this skin (since i'm using only this skin) was added to the official Kodi Leia repository:
(Kodi Add-on repository -> Look and feel -> Image collections -> Actress PNG's resource addon (the first on top)
Image
It's only out for a month and already has 10000 hits in thread.
Unfortunately, the addon does not work without skin integration. It's really just a small piece of code to place in the DialogVideoInfo, example:
Code:
<control type="image">
<left>0</left>
<top>178</top>
<width>520</width>
<height>520</height>
<aspectratio align="bottom" aligny="bottom">keep</aspectratio> 
<texture background="true">$INFO[Container(50).ListItem.Label,resource://resource.images.actorart/,.png]</texture>             
<animation effect="fade" start="0" end="100" time="500" delay="0">Visible</animation>
<animation effect="fade" start="100" end="0" time="500" delay="0">Hidden</animation>                  
</control>
... so that no error messages appear in the log you can of course add an "addon is installed" or not condition -> System.HasAddon

Of course it also works with Krypton, but since new addons are only allowed for the latest Kodi, it can only be found in the Leia repository. For Krypton you have to do a manual .zip install from addon thread.

Great thanks
Reply
@K0D1User1138

Try this version of default.py. The Sort Title works for me.
Reply
@"chrissix"

Cool...I'll take a look at it!
Reply
(2019-05-03, 03:59)latts9923 Wrote: @K0D1User1138

Try this version of default.py. The Sort Title works for me.

Awesome! Works great! Thanks for looking into that! Cheers!
Reply
@K0D1User1138

Good deal. You're welcome...I'll update the Library Editor Addon with this change and make it available on my repo.
Reply
@latts9923 - Whenever I clean my library I don't ever see the percentage it has reached.  It just says" Cleaning up library" and to the far right "Cleaning database" then under that says "This may take some time". Is this intentional. or was something missed?

Thanks,

Shedrock
Reply
@shedrock

I'll take a look at adding a progress bar. There's no progress bar for the Krypton Mod either.
Reply
I'm going to take down my repo temporarily while I upload the new versions of the MQ 7 Krypton Mod and Leia Mod. I'll post again when they are uploaded and the repo is back online. Hopefully this goes off without a hitch.
Reply
Success! The updated version of the MQ 7 Leia Mod (v1.0.1.7) has been uploaded and my repo is back online. If you go to Install from Repository, bring up the context menu on my repo and select Check for Updates, then open my repo and go to Look and Feel > Skin > Aeon MQ 7 - Leia Mod and select Update to start downloading the new version. I will post all the new additions/fixes that are part of the update shortly.
Reply
(2019-05-03, 23:32)latts9923 Wrote: @shedrock

I'll take a look at adding a progress bar. There's no progress bar for the Krypton Mod either.
That would be awesome.

I also look forward for the MQ7 Leia mod update. Big Grin

Shedrock
Reply
UPDATE #16 - This will update the skin to v1.0.1.7

ImageAdditions
  • I added code and images for new MPAA ratings. You can now display "TV-Y" and "TV-Y7" U.S. ratings as well as the "R18" rating for the UK. Enter "TV-Y" as the MPAA rating to display the TV-Y rating image, enter "TV-7" to display the TV-Y7 rating image, and enter "UK:R18" to display the R18 rating image. The R18 rating is only used for raunchy movies, but I went ahead and added it for those that want to use it.
  • I added extra white detailed MPAA images.
  • I changed the detailed colored MPAA movie ratings for the U.S.
  • I added a setting that allows you to enable/disable artist fanart on the main menu when music is playing. Thanks to jinux for the request!
  • I added the option for LibreELEC users to add Spotify, EmulationStation, Pegasus, and Retroarch launchers to the Main Menu/Submenu. I need someone to test this if you would please to verify they work. Thanks to Kupo91 for the request!
  • I added a button to the Top Menu that allows you to see the plot screen from the Right List View in three different sizes...original, medium, and large. Thanks to 19Ted54 for the request!
  • I added a fallback to the keyart in the Right List View. If no keyart is available, it will display the movie poster. Thanks to chrissix for the request!
  • I added a keyart reflection for the single keyart option. Thanks to chrissix for the request!
  • I added a button to Skin Settings>Main Menu that allows you to disable the faded font for the unfocused menu items. Thanks to "old man eyes" melons2 for the request! Haha...JK!
  • I added code to display the TMDb rating as a percentage on the Video Info screen. Thanks to chrissix for the update!

ImageBug fixes
  • I added code to the detailed MPAA ratings so that those outside the U.S. would display correctly.
  • I fixed the language media flags. If you had more than one langugage, the second and third logos were not positioned correctly for the default and colored logos. Thanks to rdupontel for reporting the bug!
  • I updated the code in DialogVideoInfo.xml to play trailers in a similar manner to the Estuary Skin.
  • I adjusted the position of the TV Shows fullscreen middle art so that it doesn't overlap the info. Thanks to jinux for reporting the bug!
  • I finally got the Album widgets to work with Leia. To fix this, you need to open the file kodi_constants.py inside the addon subfolder script.module.metadatautils/lib/helpers. Find the text "genreid", and remove it. I removed a few spaces until the text "artist", and "musicbrainzalbumartistid", only had one space between them. Hopefully the next update to this Addon will have this fix implemented. Thanks to Angelinas for the info on the fix!
  • I changed the code so that the artist logo will display on the preview window from the Main Menu. Before this change it would only display if you had a custom logo path assigned.
  • I changed the color of the progress bar and controls font from black to white when media is playing on the Main Menu so that they are more visible.
  • I changed the code for all the cases so that movie folders containing extensions in the name (3d, 4k, etc.) instead of the movie file itself will cause the case to display correctly. Thanks to kokobsb for reporting the bug. I'm pretty sure it's been reported in the past, I just haven't gotten around to fixing it until now.
  • I fixed a problem where the Fullscreen TV Info page was displaying the Top Art twice and the Fullscreen Movie Info page was displaying the logo and title as text underneath. Thanks to nomnom27 for reporting the bug!

ImageMaintenance
  • I did a little housecleaning to some of the files.
Reply
@latts9923 - Where does "Plot Screen Font Size" show up? I don't see a difference anywhere.

Shedrock
Reply
Hi. Unlike before, the spinning discs don't show anymore if the movie is a collection/series.
The discs will only be visible if you click the collection folder and view each movie individually.
Is this common? Thanks!
Reply
@ latts9923 thanks for the update and the fix for the cases will try it out tomorrow.
Reply
  • 1
  • 98
  • 99
  • 100(current)
  • 101
  • 102
  • 210

Logout Mark Read Team Forum Stats Members Help
Aeon MQ 7 Leia Mod13