Kodi Community Forum
[MOD] Another Aeon Night Version - 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: [MOD] Another Aeon Night Version (/showthread.php?tid=52774)

Pages: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25


- scrolling - 2009-08-13

Removed question.


- Evanrich - 2009-08-19

Hey black, I've been using your skin for a while now and absolutely love it on my ZOTAC ION however i have one issue that only sometimes comes up. If i go through my movie list, sometims the text that describes the genre blurs togetherinto white text. Next time it happens I'll try and take a screenshot, but do you have any ideas why?


- scrolling - 2009-08-21

What would cause this to happen?

Image


- Hitcher - 2009-08-21

Here the fix -

http://github.com/Hitcher/aeon/commit/549f428bed57e3e427efcb3110896b93a4211b38


- scrolling - 2009-08-21

Hitcher Wrote:Here the fix -

http://github.com/Hitcher/aeon/commit/549f428bed57e3e427efcb3110896b93a4211b38

Thanks


- nvaia - 2009-08-23

How do you get the dvd case icons instead of just the poster thumbHuh


- medicineuk - 2009-09-05

Hay Black, just wondering if you had stopped working on this? Really love this skin + the new Multiwall view but there's a couple of issues bugs in there, have you stopped production?


- `Black - 2009-09-06

Yes, it's stopped for now... I don't like the Aeon skin anymore, it's all too overloaded, no seamless fluid/fast navigation (which is imo much more important than tons of features, views etc.). Second thing is that I won't have the time now to continue this. I'm now waiting for Alaska and the skin on which phyek & minimalko are working.


- paul - 2009-09-06

`Black Wrote:Yes, it's stopped for now... I don't like the Aeon skin anymore, it's all too overloaded, no seamless fluid/fast navigation (which is imo much more important than tons of features, views etc.). Second thing is that I won't have the time now to continue this. I'm now waiting for Alaska and the skin on which phyek & minimalko are working.
That's a real shame but thank's for what you have done thus far, i look forward to seeing if you do anything in the near future but for now have a few beersBig Grin


- Evanrich - 2009-09-07

paul Wrote:That's a real shame but thank's for what you have done thus far, i look forward to seeing if you do anything in the near future but for now have a few beersBig Grin

well doesnt that just royally suck...this was by far my favorite skin.


- zwat - 2009-09-07

`Black Wrote:Yes, it's stopped for now... I don't like the Aeon skin anymore, it's all too overloaded, no seamless fluid/fast navigation (which is imo much more important than tons of features, views etc.). Second thing is that I won't have the time now to continue this. I'm now waiting for Alaska and the skin on which phyek & minimalko are working.

ohh i can't wait to see ur alaska mod Big Grin any ideas when it gonna be released?


- `Black - 2009-09-07

I think about it when Alaska is released and when it pleases me. Smile


- paul - 2009-09-07

erm yeh it's not the nicest of skins maybe because it's white, but it would look better maybe if it were all black(alaska I mean)


- medicineuk - 2009-09-07

`Black Wrote:Yes, it's stopped for now... I don't like the Aeon skin anymore, it's all too overloaded, no seamless fluid/fast navigation (which is imo much more important than tons of features, views etc.). Second thing is that I won't have the time now to continue this. I'm now waiting for Alaska and the skin on which phyek & minimalko are working.

That's a shame this mod was shaping up really nicely. Thanks for your hard work look forward to seeing what you do with Alaska Big Grin


Missing dvd case reflection images in multiplex? - snowdrift - 2009-09-09

I'm probably a bit late to the party on this one, but I don't seem to be getting any of the dvd case border and glass reflections in multiplex mode.

Having had a look at the code in viewtype_multiplex.xml, I see:

Code:
<control type="image">
            <include>MultiplexIconDimensionsWrapReflectDVDCase</include>
            <texture>[color=red]multiplex/boxes/multiplex_borderreflect.png[/color]</texture>
            <aspectratio scalediffuse="false">scale</aspectratio>
            <visible>!Skin.HasSetting(multiplexflow)</visible>
        </control>
        <control type="image">
            <include>MultiplexIconDimensionsWrapReflectDVDCover</include>
            <texture background="true" flipy="true" diffuse="multiplex/boxes/multiplex_maskreflect.png">defaultvideo.png</texture>
            <info>ListItem.Icon</info>
            <aspectratio scalediffuse="false">scale</aspectratio>
            <visible>!Skin.HasSetting(multiplexflow) + !Control.IsVisible(8000)</visible>
        </control>    
        <control type="image">
            <include>MultiplexIconDimensionsWrapReflectDVDCase</include>
            <texture>[color=red]multiplex/boxes/multiplex_glassreflect.png[/color]</texture>
            <aspectratio scalediffuse="false">scale</aspectratio>
            <visible>!Skin.HasSetting(multiplexflow) + !Control.IsVisible(8000)</visible>
        </control>

The images higlighted in red, don't seem to exist in the specified folder, i.e. /media/multiplex/boxes/<filename>.png (the tv versions are there, but not the dvd ones as far as I can tell)

Anybody able to post these up somewhere for me? (Or have I gone completely mad and missed something else... :confused2: )

EDIT: I have the latest July 30 github release (commit 7942c9a57321f6be53f2d34243f294f3bbee27d4)