Kodi Community Forum
Release Aeon Nox 5 - 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 Nox: Silvo (https://forum.kodi.tv/forumdisplay.php?fid=142)
+---- Thread: Release Aeon Nox 5 (/showthread.php?tid=183504)



RE: Aeon Nox 5 (Gotham) - mikebzh44 - 2014-01-27

So you will add cases for Showcase view ? Use square one like in Aeon Nox 4 ?

Maybe I have to wait for this add before modding this view.


RE: Aeon Nox 5 (Gotham) - BigNoid - 2014-01-27

No I wont add them. That was just a comment on how I would do it Wink


RE: Aeon Nox 5 (Gotham) - Mman - 2014-01-27

(2014-01-25, 17:28)BigNoid Wrote: My list for adding viewtypes that are not there yet is:
- Poster view and poster view for albums (wont be called poster view then Big Grin)
- InfoWall
- Logo view (that will be separate this time instead of option in Landscape)
Episode view and LowList did not make the cut.

I'm glad you are including logo view. As soon as that gets implemented I'll check out this version and try and switch back to Nox. I'm less pleased that the episode view will not be return. Those were my 2 go to views (logos for movies, episodes for episodes naturally). Not sure why the view didn't make the cut, since it was pretty basic.

I'd also like to see some more interesting approaches to views for music. I use XBMC as my primary listening device for my music while doing things around the house. Sadly, almost no skins focus on views for music, and most of the views are really clunky when you have thousands of albums of music to view.


RE: Aeon Nox 5 (Gotham) - john.cord - 2014-01-27

What is it about that there is no "Remove from Library" Submenue Option in Music Database Album View?


RE: Aeon Nox 5 (Gotham) - Eisi2005 - 2014-01-27

@BN

could the script set infoline for playlist to show only stats from the playlist ?


RE: Aeon Nox 5 (Gotham) - bolter - 2014-01-27

(2014-01-27, 16:21)Unfledged Wrote:
(2014-01-27, 12:31)bolter Wrote: Here is my log file

http://xbmclogs.com/show.php?id=117015

Can you enable debug logging and try again please Smile (Settings > System > Debugging)

Sorry for that , please try this

http://xbmclogs.com/show.php?id=117237


RE: Aeon Nox 5 (Gotham) - removed151214 - 2014-01-27

Appreciated. Have managed to recreate the error, and is now fixed on github - https://github.com/unfledged/script.skinshortcuts


RE: Aeon Nox 5 (Gotham) - teeedubb - 2014-01-27

(2014-01-27, 15:52)BigNoid Wrote:
(2014-01-27, 15:12)teeedubb Wrote: Any chance of a 'PLAY DISC' main menu item that only shows when a disc is inserted, like in confluence? *beg emoticon*
Yes I realized that was missing yesterday and added that.

Sweet, thanks! Smile


RE: Aeon Nox 5 (Gotham) - bolter - 2014-01-28

(2014-01-27, 23:18)Unfledged Wrote: Appreciated. Have managed to recreate the error, and is now fixed on github - https://github.com/unfledged/script.skinshortcuts

All fixed, thanks for that


RE: Aeon Nox 5 (Gotham) - snyft - 2014-01-28

How do i set twitch video plugin as a custom submenu? I cant select it, do I have to write the command for accessing it?

Skin looking great some things i thought of:

- Alternative fonts
- Being able to change widget layout
- Change colors on text maybe borders etc.

Will prob edit this in the future when i try it out more.


RE: Aeon Nox 5 (Gotham) - warlion - 2014-01-28

BigNoid i find something that can be improve
when your are browsing the widgets the fanart is too bright if you had a white fanart the information will not show perhaps a background to make it better, its kind of hard to read
i was playing around but but i know you can make it better

PHP Code:
    <include name="GlobalFanart">
        <
control type="multiimage">
            <
description>Normal Default Background Image</description>
            <include>
FullscreenDimensions</include>
            <
imagepath fallback="special://skin/backgrounds/default_bg.jpg" background="true">$VAR[GlobalBackgroundVar]</imagepath>
        </
control>
        <
control type="image">
            <include>
FullscreenDimensions</include>
            <
texture>fade.png</texture>
            <
visible>!IsEmpty(Container(8000).ListItem.Art(fanart)) + Control.HasFocus(8000)</visible>
        </
control>
    </include> 

Image
Image


RE: Aeon Nox 5 (Gotham) - warlion - 2014-01-28

(2014-01-25, 08:20)BigNoid Wrote: Heh forgot too add favourites there. Yeah I have no clue where to add that manual button. I miss it being in the list for providers.

ohh i forget that lol
you need to edit DialogSubtitles.xml
on id="150" change the onup and ondown to 160 and add this on line 353

PHP Code:
                        <control type="button" id="160">
                            <
description>Manual Button</description>
                            <
top>538</top>
                            <
left>1306</left>
                            <
width>400</width>
                            <
height>90</height>sher
                            
<label>$LOCALIZE[24120]</label>
                            <
font>font15</font>
                            <
onleft>120</onleft>
                            <
onright>120</onright>
                            <
onup>150</onup>
                            <
ondown>150</ondown>
                        </
control

something else need to be change it keeps opening on background i haven look on that yet but it works


RE: Aeon Nox 5 (Gotham) - BigNoid - 2014-01-28

@warlion: thx, I added the manual button beneath the provider lists and shortened the height of that list. Also I added a second instance of the now_playing shadow with a colordiffuse of 44FFFFFF. I think that is the right amount of transparency, but still have to try it out on big screen.


RE: Aeon Nox 5 (Gotham) - mikebzh44 - 2014-01-28

Does service.library.data.provider is replacing service.skin.widget ?

Is it possible to add VideoResolution, like in service.skin.widget, in order to build Live DVD background with resolution cases.
As video and audio streams are already returned from JSON query, I don't think adding this property will slow down the script.

I will try to add service.skin.widget missing methods in your script and test it so I can share my PR with you if you are OK with including this feature.


RE: Aeon Nox 5 (Gotham) - BigNoid - 2014-01-28

I *think* Martijn is working on service.skin.widgets to use the directory listings and to add smartplaylists to it. He also had some ideas to improve load times. I started on this script till something better came along, so if nothing better comes along this will be the script for gotham for Nox. PR is ofc welcome Smile