• 1
  • 39
  • 40
  • 41(current)
  • 42
  • 43
  • 44
v19 Aeon MQ 7 for Matrix Mod
(2022-11-17, 13:48)latts9923 Wrote: Hello!

If you're talking about the Right List view, you can open ViewsRightList.xml and find this...
Sorry, no, it's not Right List view.
I'm pretty sure it's in MusicVisualisation.xml but I'm not sure exactly what the code is.

Example:   I have a folder with music tracks in it, in mp3 and the ARTIST is "Elvis" in the mp3 tag.
I now have a folder named "Artists-Images"...  and it has subfolder named "Elvis\extrafanart\... and inside have image1.jpg  image2.jpg  image3.jpg  etc
I then setup the path to point to "Artist-Images" and activate "extrafanart" and select pan and scan

When I start playing the music tracks ... it correctly starts a slideshow with all the images in "Artists-Images\Elvis\extrafanart\..."
But the images are a bit hazy...probably due to a diffuser or mask/color or something... which I think must be some code in in MusicVisualisation.xml.
Reply
@senzalice
I've looked at the same fanart in views and music viz and I don't see a difference. Does your artwork also appear hazy while viewing Artists?
Reply
Hi @latts9923
Thanks for taking time and looking into MusicVisualisation.
I've probably not explained clearly what i'm trying to do.
So what i've done is played around with MusicVisualisation.xml and i've de-activated a number of code sections by trial and error.
I've managed to remove some of the "masks" or "haze" from my images.
The images from the "extrafanart" folder are now displaying much brighter or clearer...but could probably be improved more.

I'm only using the section "layout estilo 2" (the green text is what i've modified"
Sorry for the long paste below, I'm not sure how else to do it.


