• 1
  • 403
  • 404
  • 405(current)
  • 406
  • 407
  • 468
Aeon Madnox for Krypton / Jarvis - (no longer in development)
(2017-02-08, 12:35)Mike_Doc Wrote: Marcel has completely re-written the skin.helper addon that is used in the majority of views to obtain discart, some views still use the old skin.info.service which still works ok. Please check you have the latest skin.helper and all it's associated dependencies. I think Marcel has pushed it to the repo now but if not you'll need to get his beta repo and install from there.

This is for Krypton

Hmm, I installed the latest script.module.simplecache, script.module.skin.helper.artutils, and script.skin.helper.service from Marcel's github and disc art in boxsets still isn't working and now I keep getting Skin Helper Service error popups in Kodi.
(2017-02-08, 09:08)darkside281 Wrote: Again looks ok to me.. you need to turn on cdart in each view

Image
Image

No no, you dont use the showcase mod.
With this mod your moviesets are in a box and not in a case.

Image
(2017-02-08, 15:55)Yousty Wrote:
(2017-02-08, 12:35)Mike_Doc Wrote: Marcel has completely re-written the skin.helper addon that is used in the majority of views to obtain discart, some views still use the old skin.info.service which still works ok. Please check you have the latest skin.helper and all it's associated dependencies. I think Marcel has pushed it to the repo now but if not you'll need to get his beta repo and install from there.

This is for Krypton

Hmm, I installed the latest script.module.simplecache, script.module.skin.helper.artutils, and script.skin.helper.service from Marcel's github and disc art in boxsets still isn't working and now I keep getting Skin Helper Service error popups in Kodi.

I have the same issue
(2017-02-08, 12:35)Mike_Doc Wrote: Marcel has completely re-written the skin.helper addon that is used in the majority of views to obtain discart, some views still use the old skin.info.service which still works ok. Please check you have the latest skin.helper and all it's associated dependencies. I think Marcel has pushed it to the repo now but if not you'll need to get his beta repo and install from there.

This is for Krypton

I install all scripts from git but i dont work for me ;(
try using this repo https://github.com/marcelveldt/repositor...-1.0.1.zip was posted a few pages back thats what i been using. seemed to stop those errors
(2017-02-08, 22:00)Slipass Wrote: No no, you dont use the showcase mod.
With this mod your moviesets are in a box and not in a case.

sorry i dont use that view.. just a quick test to see if i had it too..
(2017-02-08, 23:24)darkside281 Wrote: try using this repo https://github.com/marcelveldt/repositor...-1.0.1.zip was posted a few pages back thats what i been using. seemed to stop those errors
That fixed the skin helper service errors but still no disc art on boxsets in showcase view :-(

Edit: nvm, after restarting Kodi and waiting a few minutes, disc art started showing up on boxsets!
(2017-02-09, 01:07)Yousty Wrote:
(2017-02-08, 23:24)darkside281 Wrote: try using this repo https://github.com/marcelveldt/repositor...-1.0.1.zip was posted a few pages back thats what i been using. seemed to stop those errors
That fixed the skin helper service errors but still no disc art on boxsets in showcase view :-(

Edit: nvm, after restarting Kodi and waiting a few minutes, disc art started showing up on boxsets!

Perfect.....it works also for me.
Hey guys. I think I found a small little bug in the Episode view. Some of my movies I'll tag with *UNRATED* or *REMASTERED* in the title to stick out. It seems when the title includes one of these tags in it, it doesn't display the little poster to the right of the title when its highlighted. I've attached a couple picks to show that. I'm thinking its cause of the * ??

Image

Image

Image

EDIT: I went through all the available views and noticed it in a few other ones. These were: infopanel, infowall, kodiflix, list, right list, shelf 3d, shelf 3d right, wall large. All other views displayed the poster as they should.

EDIT2: I'm running RC4 of Kodibuntu (there is still no final version available for it at this time) & I did a git pull of madnox from github prior to testing to make sure I had the latest updates.
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...
[4 Kodi Clients + 4 Norco RPC-4224 Media Servers w/376 TB HDD Space]
When I try too install on v17 it gives a gui error using fire stick sorry so vague. Is there a seperate git hub for 17 vs 16?

Sent from my LG-H918
(2017-02-11, 01:12)djb719 Wrote: When I try too install on v17 it gives a gui error using fire stick sorry so vague. Is there a seperate git hub for 17 vs 16?

Sent from my LG-H918 (typie typie)

Yes. The Kodi 17 version is here

And you should install it manually (unzip into addon folder) instead of trying with "Install from zip file" within Kodi
[4 Kodi Clients + 4 Norco RPC-4224 Media Servers w/376 TB HDD Space]
Thanks for the info gonna try that out

Sent from my LG-H918
(2017-02-11, 00:44)Pr.Sinister Wrote: I modified it to look like this in Aeon MadNox:

Image

That looks awesome, nice job. I've been missing the 'o' functionality. Can't wait till it gets pulled into git
@Pr.Sinister, works perfect, nice work and thanks!
My Madnox Mods | Nox Version Guide
---------------------------------------------------------------
Movie Logo Requests | Studio Logo Requests
Logo's Made So Far:
838
  • 1
  • 403
  • 404
  • 405(current)
  • 406
  • 407
  • 468

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