Aeon Madnox for Krypton / Jarvis - (no longer in development)
Hello Madnox team, great work on new RC2, wow!!! I don't see how you guys keep coming up with ways to make this skin better and better!!

A few things

Music shelf3D view (artist level, the 3D look) I noticed the logos are too far to the left and cuts off some logos, I found setting it to <left>280</left> is the best.

Also when you enable spine text, the text is only on the spine for the focused artist and is too far too the left for non focused artists. Changing it from <left>-519</left> to <left>-505</left> solves the issue.

Genre shows twice, simply deleting the one under music fixes the issue.

Note I only use shelf3D for artist level in music so don't know if this causes issues with other stuff.

If you wanna see what the changes look like, here is my file View_750_Shelf

When you use sets movie submenu and showcase view=boxsets, the poster is still missing. (and you don't use group movies in sets)

To fix that, in Includes_Viewtypes.xml

Find:
Code:
                <control type="image">   <!--  Posters Poster right -->
                    <left>1591</left>
                    <top>78</top>
                    <width>264</width>
                    <height>400</height>
                    <texture background="true" diffuse="thumbs/movieposter_mask.png">$VAR[ListPosterVar]</texture>
                    <fadetime>200</fadetime>
                    <bordertexture border="-50">thumbs/poster_shadow.png</bordertexture>
                    <bordersize>0</bordersize>
                    <animation effect="rotatey" center="auto" start="-45" end="45" time="0" condition="true">Conditional</animation>
                    <camera x="1250" y="370"/>
                    <animation effect="zoom" end="112" time="0" delay="0" reversible="false" condition="true">Conditional</animation>
                    <visible>![StringCompare(Control.GetLabel(4420),fourthumbs) | StringCompare(Control.GetLabel(4420),fanart) | StringCompare(Control.GetLabel(4420),extrathumbs)]</visible>
                </control>

And after add:
Code:
                <!--  Posters for sets: ShadowTek -->
                <control type="image">
                    <left>1591</left>
                    <top>78</top>
                    <width>264</width>
                    <height>400</height>
                    <aspectratio>fit</aspectratio>
                    <texture background="true" diffuse="thumbs/movieposter_mask.png">$VAR[ListPosterVar]</texture>
                    <fadetime>200</fadetime>
                    <bordertexture border="-50">thumbs/poster_shadow.png</bordertexture>
                    <bordersize>0</bordersize>
                    <animation effect="rotatey" center="auto" start="-45" end="45" time="0" condition="true">Conditional</animation>
                    <camera x="1250" y="370"/>
                    <animation effect="zoom" end="112" time="0" delay="0" reversible="false" condition="true">Conditional</animation>
                    <visible>SubString(ListItem.Path,videodb://movies/sets)</visible>
                </control>
                <!--  END Posters for sets: ShadowTek -->

Great work. Also I have no issues at all with logos anymore so great job fixing all of that!

EDIT: PS.. If you want me to post a before and after image of the fixes let me know.


EDIT2: Double checked other items for shelf view (ie TVShows and movies) all looks perfect..
My Madnox Mods | Nox Version Guide
---------------------------------------------------------------
Movie Logo Requests | Studio Logo Requests
Logo's Made So Far:
838


Messages In This Thread
RE: Aeon Madnox - Beta Release - by Mike_Doc - 2015-06-29, 17:08
RE: Aeon Madnox - Beta Release - by Mike_Doc - 2015-06-29, 17:08
RE: Aeon Madnox - Beta Release - by Mike_Doc - 2015-06-29, 17:09
RE: Aeon Madnox - Beta Release - by Mike_Doc - 2015-06-29, 17:09
RE: Aeon Madnox - Beta Release - by Mike_Doc - 2015-06-29, 17:10
RE: Aeon Madnox - Beta Release - by Mike_Doc - 2015-06-29, 17:10
MADNOX FAQ - by schimi2k - 2015-06-29, 17:11
MADNOX HELP - by schimi2k - 2015-06-29, 17:12
RE: Aeon Madnox - Beta Release - by schimi2k - 2015-06-29, 17:12
refresh item - by bill1972 - 2016-03-08, 03:31
Keyboard Autocompletion - by JinNJuice - 2016-03-19, 00:26
System Infoline - by reksp13 - 2016-04-09, 05:20
https://imageshack.com/my/images - by spook61 - 2016-04-14, 17:55
https://imageshack.com/my/images - by spook61 - 2016-04-14, 18:01
RE: Aeon Madnox for Jarvis - [RC2 Revision 0.9.1] 30/05 - by ShadowTek - 2016-06-15, 19:17
Leia - Madnox Problems - by Picard - 2017-06-22, 04:15
VideoLyrics - by Pr.Sinister - 2018-04-05, 23:40
Logout Mark Read Team Forum Stats Members Help
Aeon Madnox for Krypton / Jarvis - (no longer in development)39