Guest - Testers are needed for the reworked CDateTime core component. See... https://forum.kodi.tv/showthread.php?tid=378981 (September 29) x
  • 1
  • 13
  • 14
  • 15(current)
  • 16
  • 17
  • 93
Mod Aeon MQ 9 Multi-Mod for Kodi 20 (Nexus)
(2023-07-05, 14:54)MB1968 Wrote:
(2023-07-05, 14:02)andrzejls Wrote: As for "Modern" fonts, in Settings --> Appearance I can only select Default or Arial font. In Settings --> Menu Bar Style Font selector there is several fonts but non of them has name identification so it is hard for me to tell which one is "Modern" or not.

Thank you. Since you have the same options for the main skin fonts (default/arial), I assume the latest skin additions are added correctly to my settings.
@MB1968, if you referring to 7/01/2023 MQ9 update then yes all addition, to the best of my knowledge,  were added to the settings.xml
Linux Mint 22 "Wilma", Cinnamon DE
NVIDIA Shield Pro, OMV NAS, Kodi "Omega", FreeBSD "pfSense Plus" Firewall
Reply
@TrailFoX
You don't need any addon for the Media Type to work the icons are built into the skin. I don't have any Media Type image addon installed and they work just fine for me. As long the media files or path contain the media type, Kodi does not extract that information from nfo or media tags.  

@davelee77
It's handy for you that you are getting away with not doing a skin reset. Are you sure you aren't having any adverse side effects? You know, like artwork or icons/flags randomly broken after update?
"When the going gets weird, the weird turn pro." - Hunter S. Thompson
Using: Windows 10 Pro | Kodi 21.1 + Aeon MQ7 Multi-Mod 1.1.1 |  Kodi 21.1  + Aeon MQ9 Multi-Mod 1.4.3
Reply
If you want to change font in kodi folder addons folder and fonts replace the aeon_mainmenu1.ttf font with what font do you want and rename the font that you will replace same aeon_mainmenu1.ttf. I did my self and works.
Reply
@latts9923
There is a scaling issue involving the Focus Surround in View 16 KodiFlix Movies. In Default View Layout if you select Media Cases in combination with Extra Focus Zoom the Focus Surround fails to scale up.
Image

 Also just in case you missed it, a code error has been found in the original skin that will effect your mod as well. I refer you to this post for the fix.
"When the going gets weird, the weird turn pro." - Hunter S. Thompson
Using: Windows 10 Pro | Kodi 21.1 + Aeon MQ7 Multi-Mod 1.1.1 |  Kodi 21.1  + Aeon MQ9 Multi-Mod 1.4.3
Reply
Smile 
@juanmortyme
@latts9923
or anyone else that may be able to speak on this, and I certainly understand you are busy outside of this forum, I'm sure. Tried starting fresh again. I have that zip that installs the mod quite nicely. I am running into just a couple of snags still. 

RESOLVED! I had to select default art instead of Extra Fanart. Thank you.  
On the movies and tv shows, when I am scrolling through, none of them provide a background related to the highlighted movie or show. The artwork shows great on on the menu, just not in the library itself as I go through them. This used to be available. Not sure what happened. I've gone through every menu option I can find. I just get the single still image of the tv sitting in a living room/family room type area as is the default.

RESOLVED! Found forum discussion about this and Artwork Beef was recommended. It is working. 
UPDATE: I researched a little more and found that apparently something is happening where it isn't scraping everything anymore. After adding 3 more scrapers and selecting Fanart for all of them, I get a message after scraping again, 0 fanart downloads. Please consider contributing to fanart.(not an exact quote as it comes and goes pretty quickly) Are they attempting to get people to pay and donate for the service by denying images through these scrapers? That's the only thing that makes sense to me. I have had ALL the artwork for ALL of these movies before and its very odd that only my watched list is affected. Please let me know what y'all know about this. Thanks.
Secondly, I'm still getting, still movie images on all of the movies I have marked as watched. The images are just random as they aren't even matching the show and on some of them, appear to be still images of a single scene from a movie. It's quite odd. If I long press my select button the remote to bring up the menu, I actually find a lot of artwork that looks to be exactly what I'm looking for but no way to apply them. There are fullscreen, landscape images for the background and poster options for the case images. Not sure what this is all about. Again, its ONLY on the WATCHED items. Even if I selected "Unwatched" they remain as is.


I added log upload here for someone to review. My eyes just are fully trained to know what I'm looking for. If someone could help.
uvacuxevaw (paste)