<!-- layout estilo 2 -->
        <control type="group">
            <!-- layout estilo 2 -->
            <visible>Player.ShowInfo | [Window.IsVisible(120) + !Skin.HasSetting(novisfurnitureosd)] | !Skin.String(vis_layout,karaoke)</visible>
            <animation effect="fade" time="500">VisibleChange</animation>
            <left>0</left>
            <top>1160</top>
            <animation effect="fade" start="100" end="0" time="1000" tween="cubic" easing="inout" condition="System.IdleTime(10) + !Skin.HasSetting(novisfurnituretime)">Conditional</animation>
            <animation effect="slide" start="0,0" end="0,-200" time="400" tween="cubic" easing="inout" condition="Window.IsVisible(120)">Conditional</animation>
            <animation effect="fade" start="100" end="0" time="500" tween="cubic" easing="inout" condition="Window.IsVisible(120) + !Skin.HasSetting(novisfurnitureosd)">Conditional</animation>
            <animation effect="slide" start="0,0" end="0,450" time="700" tween="cubic" easing="out" condition="Skin.HasSetting(novisfurniture)">Conditional</animation>
            <animation effect="slide" start="0,0" end="-1350,0" time="400" tween="cubic" easing="inout" condition="Skin.HasSetting(furniture_cdart)">Conditional</animation>
            <animation effect="slide" start="0,1080" end="0,-450" time="700" tween="cubic" easing="out" delay="400">WindowOpen</animation>
            <animation effect="slide" start="0,-450" end="0,0" time="400" tween="cubic" easing="in" delay="400">WindowClose</animation>
            <visible>Skin.String(vis_layout,style2)</visible>
            <animation effect="fade" time="500">VisibleChange</animation>
            <!-- ====================================================================================
        ==========================================================================================
        ==========================================================================================
        <!--
            <!-- RecordLabel  -->
            <control type="image">
                <left>1113</left>
                <top>267</top>
                <width>230</width>
                <height>98</height>
                <!-- MULTI MOD -->
                <texture>$VAR[value_mediaicons_path]recordlabel/$INFO[MusicPlayer.Property(Album_Label),,.png]</texture>
                <!-- MULTI MOD -->
                <aspectratio align="left" aligny="bottom">keep</aspectratio>
            </control>
            <!-- control type="image">
                <left>-1600</left>
                <top>350</top>
                <height>555</height>
                <width>2520</width>
                <texture>details_back.png</texture>
                <colordiffuse>$INFO[Skin.String(colortexture)]</colordiffuse>
            </control> -->

            <control type="group">
                <left>-105</left>
                <top>-30</top>
                <visible>Player.HasAudio</visible>
                <animation effect="slide" start="0,0" end="210,0" time="800" delay="3000" tween="sine" easing="inout" condition="Player.HasAudio">Conditional</animation>
                <animation effect="slide" end="-210,0" time="800" tween="sine" easing="inout" condition="Skin.HasSetting(noviscdart)">Conditional</animation>
                <animation effect="fade" start="100" end="0,0" time="300" delay="500" condition="Skin.HasSetting(noviscdart)">Conditional</animation>
                <!-- control type="image">
                    <left>-1558</left>
                    <top>-33</top>
                    <height>330</height>
                    <texture>details_back_c.png</texture>
                    <aspectratio align="left">stretch</aspectratio>
                </control -->            

                <control type="image">
                    <include>Animation_CDart</include>
                    <left>-1700</left>
                    <top>350</top>
                    <width>450</width>
                    <height>321</height>
                    <texture diffuse="cdart_diffuse.png" background="true">$VAR[value_audiodisc]</texture>
                    <aspectratio align="center" aligny="center">keep</aspectratio>
                    <visible>String.IsEmpty(Window(Home).Property(SkinHelper.Player.Art.DiscArt))</visible>
                </control>
                <control type="image">
                    <include>Animation_CDart</include>
                    <left>-1700</left>
                    <top>350</top>
                    <width>450</width>
                    <height>321</height>
                    <texture diffuse="cdart_diffuse.png" background="true">$INFO[Player.FolderPath]discart.png</texture>
                    <aspectratio align="center" aligny="center">keep</aspectratio>
                    <visible>!String.IsEmpty(Player.Art(album.discart))</visible>
                </control>
                <control type="image">
                    <include>Animation_CDart</include>
                    <left>-1700</left>
                    <top>350</top>
                    <width>450</width>
                    <height>321</height>
                    <texture diffuse="cdart_diffuse.png" background="true">$INFO[Window(Home).Property(SkinHelper.Player.Art.DiscArt)]</texture>
                    <aspectratio align="center" aligny="center">keep</aspectratio>
                    <visible>String.IsEmpty(Player.Art(album.discart))</visible>
                </control>
            </control> 
            <control type="image">
                <!-- reflexo --> 
                <left>-1730</left>
                <top>350</top>
                <width>450</width>
                <height>100</height>
                <fadetime>200</fadetime>
                <texture flipy="true" fallback="DefaultAudio.png" diffuse="thumb_reflect.png" background="true">$INFO[MusicPlayer.Cover]</texture>
                <aspectratio align="left" aligny="top">keep</aspectratio>
            </control> 
            <control type="image">
                <left>-1730</left>
                <top>350</top>
                <width>450</width>
                <height>100</height>
                <fadetime>200</fadetime>
                <texture fallback="DefaultAudio.png" diffuse="thumb_cdcover_mask_cdart.png" background="true">$INFO[MusicPlayer.Cover]</texture>
                <aspectratio align="left">keep</aspectratio>
            </control>       
            <control type="image">
                <left>-1545</left>
                <top>80</top>
                <width>330</width>
                <height>142</height>
                <texture background="true">$INFO[Skin.String(CustomMusicLogoPath)]$INFO[MusicPlayer.Artist,,/logo.png]</texture>
                <fadetime>300</fadetime>
                <aspectratio align="center">keep</aspectratio>
                <animation effect="fade" end="100" condition="true">Conditional</animation>
            </control>             
            <!-- ====================================================================================
        ==========================================================================================
        ==========================================================================================
        -->
            <!-- Nome do artista -->
            <control type="label">
                <left>30</left>
                <top>100</top>
                <width>1000</width>
                <height>45</height>
                <align>left</align>
                <font>Font_titleviews</font>
                <textcolor>FFFFFAF0</textcolor>
                <label>$INFO[MusicPlayer.Artist]</label>
                <scroll>false</scroll>
                <scrollout>false</scrollout>
            </control>
            <!-- control type="image">
                <left>495</left>
                <top>110</top>
                <width>690</width>
                <height>3</height>
                <texture>divider.png</texture>
            </control -->

            <control type="label">
                <!-- Nome da faixa -->
                <left>34</left>
                <top>160</top>
                <width>700</width>
                <height>30</height>
                <align>left</align>
                <font>Font_virtualmenu3</font>
                <textcolor>50FFFAF0</textcolor>
                <label>$INFO[MusicPlayer.Title]</label>
                <scroll>true</scroll>
                <scrollout>false</scrollout>
            </control>
            <!-- control type="label">
                <!-- Nome do album --><!--
                <left>30</left>
                <top>230</top>
                <width>700</width>
                <height>30</height>
                <align>left</align>
                <font>Font_subtitle</font>
                <textcolor>50FFFAF0</textcolor>
                <label>$INFO[MusicPlayer.Album]</label>
                <scroll>true</scroll>
                <scrollout>false</scrollout>
            </control -->

            <control type="label">
                <left>30</left>
                <top>260</top>
                <width>700</width>
                <height>36</height>
                <align>left</align>
                <aligny>top</aligny>
                <textcolor>FFFFFAF0</textcolor>
                <font>Font_plot</font>
                <label>$LOCALIZE[31333] $INFO[MusicPlayer.Channels][color=50FFFAF0] | [/color]$INFO[MusicPlayer.SampleRate,,KHZ][color=50FFFAF0] | [/color]$INFO[MusicPlayer.BitRate,,Kbps][color=50FFFAF0] | [/color]$INFO[MusicPlayer.BitsPerSample,,Bits]</label>
            </control>
            <control type="label">
                <!-- Duracao -->
                <left>1200</left>
                <top>210</top>
                <width>690</width>
                <height>30</height>
                <align>right</align>
                <font>Font_menu3</font>
                <textcolor>50FFFAF0</textcolor>
                <label>$INFO[MusicPlayer.Time] / $INFO[MusicPlayer.Duration]</label>
                <scroll>false</scroll>
                <scrollout>false</scrollout>
            </control>
            <!-- Barra de cache -->
            <!-- control type="progress">
                <left>2500</left>
                <top>303</top>
                <width>375</width>
                <height>8</height>
                <info>Player.ProgressCache</info>
                <midtexture>progress_mid0.png</midtexture>
                <colordiffuse>$INFO[Skin.String(colorheader)]</colordiffuse>
                <animation effect="fade" end="80" condition="true">Conditional</animation>
            </control>
            <!-- Barra de progresso -->
            <!-- control type="progress">
                <left>2500</left>
                <top>303</top>
                <width>250</width>
                <height>8</height>
                <info>Player.Progress</info>
                <animation effect="fade" end="80" condition="true">Conditional</animation>
            </control -->

            <control type="label">
                <!-- Proxima faixa - proximo artista -->
                <left>990</left>
                <top>260</top>
                <width>915</width>
                <height>35</height>
                <align>right</align>
                <font>Font_header</font>
                <textcolor>FFFFFAF0</textcolor>
                <label>$LOCALIZE[31525]: [color=50FFFAF0]$INFO[MusicPlayer.offset(1).Title] ($INFO[MusicPlayer.offset(1).Artist])[/color]</label>
                <scroll>false</scroll>
                <scrollout>false</scrollout>
                <visible>!Skin.HasSetting(nonexttracks_on)</visible>
            </control>
        </control>
