different ways to display volume

  Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Post Reply
zwat Offline
Fan
Posts: 724
Joined: Jul 2009
Reputation: 2
Location: Norway
Post: #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
find quote
Hitcher Offline
Skilled Skinner
Posts: 9,976
Joined: Aug 2007
Reputation: 67
Location: Eastleigh, UK
Post: #2
How do you want to display it?

[Image: sig_zps3af3b48e.jpg]
find quote
mcborzu Offline
Skilled Skinner
Posts: 3,381
Joined: Feb 2009
Reputation: 15
Location: dsf
Post: #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: widget]

Check out The Carmichael - A Skin For XBMC

Check out Night - A Skin For XBMC

Check out Unfinished - A Skin For XBMC
find quote
zwat Offline
Fan
Posts: 724
Joined: Jul 2009
Reputation: 2
Location: Norway
Post: #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
find quote
zwat Offline
Fan
Posts: 724
Joined: Jul 2009
Reputation: 2
Location: Norway
Post: #5
made a mockup of my idea for the night skin. with black background for contrast
[Image: vold.jpg]
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
find quote
Hitcher Offline
Skilled Skinner
Posts: 9,976
Joined: Aug 2007
Reputation: 67
Location: Eastleigh, UK
Post: #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>

[Image: sig_zps3af3b48e.jpg]
find quote
MrLobster Offline
Member
Posts: 73
Joined: Feb 2010
Reputation: 0
Post: #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.
find quote