• 1
  • 422
  • 423
  • 424(current)
  • 425
  • 426
  • 468
Aeon Madnox for Krypton / Jarvis - (no longer in development)
(2017-04-28, 21:42)meowmoo Wrote: You can try, go to settings - system - addons - click on "manage dependence" look for "metadata and artwork module" open the config - music artwork - path to custom folder and point it to your folder with the logos.

Than userdata - addondata - module simplecache, and delete the db

Restart kodi and test if its better, skinhelper sometime need a bit to write the data into simplecatch so it can take a few sec the first time, but once its cached it should show up instant


OK so nothing is halpeing, i went to my Windows 10 Core i5 16GB RAM SSD machine and tryied Kodi from scratch , still a lot of time to get the logo (only logo is taking a lot of time)
And when there is more than 1 artist it takes even longer (sometimes even more than a minute) to get the logo of the first artist.
All fanart is local and on my machine and was working perfectly on Jarvis 16.1 !
I cant help if you not provide the info I asked for.
Which view? Musicviz whitch layout?
Where are the logo.png stored?
Are you pointing skinhelper to the logo folder?
Maby you can post a debug log.

I still guess that skinhelper is looking online for the logos.
OK so this is the info you asked for :

01. Musicviz
02. Layout - Have no idea what that is , I'm adding a picture so you can see all my settings.
03. the logo.png are stored in each folder in my music folder, and off course in my Music Art folder (Locally, contain all my artists fanart).
04. Yes, adding screen shot.
How do i post debug log ?

Image
Image
http://kodi.wiki/view/Log_file/Easy

You pointing the skin to you logos, and not the skinhelper addon like I told you in another post. The musicviz layout you use, only use skinhelper to show the logo. So skinhelper need to know where your local logos are, or it search for them online, and this can take some time.
(2017-02-11, 00:44)Pr.Sinister Wrote: Hey Mike,

Couple bugs in the Krypton branch...

#1 - The Default Color Icons don't seem to work. All other Color Icons work except the default ones. You can see them in file mode when looking at your sources or in the library section when you have to pick Movies, TV Shows, Recently Added, etc... This is in List View

#2 - All the dialogs are really big. It doesn't respect the "Smaller Dialogs" skin setting.

#3 - DialogPlayerProcessInfo.xml is missing from the 1080i folder. It is a new dialog meant to replace what you saw when you pressed 'o' (CodecInfo)

I looked at the one made by Gade for his Rapier skin and it was nice and clean so i modded it for Aeon MadNox.

In Rapier, it looks like this:

Image

I modified it to look like this in Aeon MadNox:

Image

Here is the source for anyone who needs the functionality back right away:

Code:
<?xml version="1.0" encoding="UTF-8"?>
<window>
    <defaultcontrol>5001</defaultcontrol>
    
    <controls>
        <control type="button" id="5001">
            <visible allowhiddenfocus="true">false</visible>
            <onclick>Close</onclick>
            <onleft>Close</onleft>
            <onright>Close</onright>
            <onup>Close</onup>
            <ondown>Close</ondown>
        </control>
        
        <control type="group">
            <description>Player Process Information</description>
            <visible>![Window.IsActive(OSDVideoSettings) | Window.IsActive(OSDAudioSettings) | Window.IsActive(VideoBookmarks) | Window.IsVisible(PVROSDChannels) | Window.IsVisible(PVROSDGuide) | Window.IsActive(subtitlesearch) | Window.IsActive(osdcmssettings)]</visible>
            <depth>0.40</depth>
            <animation effect="fade" start="0" end="100" time="300">VisibleChange</animation>
            <animation effect="fade" start="0" end="100" time="300">WindowOpen</animation>
            <animation effect="fade" start="100" end="0" time="300">WindowClose</animation>
            <left>42</left>
            <top>30</top>
            
            <control type="image">
                <width>1836</width>
                <height>220</height>
                <texture border="8">panels/panel.png</texture>
            </control>
            
            <control type="grouplist">
                <top>20</top>
                <left>27</left>
                <itemgap>0</itemgap>
                <orientation>vertical</orientation>
                <control type="label">
                    <description>Video Label</description>
                    <width>450</width>
                    <height>30</height>
                    <font>Font_Bold24</font>
                    <textcolor>ff1573d4</textcolor>
                    <shadowcolor>ff000000</shadowcolor>
                    <label>[UPPERCASE]$LOCALIZE[291][/UPPERCASE]</label>
                </control>
                <control type="group">
                    <height>30</height>
                    <control type="label">
                        <width>248</width>
                        <font>Font_Bold24</font>
                        <textcolor>ff7993b0</textcolor>
                        <shadowcolor>ff000000</shadowcolor>
                        <label>DECODER:</label>
                    </control>
                    <control type="label">
                        <left>255</left>
                        <width>600</width>
                        <font>Font_Bold24</font>
                        <textcolor>ffcecece</textcolor>
                        <shadowcolor>ff000000</shadowcolor>
                        <label fallback="31001">[UPPERCASE]$INFO[Player.Process(videodecoder)][/UPPERCASE]</label>
                    </control>
                </control>
                <control type="group">
                    <height>30</height>
                    <control type="label">
                        <width>248</width>
                        <font>Font_Bold24</font>
                        <textcolor>ff7993b0</textcolor>
                        <shadowcolor>ff000000</shadowcolor>
                        <label>[UPPERCASE]$LOCALIZE[169]:[/UPPERCASE]</label>
                    </control>
                    <control type="label">
                        <left>255</left>
                        <width>600</width>
                        <font>Font_Bold24</font>
                        <textcolor>ffcecece</textcolor>
                        <shadowcolor>ff000000</shadowcolor>
                        <label>$INFO[Player.Process(videowidth)]$INFO[Player.Process(videoheight),x, px]$INFO[Player.Process(videodar), (, $LOCALIZE[31154])]</label>
                    </control>
                </control>
                <control type="group">
                    <height>30</height>
                    <control type="label">
                        <width>248</width>
                        <font>Font_Bold24</font>
                        <textcolor>ff7993b0</textcolor>
                        <shadowcolor>ff000000</shadowcolor>
                        <label>FRAMERATE:</label>
                    </control>
                    <control type="label">
                        <left>255</left>
                        <width>600</width>
                        <font>Font_Bold24</font>
                        <textcolor>ffcecece</textcolor>
                        <shadowcolor>ff000000</shadowcolor>
                        <label fallback="31001">$INFO[Player.Process(videofps),, FPS]</label>
                    </control>
                </control>
                <control type="group">
                    <height>30</height>
                    <control type="label">
                        <width>248</width>
                        <font>Font_Bold24</font>
                        <textcolor>ff7993b0</textcolor>
                        <shadowcolor>ff000000</shadowcolor>
                        <label>PIXEL FORMAT:</label>
                    </control>
                    <control type="label">
                        <left>255</left>
                        <width>600</width>
                        <font>Font_Bold24</font>
                        <textcolor>ffcecece</textcolor>
                        <shadowcolor>ff000000</shadowcolor>
                        <label fallback="31001">[UPPERCASE]$INFO[Player.Process(pixformat)][/UPPERCASE]</label>
                    </control>
                </control>
                <control type="group">
                    <height>30</height>
                    <control type="label">
                        <width>248</width>
                        <font>Font_Bold24</font>
                        <textcolor>ff7993b0</textcolor>
                        <shadowcolor>ff000000</shadowcolor>
                        <label>DEINTERLACE METHOD:</label>
                    </control>
                    <control type="label">
                        <left>255</left>
                        <width>600</width>
                        <font>Font_Bold24</font>
                        <textcolor>ffcecece</textcolor>
                        <shadowcolor>ff000000</shadowcolor>
                        <label fallback="31001">[UPPERCASE]$INFO[Player.Process(deintmethod)][/UPPERCASE]</label>
                    </control>
                </control>
            </control>
            
            <control type="grouplist">
                <top>20</top>
                <left>891</left>
                <itemgap>0</itemgap>
                <orientation>vertical</orientation>
                <control type="label">
                    <description>Audio Label</description>
                    <width>450</width>
                    <height>30</height>
                    <font>Font_Bold24</font>
                    <textcolor>ff1573d4</textcolor>
                    <shadowcolor>ff000000</shadowcolor>
                    <label>[UPPERCASE]$LOCALIZE[292][/UPPERCASE]</label>
                </control>
                <control type="group">
                    <height>30</height>
                    <control type="label">
                        <width>248</width>
                        <font>Font_Bold24</font>
                        <textcolor>ff7993b0</textcolor>
                        <shadowcolor>ff000000</shadowcolor>
                        <label>DECODER:</label>
                    </control>
                    <control type="label">
                        <left>255</left>
                        <width>600</width>
                        <font>Font_Bold24</font>
                        <textcolor>ffcecece</textcolor>
                        <shadowcolor>ff000000</shadowcolor>
                        <label fallback="31001">[UPPERCASE]$INFO[Player.Process(audiodecoder)][/UPPERCASE]</label>
                    </control>
                </control>
                <control type="group">
                    <height>30</height>
                    <control type="label">
                        <width>248</width>
                        <font>Font_Bold24</font>
                        <textcolor>ff7993b0</textcolor>
                        <shadowcolor>ff000000</shadowcolor>
                        <label>AUDIO CHANNELS:</label>
                    </control>
                    <control type="label">
                        <left>255</left>
                        <width>600</width>
                        <font>Font_Bold24</font>
                        <textcolor>ffcecece</textcolor>
                        <shadowcolor>ff000000</shadowcolor>
                        <label fallback="31001">$INFO[Player.Process(audiochannels)]</label>
                    </control>
                </control>
                <control type="group">
                    <height>30</height>
                    <control type="label">
                        <width>248</width>
                        <font>Font_Bold24</font>
                        <textcolor>ff7993b0</textcolor>
                        <shadowcolor>ff000000</shadowcolor>
                        <label>SAMPLERATE:</label>
                    </control>
                    <control type="label">
                        <left>255</left>
                        <width>600</width>
                        <font>Font_Bold24</font>
                        <textcolor>ffcecece</textcolor>
                        <shadowcolor>ff000000</shadowcolor>
                        <label fallback="31001">$INFO[Player.Process(audiosamplerate),, Hz]</label>
                    </control>
                </control>
                <control type="group">
                    <height>30</height>
                    <control type="label">
                        <width>248</width>
                        <font>Font_Bold24</font>
                        <textcolor>ff7993b0</textcolor>
                        <shadowcolor>ff000000</shadowcolor>
                        <label>BITS PER SAMPLE:</label>
                    </control>
                    <control type="label">
                        <left>255</left>
                        <width>600</width>
                        <font>Font_Bold24</font>
                        <textcolor>ffcecece</textcolor>
                        <shadowcolor>ff000000</shadowcolor>
                        <label>$INFO[Player.Process(audiobitspersample),, Bit]</label>
                    </control>
                </control>
            </control>

            <control type="grouplist">
                <top>20</top>
                <left>1455</left>
                <itemgap>0</itemgap>
                <orientation>vertical</orientation>
                <control type="label">
                    <description>System Label</description>
                    <width>450</width>
                    <height>30</height>
                    <font>Font_Bold24</font>
                    <textcolor>ff1573d4</textcolor>
                    <shadowcolor>ff000000</shadowcolor>
                    <label>SYSTEM</label>
                </control>
                <control type="group">
                    <height>30</height>
                    <control type="label">
                        <width>218</width>
                        <font>Font_Bold24</font>
                        <textcolor>ff7993b0</textcolor>
                        <shadowcolor>ff000000</shadowcolor>
                        <label>DECODER:</label>
                    </control>
                    <control type="label">
                        <description>Hardware Decoding</description>
                        <visible>Player.Process(videohwdecoder)</visible>                    
                        <left>155</left>
                        <width>150</width>
                        <align>right</align>
                        <font>Font_Bold24</font>
                        <textcolor>ff00ff00</textcolor>
                        <shadowcolor>ff000000</shadowcolor>
                        <label>HARDWARE</label>
                    </control>
                    <control type="label">
                        <description>Hardware Decoding</description>
                        <visible>!Player.Process(videohwdecoder)</visible>                    
                        <left>155</left>
                        <width>150</width>
                        <align>right</align>
                        <font>Font_Bold24</font>
                        <textcolor>ffff0000</textcolor>
                        <shadowcolor>ff000000</shadowcolor>
                        <label>SOFTWARE</label>
                    </control>                    
                </control>                
                <control type="group">
                    <height>30</height>
                    <control type="label">
                        <width>218</width>
                        <font>Font_Bold24</font>
                        <textcolor>ff7993b0</textcolor>
                        <shadowcolor>ff000000</shadowcolor>
                        <label>[UPPERCASE]$LOCALIZE[13271][/UPPERCASE]</label>
                    </control>
                    <control type="label">
                        <left>155</left>
                        <width>150</width>
                        <align>right</align>
                        <font>Font_Bold24</font>
                        <textcolor>ffcecece</textcolor>
                        <shadowcolor>ff000000</shadowcolor>
                        <label fallback="31001">$INFO[System.CpuUsage]</label>
                    </control>
                </control>
                <control type="group">
                    <height>30</height>
                    <control type="label">
                        <width>218</width>
                        <font>Font_Bold24</font>
                        <textcolor>ff7993b0</textcolor>
                        <shadowcolor>ff000000</shadowcolor>
                        <label>[UPPERCASE]$LOCALIZE[31309]:[/UPPERCASE]</label>
                    </control>
                    <control type="label">
                        <left>155</left>
                        <width>150</width>
                        <align>right</align>
                        <font>Font_Bold24</font>
                        <textcolor>ffcecece</textcolor>
                        <shadowcolor>ff000000</shadowcolor>
                        <label fallback="31001">$INFO[System.Memory(used.percent)]</label>
                    </control>
                </control>
                <control type="group">
                    <height>30</height>
                    <control type="label">
                        <width>218</width>
                        <font>Font_Bold24</font>
                        <textcolor>ff7993b0</textcolor>
                        <shadowcolor>ff000000</shadowcolor>
                        <label>CACHE LEVEL:</label>
                    </control>
                    <control type="label">
                        <left>155</left>
                        <width>150</width>
                        <align>right</align>
                        <font>Font_Bold24</font>
                        <textcolor>ffcecece</textcolor>
                        <shadowcolor>ff000000</shadowcolor>
                        <label fallback="31001">$INFO[Player.CacheLevel,,%]</label>
                    </control>
                </control>
            </control>            
            
        </control>

    </controls>