Reply
@senzalice
Ah...OK, I gotcha.
Reply
@latts9923

I've been wondering if it is possible to change the font used for plot text?

The thing is, I have some nfo which contain columns and because the font used is proportional the columns don't align. I need a monospaced font to achieve proper alignment. I realize a wholesale switch to a monospaced font would no doubt create problems with other information fitting into it's allotted space but that shouldn't be a problem with the plot since it is not confined to a fixed length.
"When the going gets weird, the weird turn pro." - Hunter S. Thompson
Using: Windows 10 Pro | Kodi 20.5 + Aeon MQ7 Multi-Mod 1.0.1.2 | Kodi 20.5 + Aeon MQ9 Multi-Mod 1.6.5 | Kodi 21.0 + Aeon MQ7 Multi-Mod 1.0.1 | Kodi 21.0  + Aeon MQ9 Multi-Mod 1.1.9

 
Reply
@Juan Mortyme
Sure, I can always make a button to switch between fonts for the plot. Can you send me an example NFO with columns?
Reply
(2022-11-25, 13:28)latts9923 Wrote: @Juan Mortyme
Sure, I can always make a button to switch between fonts for the plot. Can you send me an example NFO with columns?
@latts9923 
Here you go. link
"When the going gets weird, the weird turn pro." - Hunter S. Thompson
Using: Windows 10 Pro | Kodi 20.5 + Aeon MQ7 Multi-Mod 1.0.1.2 | Kodi 20.5 + Aeon MQ9 Multi-Mod 1.6.5 | Kodi 21.0 + Aeon MQ7 Multi-Mod 1.0.1 | Kodi 21.0  + Aeon MQ9 Multi-Mod 1.1.9

 
Reply
UPDATE #31 - This will update the skin to v1.0.3.1