This has changed since the last time I was working the problem, Keymap Editor, despite my selection for Previous Letter and Next Letter, are no longer functioning. They did before and worked beautifully on several of the view types for the movies and tv shows, with or without the alphabet scroll. Now it is not. I tried a different function(subtitles minus and plus with those keys and they worked. Not sure what is wrong. I THINK this started to no longer work after the mod? I could be mistaken though.

I added log upload here for someone to review. My eyes just are fully trained to know what I'm looking for. If someone could help.
uvacuxevaw (paste)


The last thing may just be a request but I thought I found a way to do this before. That is to not allow the scrolling in the movie and tv show library to go beyond the end of the alphabet. Basically not allowing it to continuously scroll. Any suggestions or advice? Not a big deal but I personally would like to do that.

Anyone that can help, I will be very grateful. I am about wrapped up with finally having everything set in place as I would like to see things for the foreseen future and can actually sit back and enjoy watching.  

As always thank you all for your help and @latts9923 for all of your hard work and dedication!
Reply
(2023-07-05, 16:53)marius37bv Wrote: If you want to change font in kodi folder addons folder and fonts replace the aeon_mainmenu1.ttf font with what font do you want and rename the font that you will replace same aeon_mainmenu1.ttf. I did my self and works.
@marius37bv, thanks. That worked well.
Linux Mint 22 "Wilma", Cinnamon DE
NVIDIA Shield Pro, OMV NAS, Kodi "Omega", FreeBSD "pfSense Plus" Firewall
Reply
(2023-07-05, 17:41)Juan Mortyme Wrote:
Code:

 Also just in case you missed it, a code error has been found in the original skin that will effect your mod as well. I refer you to this post for the fix.
@Juan Mortyme

Fixed the playlist of tv shows unwatched

skin.aeonmq9/playlists/tvshows_unwatched.xsp
 
Code:
<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
<smartplaylist type="tvshows">
    <name>Unwatched TV shows</name>
    <match>all</match>
    <rule field="dateadded" operator="after">
        <value>1900-01-01</value>
    </rule>
    <rule field="playcount" operator="lessthan">
        <value>1</value>
    </rule>
    <limit>48</limit>
    <order direction="descending">dateadded</order>
</smartplaylist>

Restart Kodi, will work.

I send the fix to latts9923 too.
MediaBrazil forum Website - Youtube Channel
MQ9-1.6.0.29 - 09.15.2023 - Aeon MQ Skin Team
MarcosQui Website Donate and support us.
Reply
@latts9923 In MQ8 each MENU had independent (specific to MENU) sub-menu. It appears that in MQ9 there is no independent, MENU specific sub-menu. Am I correct or I am missing proper procedure to create MENU specific sub-menu?
Linux Mint 22 "Wilma", Cinnamon DE
NVIDIA Shield Pro, OMV NAS, Kodi "Omega", FreeBSD "pfSense Plus" Firewall
Reply
@andrzejls

Aeon MQ 9 has a new feature called My Submenu. Some menus have a default submenu, others have no submenu. In this case, just choose an empty set and include in it the submenus you want or you can also clone the submenu from another menu. This feature eliminates many idle lines of code while giving more customization power. With My Submenu there is no longer the limitation of shared submenus as there is in Aeon MQ 8. Each menu has its own independent set.
MediaBrazil forum Website - Youtube Channel
MQ9-1.6.0.29 - 09.15.2023 - Aeon MQ Skin Team
MarcosQui Website Donate and support us.
Reply
@Wanilton, Thanks. MQ9 has a little bit different way of, as opposed to MQ8, doing things as I suspected. Followed your explanation and it is working fine. Thanks again
Linux Mint 22 "Wilma", Cinnamon DE
NVIDIA Shield Pro, OMV NAS, Kodi "Omega", FreeBSD "pfSense Plus" Firewall
Reply
@Wanilton I have 5 Kodi installs (Nvidia Shield Pro) on my intranet that are connected to Openmediavault NAS multimedia server with MariaDB centralized database for Kodi. There is a add-on "Skin Helper Service Skin Backup" that I use to backup skin settings on one of the network drive directory. When I modify customization on the skin I do the backup of it so I can then restore those skin settings on any other Kodi seat. My question is as follow: is there a way to add this add-on Program Add-Ons as a sub-menu?. This would just make quite few less steps to get to it.
Linux Mint 22 "Wilma", Cinnamon DE
NVIDIA Shield Pro, OMV NAS, Kodi "Omega", FreeBSD "pfSense Plus" Firewall
Reply
@andrzejls

Yes, go to customize main menu, item program, movies, or any other, and press the left arrow to go to a submenu, there is an empty or default submenu item, choose to replace this menu with function, add-ons - programs addon (enter) will list all addons installed, choose backup addon, rename the submenu item, done.

PS: Same process to include the backup addon as a submenu in any main menu item, if preferred. 

Image



Image
MediaBrazil forum Website - Youtube Channel
MQ9-1.6.0.29 - 09.15.2023 - Aeon MQ Skin Team
MarcosQui Website Donate and support us.
Reply
@andrzejls You can add the addon that it uses (Skin Helper Service Skin Backup) as a sub-menu item on any of the main menus using Customize Main Menu.
Reply
@Wanilton, cool!. Thanks.
(2023-07-06, 15:16)wags1 Wrote: @andrzejls You can add the addon that it uses (Skin Helper Service Skin Backup) as a sub-menu item on any of the main menus using Customize Main Menu.
@wags1, thanks.
Linux Mint 22 "Wilma", Cinnamon DE
NVIDIA Shield Pro, OMV NAS, Kodi "Omega", FreeBSD "pfSense Plus" Firewall
Reply
Hi Latts - Windows 10; backspace causes a crash in music viz if lyrics are being displayed. If I disable lyrics in "addons" all is fine.
Reply
  • 1
  • 13
  • 14
  • 15(current)
  • 16
  • 17
  • 93

Logout Mark Read Team Forum Stats Members Help
Aeon MQ 9 Multi-Mod for Kodi 20 (Nexus)0