toggling your player with one module? Thread last updated on 2004-05-08 21:48:28

Posted by member 25 on 2004-05-08 01:01:10

Hi, i´m tryng to use dynamp-0.51 in a theme that would support foobar, winamp and qcd, and choose what player want to use. The only problem is the !amp_show bang (lazzy click), werid in foobar (show other windows) and not working in qcd.

Is possible to use one-0.7 to toggle the audio players?
i´m using...
!One [PlayerCanvas]([a])[!amp_power]([.focus]([.minimize]))


to qcd control is that right?, and how i use window handles to foobar??? using...
!One [001902A6:{DA7CD0DE-1602-45e6-89A1-C2CA151E008E}]([a])[!amp_power]([.focus]([.minimize]))

anybody know how to mess with that stuff ?

Posted by member 7223 on 2004-05-08 08:56:47 link

I'm currently playing with foobar's support in my new theme and all I can say is that dynamp doesn't works with it. Maybe adding a remote_something.dll to foobar should solve this but I prefer to use the foobar's command line.
I wasn't able to make !one works with it, too :)

But you can do things like this (label's events):
footimeonleftclick "$foobarpath$" /playpause
footimeonwheelup "$foobarpath$" /command:Playback/"Seek back by 5 seconds"
footimeonwheeldown "$foobarpath$" /command:Playback/"Seek ahead by 5 seconds"
footimeonleftdoubleclick "$foobarpath$" /exit
footimeonrightclick "$foobarpath$" /show

Posted by member 25 on 2004-05-08 21:48:28 link

Thanks i´ll try that.

Actually if foobar is allways and minimizing to systray the foobang module dont´t show other hidden windows. I just would like to see any !one working lines for the syntax.