XBMC Community Forum
[MOD] Rapier Qualar Mod - Printable Version

+- XBMC Community Forum (http://forum.xbmc.org)
+-- Forum: Help and Support (/forumdisplay.php?fid=33)
+--- Forum: Skin Help and Support (/forumdisplay.php?fid=67)
+---- Forum: Rapier (/forumdisplay.php?fid=120)
+---- Thread: [MOD] Rapier Qualar Mod (/showthread.php?tid=61126)



- azido - 2009-11-09 22:49

qualar Wrote:My thinking is that all the information about the music is available in the list view. If you have enabled the visualiser it makes sense that you would want to see the visualiser.

I have been working on a replacement with this in mind that keeps thing looking nice with the most useful info but does not take the whole screen.

yeah, do as you please..


- qualar - 2009-11-10 00:55

This is what I have so far for the visualizer screen, based on the Aeon skin cdArt MOD but with option to turn the cdArt on/off. Is there anything that anyone would like changed/added? Poor quality Youtube video here. I have a bit of testing to do before I upload the MOD.

[Image: screenshot20091109at233.jpg]


- azido - 2009-11-10 00:58

qualar Wrote:This is what I have so far for the visualizer screen, based on the Aeon skin cdArt MOD but with option to turn the cdArt on/off. Is there anything that anyone would like changed/added? Poor quality Youtube video here

[Image: screenshot20091109at233.jpg]

i think that one is pretty cool and has enough info for that view.


- Panduran - 2009-11-10 02:05

qualar Wrote:Sorry, I don't understand. What do you mean by activate music info fullscreen.

Yes, I was talking about this screen:
qualar Wrote:[Image: screenshot20091108at005.jpg]

And my question is if there is a way to switch to this screen automatically after some time when playing music and no key is pressed (instead of the screensaver).


- azido - 2009-11-10 02:12

Panduran Wrote:Yes, I was talking about this screen:


And my question is if there is a way to switch to this screen automatically after some time when playing music and no key is pressed (instead of the screensaver).

this screen is the music visualisation screen. it's the one you usualy get when you play music and do nothing for a given time. if you want to pop-up this info, hit "i" while it's running. some skins might add the possibility to have that info available all the time, dunno if rapier supports it.

if you don't like the visualisations, don't use them (although i dunno if that info window still comes up if there is no visualisation running - go test that).


- mistenkt - 2009-11-10 08:50

having a small issue with this mod that i hope someone can help me with..

Seems the bottom panel/border/what to call it is sort of dimmed. Anyone know whats causing it and how to make it look like it should?

Screenshot link (1080p)


- qualar - 2009-11-10 18:37

mistenkt Wrote:having a small issue with this mod that i hope someone can help me with..

Seems the bottom panel/border/what to call it is sort of dimmed. Anyone know whats causing it and how to make it look like it should?

Screenshot link (1080p)

I can see no reason why this would happen. Does it happen in the original Rapier also?


- lagmatt - 2009-11-10 18:46

qualar Wrote:I can see no reason why this would happen. Does it happen in the original Rapier also?

I had this issue, removing the wall view include in myvideonav.xml seems to solve it Confused


- qualar - 2009-11-10 18:56

Actually, I just checked mine again and it is indeed dim. I will check out the code and find out why.


- qualar - 2009-11-10 19:27

mistenkt Wrote:having a small issue with this mod that i hope someone can help me with..

Seems the bottom panel/border/what to call it is sort of dimmed. Anyone know whats causing it and how to make it look like it should?

Screenshot link (1080p)

OK I have fixed it now. I will upload later but for those wanting a fix now just do the following.

Open up the file ViewsVideo.xml and the last 5 lines read as follows:

</control>
<include>ViewsScreenFullFadeAnim</include>
<include>ViewsDialogPopUpScreenDim</include>
</control>
</include>
</includes>

alter this part so it reads:

</control>
<include>ViewsScreenFullFadeAnim</include>
<include>ViewsDialogPopUpScreenDim</include>
<control type="group">
<description>Bottom Bar Area</description>
<posy>BottomPaneOffsetY</posy>
<include>InfoPaneImage</include>
<include>InfoPaneMediaDetails</include>
</control>
</control>
</include>
</includes>