[MOD] Another Aeon Night Version

  Thread Rating:
  • 6 Votes - 4.33 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Post Reply
MrTourettes Offline
Fan
Posts: 328
Joined: Dec 2008
Reputation: 1
Location: Cambridge
Post: #41
Montellese Wrote:Well as soon as some of the modded files overlap (which is very often the case) you will need to manually merge the files.
I just did it for the List View Mod from Leeuw coz I really love it. Unfortunately now I don't see these nice cd cases anymore. But well you can't have everything.


I am using a combination of mods so what I did was manually add all the cd case edits into my current build. If you manually add these lines in the xml code there is something you will have to change.

Because the cd & dvd case is optional and the option is in the settings under advanced you need to do 1 of 2 things. Eitehr add this option into the settings or do what I did.

In the showcase, multiplex or listr.xml files there are lines which are conditional. Basically it is checking to see what the status of the variable dvdcase. Here is an example..

<include condition="!Skin.HasSetting(dvdcase)">MovieShowcaseThumbDimensions</include>
<include condition="Skin.HasSetting(dvdcase)">MovieShowcaseThumbDimensionsDVDCover</include>

What this is doing is saying...
if dvdcase is not enabled then include MovieShowcaseThumbDimensions
and next line
if dvdcase is enabled include MovieShowcaseThumbDimensionsDVDCover

Because I did not want to edit my settings files I just swapped these over. Because as default dvdcase is off then switch the way it does things. So in my edit it would look like this..

<include condition="Skin.HasSetting(dvdcase)">MovieShowcaseThumbDimensions</include>
<include condition="!Skin.HasSetting(dvdcase)">MovieShowcaseThumbDimensionsDVDCover</include>


Just look for all these conditional includes for dvdcase and swap over teh conditions.
(This post was last modified: 2009-06-24 09:52 by MrTourettes.)
find quote
venealis Offline
Senior Member
Posts: 157
Joined: Jan 2009
Reputation: 0
Location: Austin, TX
Thumbs Up    Post: #42
is it possible to implement music flags into this as well. Maybe especially when viewing individual albums in list mode? with implementation of that this modified skin would be perfect for me. Thanks. great work on this.

edit: would it be possible to add CD/DVD covers to list view as well?

V.

*Windows 7 Pro
*EVGA 512-P2-N635-AR GeForce 7950GT 512MB
*ASUS M2N32-WS Pro AM2 NVIDIA nForce 590 SLI ATX Server Motherboard
*AMD Athlon 64 X2 4600+ Windsor 2.4GHz Socket AM2 89W Dual-Core Processor
(This post was last modified: 2009-06-24 19:31 by venealis.)
find quote
`Black Offline
Skilled Skinner
Posts: 2,072
Joined: Apr 2009
Reputation: 51
Location: Germany
Post: #43
If XBMC is able to extract codec details for music? I don't know but if anyone has done mediaflags for music, then it would be no problem to add it to the music list view.

CD/DVD cases in list view should be out tomorrow or friday:
[Image: listdvd.jpg]
find quote
venealis Offline
Senior Member
Posts: 157
Joined: Jan 2009
Reputation: 0
Location: Austin, TX
Post: #44
i know ronie got it going here in showcase, but if possible and your able to figure it out i think it would be cool to see it in list mode or even multiplex mode as well
http://forum.xbmc.org/showthread.php?tid=50138&page=21 post 209

V.

*Windows 7 Pro
*EVGA 512-P2-N635-AR GeForce 7950GT 512MB
*ASUS M2N32-WS Pro AM2 NVIDIA nForce 590 SLI ATX Server Motherboard
*AMD Athlon 64 X2 4600+ Windsor 2.4GHz Socket AM2 89W Dual-Core Processor
find quote
b00sted4fun Offline
Member
Posts: 75
Joined: Jun 2009
Reputation: 0
Post: #45
this is very nice work Smile
find quote
b00sted4fun Offline
Member
Posts: 75
Joined: Jun 2009
Reputation: 0
Post: #46
is anyone else having issues where you cant change the layout of the tv shows?
find quote
Hitcher Offline
Skilled Skinner
Posts: 9,976
Joined: Aug 2007
Reputation: 67
Location: Eastleigh, UK
Post: #47
b00sted4fun Wrote:is anyone else having issues where you cant change the layout of the tv shows?

Have you unlocked the other views?

[Image: sig_zps3af3b48e.jpg]
find quote
`Black Offline
Skilled Skinner
Posts: 2,072
Joined: Apr 2009
Reputation: 51
Location: Germany
Post: #48
CD/DVD for list view is done. Check github for the updates. Smile

I'll check, if there's maybe a possibility for an easy way to get only the updates from github.

[Image: listcd.jpg]
find quote
Try4Ce Offline
Junior Member
Posts: 49
Joined: May 2009
Reputation: 0
Post: #49
Is it possible to merge it with Hitcher's MOD? Your BLACK Mod just looks so fricking awesome, together with Hitcher's MOD it would be simply the best XBMC Skin ever ^^
find quote
Ayla Offline
Fan
Posts: 578
Joined: Feb 2008
Reputation: 0
Post: #50
Looking very nice!

Could trailers maybe be implemented as an option (toggle in Settings)?
find quote
Post Reply