different ways to display volume
#1
is there different ways to display the volume osd? think i've only seen the regular bar.
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
#2
How do you want to display it?
Reply
#3
Pretty much you can display it alot of ways:

You can make it vertical like Night
You can put a ball at the end like I do in the pausebar of Night
You can make it look like increasing Volume bars like in Alaska
You could make it go left to right with a rotate animation
etc...
Image

Check out The Carmichael - A Skin For XBMC

Check out Night - A Skin For XBMC

Check out Unfinished - A Skin For XBMC
Reply
#4
was thinking digits or animation and what skins have that so i could steal me some code.
alaskas digit thing seems kewl. i'll try play with that.
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
#5
made a mockup of my idea for the night skin. with black background for contrast
Image
does this look ok. is it at all possible to code?
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
#6
I'd code each 'dot' as a separate image with visible conditions for each like so -

<visible>IntegerGreaterThan(player.volume,-60)</visible>

<visible>IntegerGreaterThan(player.volume,-50)</visible>

<visible>IntegerGreaterThan(player.volume,-40)</visible>

<visible>IntegerGreaterThan(player.volume,-30)</visible>

<visible>IntegerGreaterThan(player.volume,-20)</visible>

<visible>IntegerGreaterThan(player.volume,-10)</visible>

<visible>IntegerGreaterThan(player.volume,-0)</visible>
Reply
#7
Anyway XBMC can just read what the master volume on windows is.

I ask because I have setup my Harmony Remote up to change the master volume, rather than XBMC internal volume, as I can then use the remote to change volume during Bluray playback using PowerDVD10.
Reply

Logout Mark Read Team Forum Stats Members Help
different ways to display volume0