Adding amp controls Thread last updated on 2005-11-14 17:24:50

Posted by member 208295 on 2005-11-13 15:17:42

I have a problem adding some amp controls. I don't know witch module to add them with. Should I use xDesktop? I use xdesktop for my desk shortcuts, but if I use xdesktop how do I make the shortcuts dragable, but the amp shortcuts NOT dragable?

Posted by member 1949 on 2005-11-13 15:25:21 link

dynamp
and xlabel for buttons

dynamp will just give the !bang commands to control it

Posted by member 208295 on 2005-11-14 05:30:48 link

ok, for bangs I think I gonna use Foobang, or does dynamp support foobar2k?

I've looked around in the xlabel readme, and I cant understand how to add the amp control shortcuts? I want to specify hte .png I want, and then type in the position of it and the bang to execute..

How do I do this with xlabel?

Posted by member 1949 on 2005-11-14 12:12:22 link

*Label Play
PlayAlwaysOnTop False
PlayX "$ResolutionX-212$"
PlayY -17
PlayHeight 15
PlayWidth 23
PlayImage "amp_playpause.png"
PlayHoverImage "amp_playpause_.png"
PlayTooltip "Play/Pause"
PlayOnLeftClick !amp_play
PlayOnRightClick !amp_pause

here is a snippet of my my code for that
Its not that hard...

Posted by member 208295 on 2005-11-14 17:24:50 link

aha, ok that doesn't look hard... It was i that was thinking in the wrong way when I looked in the readme...