</window>

I made the system decoder display HARDWARE and SOFTWARE so you can quickly see when hardware decoding is working but if you don't like it, just change

Code:
<textcolor>ff00ff00</textcolor>

and

Code:
<textcolor>ffff0000</textcolor>

to

Code:
<textcolor>ffcecece</textcolor>

And it will be the same color as the other attributes.

Please note that i do not use the PVR function so i did not add that to this MOD.

The original file has it but you will have to edit it to display properly in 1080i because it was coded in 720p. It also uses a lot of includes for fonts and animations so you will have to do some back and forth to figure out the translation to the MadNox includes. Lastly, most of the localized strings don't exist in MadNox so you will have to hardcode them in if you are not going add them to the strings.po

Hope this is useful for someone...

Is it possible to add the information I get from ctrl+shift+o in to this window so I have it all in one place? I really like this mod, but I also want audio and video bitrate in the same info screen.
Hi Could some one guide me in disabling the autoplay of trailers in the background when browsing movies / TV Shows .. I just cannot seem to see how to do this on my own Sad
@shaktoo I guess you have the script.tvtunes installed. Disable the script and you don't have trailers anymore.
Ahhh Its only the problem with 3D titles and my playercorefactory.. I'll sort it out.. thanks ! Smile
Cheers Andy !
(2017-04-30, 01:09)Slipass Wrote: Hi folks,
Is it possible to add a box art view in the low list? The same boxes as kodiflix?