Image Additions
  • I added a new button in the music viz settings that's named "HIDE MUSIC CHANNEL AND CODEC". This controls the display of the audio channel and music codec icons for layout 7. It is disabled by default and only visible when layout 7 is selected. Thanks to wags1 for the request!
  • I added a new button in the music viz settings that's named "HIDE JEWEL CASE". This controls the display of the jewel case for layout 3D. It is disabled by default and only visible when layout 3D is selected. If enabled, the slide animations will not work, but the disc art still displays. Thanks to Chalklands for the request!
  • I added a new button in the music viz settings that's named "HIDE WEATHER AND DATE". This controls the display of the weather and date for layout 3D. It is disabled by default and only visible when layout 3D is selected. Thanks to Chalklands for the request!
  • I added a new button in the music viz settings that's named "HIDE RATING STAR AND SONG INFO". This controls the display of the rating star and song info for layout 3D. It is disabled by default and only visible when layout 3D is selected. Thanks to Chalklands for the request!
  • I added a new button in the music viz settings that's named "HIDE NEXT SONG INFO". This controls the display of the next song info for layout 3D. It is disabled by default and only visible when layout 3D is selected. Thanks to Chalklands for the request!
  • The Grab Fanart Script backgrounds for the Main Menu will now display for video playlists if you add one as a Main Menu item. Thanks to Eladios for the request!
  • I added a new button in SKIN SETTINGS > ICONS AND IMAGES that's named "HIDE MISSING FLAG ICON". When enabled, it will hide the "..." image that displays for missing media flags. Thanks to Juan Mortyme for the idea!
  • I added code to the Shelf 3D and Shelf 3D v2 music views to fix a problem with the fanart images not displaying correctly in the top right window if "KEEP BACKGROUND'S ASPECT RATIO" is enabled. Thanks to Chalklands for the request!
  • I added the disc art to albums and songs for the Wide view.
  • I added the audio and subtitle language icons to Shelf 3D. They will display if you have "AUDIO AND SUBTITLE FLAGS" set to "LOGO".

Image Bug fixes
  • I added a button named "SHOW DIFFUSE FOR DISC ART" in the Top Menu for Albums or Songs. This fixes the problem introduced in the last update where I removed the diffuse image and disc art that had a background outside the disc image was being displayed.
  • I fixed a problem with the "LOGO IN CD" button. If it was enabled, it would display the blank CD whether you have disc art available or not. Thanks to Holzfred for reporting the bug!
  • I scrubbed the music viz layouts that display the artist logo. They will now display the Artist's logo (if available) and then fallback to the Artist as text if the logo is missing. Thanks to RB0135 for reporting the bug!
  • The Artist's clearlogo was not displaying in the Poster view.
  • I fixed the "EXTRA FANART" art setting for Music if you do not have additional artwork already applied to the Artist (fanart1, fanart2, etc.). To see the artwork, set the "PATH:" setting in the Top Menu to your Artist Information Folder and create an extrafanart subfolder with your artwork for each Artist.

ImageMaintenance
  • I cleaned up some discart animation in the 3D views.
Reply
@latts9923 

I've been checking out Nexus for a while now. I installed v4 of your repo but when I check it for latest update the only thing visible is the repo file itself. Nothing else at all? Matrix notified and updated smoothly.
"When the going gets weird, the weird turn pro." - Hunter S. Thompson
Using: Windows 10 Pro | Kodi 20.5 + Aeon MQ7 Multi-Mod 1.0.1.2 | Kodi 20.5 + Aeon MQ9 Multi-Mod 1.6.5 | Kodi 21.0 + Aeon MQ7 Multi-Mod 1.0.1 | Kodi 21.0  + Aeon MQ9 Multi-Mod 1.1.9

 
Reply
@Juan Mortyme
I created the Nexus repo to display for the Beta 1 pre-release build (v19.90.801). If you're running a Nightly build you may not see my repo. You can download the files from the repo here.
Reply
@latts9923 
I was running nightly but it was an alpha3 version. I just saw the beta1 release and have installed the regular prelease from the download page but I still don't see anything in the repo.
"When the going gets weird, the weird turn pro." - Hunter S. Thompson
Using: Windows 10 Pro | Kodi 20.5 + Aeon MQ7 Multi-Mod 1.0.1.2 | Kodi 20.5 + Aeon MQ9 Multi-Mod 1.6.5 | Kodi 21.0 + Aeon MQ7 Multi-Mod 1.0.1 | Kodi 21.0  + Aeon MQ9 Multi-Mod 1.1.9

 
Reply
@Juan Mortyme
If you go to Settings, do you see (19.90.801) in the version info up top?
Reply
(2022-11-25, 15:51)latts9923 Wrote: @Juan Mortyme
If you go to Settings, do you see (19.90.801) in the version info up top?
@latts9923 

