Fast Forwarding and Fast Rewinding request

Have an idea for a new feature? Voice your opinion here.
Post Reply
James D
Senior Member
Posts: 133
Joined: Wed Jun 06, 2007 3:30 pm
Location: Baja California

Fast Forwarding and Fast Rewinding request

Post by James D »

Hey Scott,

It would be nice to have a fast forwarding and fast reversing on the winamp plug-in. That's it. Short and sweet. LOL.
jonkjon
Member
Posts: 93
Joined: Thu Jul 19, 2007 4:52 pm

Post by jonkjon »

If you go into the options/preferences section of Winamp, look for Global Hotkeys. For example, in my Winamp installation, Ctrl + Alt + Right, is used to fast forward. I created a Script Device called WinAmpFF and used the following script:

Dim objShell
Set objShell = CreateObject("WScript.Shell")

objShell.SendKeys "^%{RIGHT}"

Set objShell = Nothing

I then created a property change button to change the WinAmpFF script device's state property to running. I then configured the "enable button press repeating" for that button.
I did the same thing to add a rewind button by creating another script that used "Ctrl + Alt + Left" which is the global hotkeys setting for my Winamp installation.
Hope this helps..
Post Reply