Image

Image

Hello, has anyone any way to adjust the view so?
I'm having an odd colour problem since upgrading to Krypton.

If I change 'glow' mode to normal or extended it doesn't keep the colour choice, the glow around the menu is always white?

Also, the timeline progress bar is always white also.

I've provided screenshots as explaining it is tricky. As you can see, when 'light' is selected, the menu has the neon colour across the top & bottom of menu, but as soon as I select normal or extended it overlays a white glow instead.

I've reinstalled & have played with a lot of settings. Is this a bug or am I missing something obvious in the settings? I'm 99.9% sure I've used the same settings I did with jarvis.

Image

Image

Image

Image

Image
wooow i cant believe i been away for so long , thanks mike for the skin will try it this week , thanks for all you work
hi, thanks for skin, slowly i get in love with him.

i have a problem with the plots, if i scroll down the movie libary to a movie set, the plot is fixed from that set.
Image
like her on the screen with sherlock, it shows transfromers movie set Smile

the only way to stop this is to restart kodi. and to change the option to made movie sets.


im using the emby addon and the krypton ds player build, but i dont think its related to this.

has anyone the same issue?
Hi, I have multiple bug in the views for music.
I scanned all my Mp3 with Picard and set the tags correctly. I scan it with cdart manager.
Unfortunately, I still have the following display errors:

In the Shelf 3D View i get no disc Art, only face disc art and i get no Artist info
Image
Image

In this view i get the Artist infos.
Image

And one question for a feature:
Is is possible to get the banner for the Shelf 3D View?
Image
@guandms where can I get my music from,I've been having hard time getting CD art ,logo etc...thanks
just check my pictures from this page on the top, you can see some of the settings, send me in private what is your configuration and i will help you Smile
  • 1
  • 422
  • 423
  • 424(current)
  • 425
  • 426
  • 468

Logout Mark Read Team Forum Stats Members Help
Aeon Madnox for Krypton / Jarvis - (no longer in development)39