Night 2.0 - Eden Development
#46
bdee1 Wrote:I love that when i select Movies on the home screen it shows me the 3 most recently added titles in the lower right of the screen. I am wondering if it would be possible to display the 3 most recently watched movies in the lower left of the screen?

anyone??
Reply
#47
I noticed that the 'Restart' option in the Shutdown menu doesn't do anything. Is that a skin issue or something else? I'm pretty sure it works on the default skin.

Love this skin and have been using it for a long time.
Reply
#48
This is by far my favorite skin to date (and i've tried a few).

Just wanted to know if this will eventually make it into the official XBMC Repo. I've noticed now 2 eden beta's and actually installed it on a new HTPC but was dissappointed to not see Night listed Sad
Reply
#49
skabyss Wrote:I was annoyed by the volume bar not working in the eden build, so I looked into it and learned it was just a matter of changing the volume progression from [-60,0] to [0,100]. The following code should make it work fine, just paste it over the contents of the DialogVolumeBar.xml in the skin's folder and save it.

Hopefully next I can figure out what is causing the "new music widget" to display individual songs instead of whole new albums.


Code:
<window id="104">
    <controls>
        <control type="group">
            <include>Animation_CommonFade</include>
            <control type="group">
                <visible>!player.passthrough</visible>
                <control type="group">
                    <posx>1150</posx>
                    <posy>90</posy>
                    <control type="image">
                        <texture>volume/vol1.png</texture>
                        <colordiffuse>mainblue</colordiffuse>
                        <visible>IntegerGreaterThan(player.volume,-1)</visible>
                    </control>
                    <control type="image">
                        <texture>volume/vol2.png</texture>
                        <colordiffuse>mainblue</colordiffuse>
                        <visible>IntegerGreaterThan(player.volume,14)</visible>
                    </control>
                    <control type="image">
                        <texture>volume/vol3.png</texture>
                        <colordiffuse>mainblue</colordiffuse>
                        <visible>IntegerGreaterThan(player.volume,39)</visible>
                    </control>
                    <control type="image">
                        <texture>volume/vol4.png</texture>
                        <colordiffuse>mainblue</colordiffuse>
                        <visible>IntegerGreaterThan(player.volume,54)</visible>
                    </control>
                    <control type="image">
                        <texture>volume/vol5.png</texture>
                        <colordiffuse>mainblue</colordiffuse>
                        <visible>IntegerGreaterThan(player.volume,69)</visible>
                    </control>
                    <control type="image">
                        <texture>volume/vol6.png</texture>
                        <colordiffuse>mainblue</colordiffuse>
                        <visible>IntegerGreaterThan(player.volume,84)</visible>
                    </control>
                    <control type="image">
                        <texture>volume/vol7.png</texture>
                        <colordiffuse>mainblue</colordiffuse>
                        <visible>IntegerGreaterThan(player.volume,99)</visible>
                    </control>
                    <control type="image">
                        <texture>volume/mute.png</texture>
                        <posy>20</posy>
                        <posx>20</posx>
                        <colordiffuse>mainblue</colordiffuse>
                        <visible>!IntegerGreaterThan(player.volume,1)</visible>
                    </control>
                    <control type="image">
                        <texture>volume/volume.png</texture>
                        <posy>20</posy>
                        <posx>20</posx>
                        <colordiffuse>mainblue</colordiffuse>
                        <visible>IntegerGreaterThan(player.volume,1)</visible>
                    </control>
                </control>
            </control>
            <control type="group">
                <visible>player.passthrough</visible>
                <control type="label">
                    <posx>460</posx>
                    <posy>0</posy>
                    <width>810</width>
                    <height>38</height>
                    <font>Font_Bartowski_Digital_Clock</font>
                    <textcolor>mainblue</textcolor>
                    <align>left</align>
                    <aligny>center</aligny>
                    <label>$LOCALIZE[29802]</label>
                </control>
            </control>
        </control>
        <include condition="Skin.HasSetting(debugmode)">Debug</include>
    </controls>
</window>

When you say it wasn't working, what was the problem you were having? After the first time I adjusted the volume, the volume slider in the OSD audio settings was constantly resetting itself to -60db. Is that what was happening to you? I am trying your fix to see if that helps me.
Reply
#50
is this ready for eden beta 2?

i actually downgrade to dharma official to get this showing up in add ons. was not showing on eden beta 2.
Reply
#51
no progress since July 2011
Image
Reply
#52
I used to love Night, but it seems to have fallen out of active development for the time being.

I loved being able to have easy access to smart playlists from the Movies and TV smartlists, though. I found that Cirrus does this pretty well, so I guess I'll use that for now.
Reply
#53
i downgraded from eden beta to dharma just to keep using this Tongue
Reply
#54
I stuck with Dharma and Night for as long as I could. Finally, the desire for the latest features and add-ons getting a little too querky (mainly PseudoTV on both counts) forced me into the Eden Betas.

I tried Cirrus, but just couldn't get into the look of it. I want a skin which isn't too vanilla like Confluence, but still has an out-of-the-box web appliance feel, which I don't get looking at Cirrus.

I now use Neon which is good, but it's just not Night. It offers a number of the the same features, in additon some extras, but I'd gladly give them up for an Eden version of the genuine Night skin.

Loved it, hope to see it soon.....
4 x OpenELEC 6.0.x (Kodi 15.2) on Rasberry Pi & Intel NUC

3 x Kodi 16.1 Jarvis on *buntu Xenial

6 x SPMC 16.4-2 on Android Mobile & TV Devices
Reply
#55
don't night work on eden? i used it on the nightlies before.
Currently addicted to Night. Watch this teaser and join the forum.
Get and request your ClearLOGOs from the ClearLOGO site and forum
Try my changes to the Night skin if u like how they looks
Reply
#56
is this skin no more in active development?
Reply
#57
ok possibly a dumb question, but where can I access "Programs" in the this skin? I want to use NaviX for some of my content - i have installed it but I cant find the "Programs" menu item in this skin to access it.

Reply
#58
I'm very disappointed to see I can't use this skin with XBMC Eden. Night is one of the best skins out there!

Why is there an "eden development" thread, if this skin hasn't been updated for over a year?
Reply
#59
(2012-03-24, 20:53)generator Wrote: I'm very disappointed to see I can't use this skin with XBMC Eden. Night is one of the best skins out there!

Why is there an "eden development" thread, if this skin hasn't been updated for over a year?

There is nothing stopping anyone from updating it, it's just that no one has stepped up to do so.

Install it, post what doesn't work and I am sure you will get assistance in getting it Eden compatible.

From what I understand mcborzu is working on an entirely new skin and this has been moved to the back burner for now.

Regards,
-stoli-
Reply
#60
I've got a few bugs:
  • The volume graphic no longer works, shows 100% no matter if it's turned up or down.

  • When I launch the PseudoTV script from the home screen then stop it, I can't navigate, have to hit a shortcut button on my remote to do anything (not sure which is responsible)
  • No support for movie set management.
Reply

Logout Mark Read Team Forum Stats Members Help
Night 2.0 - Eden Development0