[MOD] Adding Night theme back to Multiplex, Showcase and List views

  Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Post Reply
Sranshaft Online
Posting Freak
Posts: 1,336
Joined: Dec 2008
Reputation: 19
Location: Melbourne, Australia
Post: #1
I'm in love with the new Multiplex view but really miss the Night theme so I spent the night creating some new images and added it back in. Also created some new Night theme images for the List view.

Here's what I came up with:

Showcase with Night theme added back in.

[Image: showcasenight.jpg]

Multiplex with new Night theme images.

[Image: multiplexnight.jpg]

List with new Night theme images.

[Image: listnight.jpg]

While I was at it, I decided to mod / fix the home screen menu. It always bugged me that the texture and overall look never really mixed well with the rest of the theme. So, I took the Night textures as a base and whipped up a new menu image for it.

[Image: homemenu.jpg]

Now available for download at: http://www.mediafire.com/file/nxzm0z4wjm...Auriga.zip

[Image: all-thin-fanart.jpg]
(This post was last modified: 2009-06-05 02:17 by Sranshaft.)
find quote
Hitcher Offline
Skilled Skinner
Posts: 9,976
Joined: Aug 2007
Reputation: 67
Location: Eastleigh, UK
Post: #2
Care to add a Night 'Time bar'?

[Image: sig_zps3af3b48e.jpg]
find quote
Sranshaft Online
Posting Freak
Posts: 1,336
Joined: Dec 2008
Reputation: 19
Location: Melbourne, Australia
Post: #3
Now available for download at: http://www.mediafire.com/file/nxzm0z4wjm...Auriga.zip

Just unzip and drag-and-drop into your skin folder, overwriting any files. You'll have to manually edit the Includes_MediaFlag.xml file. I couldn't include my version of Includes_MediaFlag.xml because I've separated the flag icons into individual folders.

At the top you should see <include name="Furniture_ListMediaFlagsVars">. Just make sure it looks like the code below and you shouldn't have any problems.

Code:
<include name="Furniture_ListMediaFlagsVars">
        <posy>630</posy>
        <width>90</width>
        <height>59</height>
        <include>Animation_CommonFade</include>
        <include>Animation_HideShowcase</include>
        <include>Animation_HideMultiplex</include>        
        <visible>Control.IsVisible(50)</visible>
        <include condition="!Skin.HasSetting(darkshowcase)">ShowcaseMediaFlagLightShade</include>
        <include condition="Skin.HasSetting(darkshowcase)">ShowcaseMediaFlagNightShade</include>
    </include>

@Hitcher: I plan on making the Night / Light theming system-wide so you can bet the time panels will get the Night treatment. Smile

[Image: all-thin-fanart.jpg]
(This post was last modified: 2009-06-05 02:18 by Sranshaft.)
find quote
mcborzu Offline
Skilled Skinner
Posts: 3,381
Joined: Feb 2009
Reputation: 15
Location: dsf
Post: #4
cool thanks
find quote
z][ggy Offline
Senior Member
Posts: 208
Joined: May 2009
Reputation: 0
Post: #5
this looks very interesting good work Smile
find quote
Jamdez Offline
Member
Posts: 69
Joined: May 2009
Reputation: 0
Location: Montreal, Canada
Post: #6
Great work Sranshaft!

I ran into an issue though. When using the plot layout in Multiplex I get the following:

[Image: screenshot002.jpg]

I took the files from your zip and overwrote my skin files. Any idea what's going on?

Thanks
(This post was last modified: 2009-06-05 03:44 by Jamdez.)
find quote
Sranshaft Online
Posting Freak
Posts: 1,336
Joined: Dec 2008
Reputation: 19
Location: Melbourne, Australia
Post: #7
There was a bug in the Viewtype_Multiplex.xml file. I forgot to rename two of the includes. Open that file and at the top change the beginning lines to:

Code:
<include name="MultiplexBigThumbNight">
        <texture>multiplex/multiplex_tablet_bigthumb.png</texture>
    </include>
    
    <include name="MultiplexBigThumbLight">
        <texture>multiplex/lite/multiplex_tablet_bigthumb.png</texture>        
    </include>
    
    <include name="MultiplexNight">
        <texture>multiplex/multiplex_tablet.png</texture>
    </include>
    
    <include name="MultiplexLight">
        <texture>multiplex/lite/multiplex_tablet.png</texture>
    </include>
    
    <include name="MultiplexTVNight">
        <texture>multiplex/multiplex_tvtablet.png</texture>
    </include>
    
    <include name="MultiplexTVLight">
        <texture>multiplex/lite/multiplex_tvtablet.png</texture>
    </include>

Thanks for letting me know about that. I'll update the main download with the bugfix soon.

[Image: all-thin-fanart.jpg]
find quote
paul Offline
Posting Freak
Posts: 2,770
Joined: Oct 2008
Reputation: 5
Location: Planet Earth
Post: #8
Or change all lines like this
Quote: <include condition="!Skin.HasSetting(darkshowcase)">MultiplexBigThumbLight</include>
<include condition="Skin.HasSetting(darkshowcase)">MultiplexBigThumbNight</include>
To this
Quote: <include condition="!Skin.HasSetting(multiplexbigthumb)">MultiplexBigThumbLight</include>
<include condition="Skin.HasSetting(multiplexbigthumb)">MultiplexBigThumbNight</include>

It works for meSmile

XBMC Frodo 12 - Windows 7 - Asrock Ion 330HT - Aeon Nox
find quote
Montellese Offline
Team-XBMC Developer
Posts: 2,834
Joined: Jan 2009
Reputation: 20
Location: Switzerland
Post: #9
Did you redo all the images by yourself? Because I think e.g. the Showcase one is still there anywhere. At least my Showcase view is in Night mode (because it was so before I updated to the latest GIT and I didn't overwrite my settings). But of course the new Multiplex View and List View are in Light Mode.

Thanks for the nice work!!!

EDIT: Did you replace the Genre list which was above the movie name with the director or something? Is this included in the modded files you uploaded?

Always read the XBMC online-manual, FAQ and search the forum before posting.
Do not e-mail XBMC-Team members directly asking for support. Read/follow the forum rules.
For troubleshooting and bug reporting please make sure you read this first.

[Image: badge.gif]
find quote
WJWNL Offline
Junior Member
Posts: 43
Joined: Apr 2009
Reputation: 0
Post: #10
Very nice, my compliments, I see forward to a system wide Night theme! Again, good work!
find quote
Post Reply