Kodi Community Forum
v19 Aeon MQ 8 for Matrix Mod - Printable Version

+- Kodi Community Forum (https://forum.kodi.tv)
+-- Forum: Support (https://forum.kodi.tv/forumdisplay.php?fid=33)
+--- Forum: Skins Support (https://forum.kodi.tv/forumdisplay.php?fid=67)
+---- Forum: Aeon MQ (https://forum.kodi.tv/forumdisplay.php?fid=68)
+---- Thread: v19 Aeon MQ 8 for Matrix Mod (/showthread.php?tid=358382)



RE: Aeon MQ 8 for Matrix - latts9923 - 2021-01-02

@gotham_x
You're welcome! And Happy New Year to all as well!


RE: Aeon MQ 8 for Matrix - Tenker - 2021-01-03

@latts9923 

Thanks for your MQ8 skin for Kodi Matrix.
I have installed it under Nvidia Shield.
Unfortunately I keep getting the error message that 
script.skin.helper.service is not installed.

My biggest problem is that I don't get the movie count when linking a playlist.
https://www.bilder-upload.eu/bild-a0f6c1-1609680630.jpg.html

The original MOVIE entry shows me the movie count.
https://www.bilder-upload.eu/bild-3a87ab-1609680983.jpg.html

Under the skin MQ8 for Kodi 18.9 works without problems.
https://www.bilder-upload.eu/bild-3b242e-1609681025.jpg.html

Please have a look at the pasted pictures.

Am I making a mistake somewhere, is the script.skin.helper.service missing or is there still a problem under Kodi 19 Matrix?

Many thanks for your/your help
Tenker


RE: Aeon MQ 8 for Matrix - latts9923 - 2021-01-04

@Tenker
I haven't been able to get the playlist library status working yet for Matrix...still trying to figure that one out.


RE: Aeon MQ 8 for Matrix - Tenker - 2021-01-04

@latts9923 

Thank you very much for your feedback.

I have one more request:
I edit my movies via the program
tinyMediaManager.
All my files get the names:
Movie1.2160p.10bit.HDR10.DTSHD-MA.mkv
Movie2.2160p.10bit.HDR.Atmos.mkv
Film3.2160p.10bit.HDR10+.DTS-X.mkv

Unfortunately, my HDR10/HDR10+ movies are recognized as SDA.
Can you or I, the internal detection. 
of HDR
to HDR* 
so that the movies are recognized as HDR?

Many thanks
Tenker


RE: Aeon MQ 8 for Matrix - Tenker - 2021-01-04

...
All my files get the names:
Movie1 4K (2019) 2160p HDR10/Movie1.2160p.10bit.HDR10.DTSHD-MA.mkv
Movie2 4K (2018) 2160p HDR/Movie2.2160p.10bit.HDR.Atmos.mkv
Movie3 4K (2020) 2160p HDR10+/Film3.2160p.10bit.HDR10+.DTS-X.mkv
...


RE: Aeon MQ 8 for Matrix - latts9923 - 2021-01-05

@Tenker
I will have to add ".hdr10." and ".hdr10+." as options to the code that handles the hdr icon. You can try this on your side as well. Close Kodi and open the file IncludesVariables.xml and find the variable named "sdrhdr". Change it to this...

xml:

<variable name="sdrhdr">
<value condition="String.Contains(ListItem.Filenameandpath,.hdr.) | String.Contains(ListItem.Filenameandpath,-hdr)">$VAR[extras_path]hdr.png</value>
<!--* MULTI-MOD *-->
<value condition="String.Contains(ListItem.Filenameandpath,.hdr2.) | String.Contains(ListItem.Filenameandpath,.hdr10.) | String.Contains(ListItem.Filenameandpath,.hdr10+.) | String.Contains(ListItem.Filenameandpath,-hdr2)">$VAR[extras_path]hdr2.png</value>
<value condition="String.Contains(ListItem.Filenameandpath,.dv.) | String.Contains(ListItem.Filenameandpath,-dv)">$VAR[extras_path]dv.png</value>
<!--* MULTI-MOD *-->
<value>$VAR[extras_path]sdr.png</value>
</variable>

Open Kodi again and see if the icon changes.


RE: Aeon MQ 8 for Matrix - Tenker - 2021-01-06

@latts9923 
Thank you very much for your help.
Blush
It works now after editing the IncludesVariables.xml file with the HDR10 movies. 

I have one more request to you.
Now it is about AUDIO detection.
The audio in the
Movie1 4K Atmos-E 2160p.10bit.HDR10.DTSHD-MA.mkv
should not be detected as Atmos, but as DTSHD-MA movie, because my Atmos movies are labeled that way.
Atmos movies 4K 2160p.10bit.HDR10.Atmos.mkv

The sound in the
Film2 4K DTS-X-E 2160p.10bit.HDR10.DTS.mkv
should not be recognized as DTS:X, but as DTS movie, because my DTS:X movies are labeled that way.
DTS:X-Fime 4K 2160p.10bit.HDR10.DTS-X.mkv

I tried in the file IncludesVariables.xml
to edit accordingly, but without success.
Sad
IncludesVariables.xml:

    <variable name="audiocodec">
        <value condition="String.Contains(ListItem.Filenameandpath,.atmos.)">$VAR[audiocodec_path]atmos.png</value>
    <value condition="String.Contains(ListItem.Filenameandpath,.dts-x.)">$VAR[audiocodec_path]dts_x.png</value>
        <!--*   MULTI-MOD   *-->
        <value condition="String.Contains(ListItem.Filenameandpath,.auro.)">$VAR[audiocodec_path]auro.png</value>
        <value condition="String.Contains(ListItem.Filenameandpath,.auro-)">$VAR[audiocodec_path]auro.png</value>
        <!--*   MULTI-MOD   *-->
        <value>$VAR[audiocodec_path]$INFO[ListItem.AudioCodec,,.png]</value>
    </variable>

Can you please tell me where and what to edit?

Many thanks and greetings
Tenker


RE: Aeon MQ 8 for Matrix - Tenker - 2021-01-06

@latts9923

I have a "small" problem with the display of the covers under 
Aeon_MQ_8_Multi-Mod.zip

Under MQ8 from repository and skin.aeonmq8.matrix.mod-1.0.0.4.zip the covers are shown as shown.

Image

If I overwrite MQ8 from repository with Aeon_MQ_8_Multi-Mod.zip, no covers are shown anymore.

Image

I have tried to find out which file does this and I believe that 
\addons\skin.aeonmq8\xml\ViewRightList.xml
is causing this.

What do I have to edit there to get the covers to show again?

Thanks and best regards
Tenker


RE: Aeon MQ 8 for Matrix - latts9923 - 2021-01-06

@Tenker
Change the audiocodec variable to this...

xml:

<variable name="audiocodec">
<value condition="String.Contains(ListItem.Filenameandpath,.atmos.)">$VAR[audiocodec_path]atmos.png</value>
<value condition="String.Contains(ListItem.Filenameandpath,.atmos-)">$VAR[audiocodec_path]atmos.png</value>
<value condition="String.Contains(ListItem.Filenameandpath,.dts-x.)">$VAR[audiocodec_path]dts_x.png</value>
<value condition="String.Contains(ListItem.Filenameandpath,.dts.x.)">$VAR[audiocodec_path]dts_x.png</value>
<value condition="String.Contains(ListItem.Filenameandpath,.dtsx.)">$VAR[audiocodec_path]dts_x.png</value>
<value condition="String.Contains(ListItem.Filenameandpath,.dts-x-)">$VAR[audiocodec_path]dts_x.png</value>
<value condition="String.Contains(ListItem.Filenameandpath,.dts.x-)">$VAR[audiocodec_path]dts_x.png</value>
<value condition="String.Contains(ListItem.Filenameandpath,.dtsx-)">$VAR[audiocodec_path]dts_x.png</value>
<value condition="String.Contains(ListItem.Filenameandpath,.dtshd-ma.)">$VAR[audiocodec_path]dtshd_ma.png</value>
<value condition="String.Contains(ListItem.Filenameandpath,.dts.)">$VAR[audiocodec_path]dts.png</value>
<!--* MULTI-MOD *-->
<value condition="String.Contains(ListItem.Filenameandpath,.auro.)">$VAR[audiocodec_path]auro.png</value>
<value condition="String.Contains(ListItem.Filenameandpath,.auro-)">$VAR[audiocodec_path]auro.png</value>
<!--* MULTI-MOD *-->
<value>$VAR[audiocodec_path]$INFO[ListItem.AudioCodec,,.png]</value>
</variable>

The images you linked are not working. It sounds like you are moving files from the Multi-Mod for Leia into the MQ 8 Matrix Mod. Those are two different skins. The Matrix Mod has the same updates as the Multi-Mod for Leia.


RE: Aeon MQ 8 for Matrix - Tenker - 2021-01-06

I have posted #98 incorrectly

It's about MQ8 for Kodi 18


RE: Aeon MQ 8 for Matrix - Tenker - 2021-01-11

(2021-01-05, 14:28)latts9923 Wrote: @Tenker
I will have to add ".hdr10." and ".hdr10+." as options to the code that handles the hdr icon. You can try this on your side as well. Close Kodi and open the file IncludesVariables.xml and find the variable named "sdrhdr". Change it to this...

xml:

<variable name="sdrhdr">
<value condition="String.Contains(ListItem.Filenameandpath,.hdr.) | String.Contains(ListItem.Filenameandpath,-hdr)">$VAR[extras_path]hdr.png</value>
<!--* MULTI-MOD *-->
<value condition="String.Contains(ListItem.Filenameandpath,.hdr2.) | String.Contains(ListItem.Filenameandpath,.hdr10.) | String.Contains(ListItem.Filenameandpath,.hdr10+.) | String.Contains(ListItem.Filenameandpath,-hdr2)">$VAR[extras_path]hdr2.png</value>
<value condition="String.Contains(ListItem.Filenameandpath,.dv.) | String.Contains(ListItem.Filenameandpath,-dv)">$VAR[extras_path]dv.png</value>
<!--* MULTI-MOD *-->
<value>$VAR[extras_path]sdr.png</value>
</variable>

Open Kodi again and see if the icon changes.

Thank you very much for your help.

All movies.hdr10.mkv are now finally recognized as HDR10+ movies.
Unfortunately this does not work for
Movies.hdr10+.mkv
They are only recognized as SDA.
Is it allowed to use + or do I have to use all 
Movies.hdr10+.mkv to Movies.hdr10.mkv
rename?

Thanks and many greetings
Tenker


RE: Aeon MQ 8 for Matrix - latts9923 - 2021-01-11

@Tenker
You're right...the .hdr10+. is not recognized.


RE: Aeon MQ 8 for Matrix - defleppard - 2021-01-14

Favorite. script is functional in matrix ?. I have constant errors.


RE: Aeon MQ 8 for Matrix - TrailFoX - 2021-01-16

Thanks for the skin and your work


but I have two problems

1. i can't get the colored mediaicons to work
what do i have to do to switch between the white and the colored ones?


2. the skin always asks for the extended info script, but I can't find a version that can be installed


RE: Aeon MQ 8 for Matrix - Angelinas - 2021-01-16

1. need to download addon for image:
Official add-on repository
- resource.images.aspectratio.color
- resource.images.studios.coloured
- resource.images.weathericons.coloured

on mine github https://github.com/Angelinas1?tab=repositories
- resource.images.audiochannels.color
- resource.images.audiocodec.color
- resource.images.mpaa.color
- resource.images.resolution.color

instal all of them and in skin setings set in "icons and images" for all category.


2. use version from
https://github.com/scott967/script.extendedinfo