xLabel to show winamp volume? Thread last updated on 2006-06-23 14:33:46

Posted by member 173795 on 2006-06-23 08:55:29

how do i make an xLable to show me the current winamp volume? and how can i find out that on my own, i mean where can i find the list on what xLabel can show me like

!LabelSetText sysinfo "[winampsong]"

Thanks for helping me out :)

Posted by member 173795 on 2006-06-23 09:02:37 link

Ah, while im at it, how can i change the dynamps !Amp_VolumeUp to jump larger jumps in volume then just 1-2%?

Posted by member 37809 on 2006-06-23 10:15:39 link

See \litestep\modules\docs

Ah, while im at it, how can i change the dynamps !Amp_VolumeUp to jump larger jumps in volume then just 1-2%?

http://wiki.litestep.com/Core_Documentation:Bang_List

Posted by member 173795 on 2006-06-23 10:31:18 link

winampSong
Song currently loaded in Winamp. If Winamp is not running or there is not
song loaded this will be empty.

winampTime
Time elapsed on the current song in Winamp.

winampRemainTime
Time remaining on the current song in Winamp.

winampTotalTime
Length of the current song in Winamp.

, guessing there is no winamp volume

Posted by member 173795 on 2006-06-23 10:41:16 link

i found this
!Amp_SetVolume Set Volume to a number between 0 and 255, 0 being the lowest volume


can i make it like current volume + "a number" in some way?

Posted by member 32550 on 2006-06-23 11:59:14 link

Search for [volume] not [winamp...]
It's all in the Docs.

http://xdocs.ls-universe.info

Posted by member 37809 on 2006-06-23 12:06:43 link

And then, you'll probably want to use some lsslider version (latest one supports higher precision) to set the main volume channel.

Posted by member 173795 on 2006-06-23 12:13:28 link

I'm using 1 + and 1 - button for the volume and i dont want any sliders :)

Posted by member 173795 on 2006-06-23 12:16:11 link

searched all my docs and 0 hits for [volume] :(

Posted by member 5575 on 2006-06-23 12:20:27 link

Just look for "volume" in the section on text escape sequences. In practice you stick it inside [] to use it, but it appears "naked" in the docs (as does all the winamp stuff - unless it's used in an example).

Posted by member 173795 on 2006-06-23 12:31:03 link

ok i read the part about Text Escape Sequences but it did not say anything about volume, mabye i have te read between teh lines but im not THAT skilled ^^ so help me some please :P

Posted by member 212670 on 2006-06-23 13:24:42 link

Go here and hold ctrl, press F, input volume and search.

If I recall, vbang supports setting smaller/larger jumps in volume.

Posted by member 5575 on 2006-06-23 13:54:15 link

I'm pretty sure 'volume' is on its own line, rather than between them. ;)

Posted by member 173795 on 2006-06-23 14:00:28 link

He he ^^
!LabelSetText sysinfo "Volume [volume('winamp')]"

Now it works as intended, thank you so much, now to the next part of this, how to rize and lower sound faster then just with 1-2% each time? i was thinking like sending the command to rize/lower volyme like 2 times and then i would lower the volume 2-4% insted of just 1-2% but how do i send that command 2 times with 1 push?

Posted by member 212670 on 2006-06-23 14:12:08 link

vbang supports setting smaller/larger jumps in volume

Posted by member 5575 on 2006-06-23 14:13:56 link

Or (and this is somewhat kludgy) have each button do something like this:

!execute [!volume_up][!volume_up][!volume_up]... etc.

Posted by member 173795 on 2006-06-23 14:29:29 link

!execute [!volume_up][!volume_up]

thanks alot, it did realy do the trick perfect, now it lowers and rize the volume twise as much and its perfect :)

Thank you all for the awsome tips and help u have given me!

Posted by member 173795 on 2006-06-23 14:33:46 link