Yup, that's the version. I installed from zip the skin v1.0.0.0 and freaked for a second when I thought I lost all my settings. Then I realized a new skin name means the settings file needs to be copied manually. LOL
"When the going gets weird, the weird turn pro." - Hunter S. Thompson
Using: Windows 10 Pro | Kodi 20.5 + Aeon MQ7 Multi-Mod 1.0.1.2 | Kodi 20.5 + Aeon MQ9 Multi-Mod 1.6.5 | Kodi 21.0 + Aeon MQ7 Multi-Mod 1.0.1 | Kodi 21.0  + Aeon MQ9 Multi-Mod 1.1.9

 
Reply
@Juan Mortyme
Hmm...if you go to addons/repository.lattsrepo and open addon.xml, does it look like this?
xml:

<addon id="repository.lattsrepo" name="[COLOR red]Latts'[/COLOR] [COLOR white]KODI[/COLOR] [COLOR blue]Repo[/COLOR]" version="4.0.0" provider-name="Latts">
<requires>
<import addon="xbmc.addon" version="12.0.0"/>
</requires>
<extension point="xbmc.addon.repository" name="Latts' KODI Repo">
<dir>
<info compressed="false">https://holybid.com/kodi/lattsrepo/master/addons.xml</info>
<checksum>https://holybid.com/kodi/lattsrepo/master/addons.xml.md5</checksum>
<datadir zip="true">https://holybid.com/kodi/lattsrepo/master</datadir>
</dir>
<dir minversion="17.0.0" maxversion="17.6.0.0">
<info compressed="false">https://holybid.com/kodi/lattsrepo/master/krypton/addons.xml</info>
<checksum>https://holybid.com/kodi/lattsrepo/master/krypton/addons.xml.md5</checksum>
<datadir zip="true">https://holybid.com/kodi/lattsrepo/master/krypton/</datadir>
</dir>
<dir minversion="18.8.0" maxversion="18.9.0">
<info compressed="false">https://holybid.com/kodi/lattsrepo/master/leia/addons.xml</info>
<checksum>https://holybid.com/kodi/lattsrepo/master/leia/addons.xml.md5</checksum>
<datadir zip="true">https://holybid.com/kodi/lattsrepo/master/leia/</datadir>
</dir>
<dir minversion="19.0.0" maxversion="19.9.0">
<info compressed="false">https://holybid.com/kodi/lattsrepo/master/matrix/addons.xml</info>
<checksum>https://holybid.com/kodi/lattsrepo/master/matrix/addons.xml.md5</checksum>
<datadir zip="true">https://holybid.com/kodi/lattsrepo/master/matrix/</datadir>
</dir>
<dir minversion="19.90.801">
<info compressed="false">https://holybid.com/kodi/lattsrepo/master/nexus/addons.xml</info>
<checksum>https://holybid.com/kodi/lattsrepo/master/nexus/addons.xml.md5</checksum>
<datadir zip="true">https://holybid.com/kodi/lattsrepo/master/nexus/</datadir>
</dir>
</extension>
<extension point="xbmc.addon.metadata">
<summary lang="en">Latts' Kodi Repo</summary>
<description lang="en">KODI addons provided by Latts.</description>
<disclaimer></disclaimer>
<platform>all</platform>
<assets>
<fanart>resources/fanart.jpg</fanart>
<icon>resources/icon.png</icon>
</assets>
<news>[COLOR=FF2CD13B]v4.0.0[/COLOR] - Release date November 23, 2022[CR]
[COLOR=FFFFA500]ADDITIONS[/COLOR]
• Nexus repo added.
</news>
</extension>
</addon>
Haha...yeah, I bet that was a freak out moment.
Reply
@latts9923 

Yup, looks to be the same. Just for the heck of it I cut and pasted you posted xml and it didn't work for me either.
"When the going gets weird, the weird turn pro." - Hunter S. Thompson
Using: Windows 10 Pro | Kodi 20.5 + Aeon MQ7 Multi-Mod 1.0.1.2 | Kodi 20.5 + Aeon MQ9 Multi-Mod 1.6.5 | Kodi 21.0 + Aeon MQ7 Multi-Mod 1.0.1 | Kodi 21.0  + Aeon MQ9 Multi-Mod 1.1.9

 
Reply
  • 1
  • 39
  • 40
  • 41(current)
  • 42
  • 43
  • 44

Logout Mark Read Team Forum Stats Members Help
Aeon MQ 7 for Matrix Mod0