Kodi Community Forum

Full Version: Aeon MQ 7 Leia Mod
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Excellent. I always thought it had worked this way. Since the setting has a text label "show coloured studio icon", one would expect the setting also affects the icons for tv shows.
"Show coloured movie icons, would have been clearer". Well, at least for me. I'm glad it's not a bug. It's just another step closer to perfection Wink
@MB1968 or anyone that can try this for me,

Try using this on style1 of music viz and see if this fixes the 10 second problem...
xml:

<visible>Player.ShowInfo | [Window.IsVisible(120) + !Skin.HasSetting(novisfurnitureosd)] | Skin.String(vis_layout,karaoke)</visible>
@MB1968
I'm seeing mixed results with browsing video files that are not in your library...even in the default skin Estuary. Some display a poster and fanart...some do not. No rhyme or reason to it...that I can figure out yet anyway.
That's strange. In Estuary I have no issues and fanart for the video files/folders not added to the library always worked fine too in previous versions of the Aeon skin for me. Please check the screenshots below for the QT8 documentary.

AeonMQ7 - no fanart
Image

AeonMQ7 - wrong fanart (12 years a slave, first movie in my library)
Image

Estuary - correct fanart
Image

EDIT: I also checked the AeonMQ8 skin on WBMC (Kodi 18.6 fork). Fanart for the filesystem is working without issues. Maybe this will help you. I'm using version 12/30/20. WBMC is only for testting purposes, therefore I'n not using the lastest MQ8 mod.
(2021-02-12, 02:16)latts9923 Wrote: [ -> ]@MB1968 or anyone that can try this for me,

Try using this on style1 of music viz and see if this fixes the 10 second problem...
xml:

<visible>Player.ShowInfo | [Window.IsVisible(120) + !Skin.HasSetting(novisfurnitureosd)] | Skin.String(vis_layout,karaoke)</visible>
I'll test it.

EDIT: Tested. The furniture remains visible after 10 seconds. When the next songs plays, same behaviour. I think you fixed it.
(2021-02-12, 10:18)MB1968 Wrote: [ -> ]Maybe this will help you. I'm using version 12/30/20.

Hmm...not sure what I would have changed to break this. I'll have to take a look.

(2021-02-12, 20:17)MB1968 Wrote: [ -> ]The furniture remains visible after 10 seconds. When the next songs plays, same behaviour. I think you fixed it.

Cool...I'm not sure it's fixed yet, but at least the furniture is not going away after 10 seconds. I still can't reproduce the 10 second timeout. Thanks for testing!
There is problem with watched icon. Its missing from movie menu but when you want to change color for example you can see its there.
(2021-02-12, 22:57)latts9923 Wrote: [ -> ]Hmm...not sure what I would have changed to break this. I'll have to take a look.

Can you tell me which files are involved, regarding the fanart issue? I can go back to version 1.0.2.6. and I'd like to investigate when the issue has started.
@danzel4711
Do you have both settings enabled (Progress Info in Skin Settings and Watched Label in Top Menu)?

@MB1968
I'm not sure which files are all involved. I was going to start with IncludeVariables.xml and look at the "value_videofanart" variable since I've made so many changes to the code there.
UPDATE #37 - This will update the skin to v1.0.3.8

Image Additions
  • I added support for the Movie Director Thumbs Add-on by chrissix.
  • I added the artist logo to Layout 3 of music viz. Thanks to jasn for the suggestion!
  • I added support for characterart posters on the Video Info screen.
  • I added the colored studio option in SKIN SETTINGS > ICONS AND IMAGES to TV Shows. Thanks to MB1968 for the request!
  • I added two new settings to the Top Menu for Movies..."DIALOGUE CASE ART" and "DIALOGUE KEYART LOGO". The case art for the Video Info screen has been tied to the case art settings for Right List, but now you have the option to display different case art for both.
  • I added new default Dutch MPAA icons. Thanks to MB1968 for providing the images!

Image Bug fixes
  • The "TV Show Status" was displaying the duration in the Shelf 3D view while browsing TV Shows. Thanks to MB1968 for reporting the bug!
  • I added a control to hide the actor art when the focus was not on the actor's image. Thanks to Juan Mortyme for reporting the bug and providing the fix!
  • I think I finally figured out the problem with the persistent characterart.

I've added new versions of the Colored Mediaicons and Colored Studio Icons Add-ons to the repo as well.

For those that would like to manually download...
Colored Mediaicons update
Colored Studio Icons update
Thanks for the update. You're early today Wink.
I'll install the update tomorrow.
@MB1968
Haha...you bet!
(2021-02-13, 14:51)latts9923 Wrote: [ -> ]@MB1968
I'm not sure which files are all involved. I was going to start with IncludeVariables.xml and look at the "value_videofanart" variable since I've made so many changes to the code there.

IncludeVariables.xml v1.0.3.5 contains the correct code.
(2021-02-13, 14:51)latts9923 Wrote: [ -> ]@danzel4711
Do you have both settings enabled (Progress Info in Skin Settings and Watched Label in Top Menu)?

Thank you very much. "Progress Info in Skin Setting" its not enabled by default.
@MB1968
The only difference I see from IncludeVariables.xml in v1.0.3.5 to the current version is an extra line for sets. If I browse a folder that has Movies I haven't imported into my library, it shows fanart of random Movies as I scroll through them even though they all have fanart images.

@danzel4711
You're welcome! I can fix that and make it enabled by default.