Toggle Shuffle: Alt + 3: Current File info box: Playback Controls: X or Numeric Keypad 5: Play, Restart, or Unpause: V: Stop: Shft + V: Stop with Fadeout: C: Pause and Unpause: B or Numeric Keypad 6: Next Track: Z or Numeric Keypad 4: Previous Track: Numeric Keypad 1: Jump Ten songs back: Numeric Keypad 3: Jump Ten songs forward: Left Arrow. Response by poster: I'm aware that technically, Media Monkey is a different player, but in all effects it is very similar to Winamp, and has the same kind of shuffle. I am looking for a feature in Winamp where I can keep songs in my media library and have them not come up on shuffle, for one. Winamp 5.541 - random shuffle starts with the last track, then jumps to the first and continues as if not in shuffle mode. Really annoying. The.only. thing that changed before this started was the location of the music - I moved the directory from the top of the drive down one level. Play whole albums and shuffle them together with separate tracks Play whole albums and shuffle them together with separate tracks New and improved version 2.0 by Michael Wu:. Previous track is enabled with 64 history entries. Works with Jump to File Extra. Maintains paused status when going to next file.
- DESCRIPTION
- METHODS (modified after the httpQ documentation)
Winamp::Control - control winamp (over the network)
Winamp::Control is a perl module for controlling Winamp (www.winamp.com) over a network or local. It requires the httpQ winamp-plugin written by Kosta Arvanitis (see prerequisites) installed on the computer playing the music (It is called 'server' and will receive the commands). Perl clients doesn't need it, because the clients are communicating via http (and they are not restricted to any operating-system).
METHODS (modified after the httpQ documentation)
Constructor parameters (new)
127.0.0.1
)The host address where the httpQ plugin and Winamp
is running.
4800
)The httpQ plugin port.
A plain text password to httpQ (required if set via the httpQ preferences).
[Note] The parameters have also instance methods counterparts. So you may call them after construction like:
prev, play, pause, stop, next
getversion
delete
isplaying
getoutputtime
jumptotime (requires Winamp 1.60+)
setplaylistpos (requires Winamp 2.0+)
getlistlength (requires Winamp 2.0+)
getplaylisttitle (requires Winamp 2.04+)
getplaylistfile (requires Winamp 2.04+)
getlistpos (requires Winamp 2.05+)
chdir
playfile
getinfo (requires Winamp 2.05+)
fadeoutandstop
shuffle
shuffle_status
repeat
repeat_status
volumeup
volumedown
setvolume
geteqdata
seteqdata
getid3tag
getid3tag_album, getid3tag_artist, getid3tag_comment, getid3tag_genre, getid3tag_songname, getid3tag_year
validate_password
flushplaylist
getcurrenttitle
updatecurrenttitle
internet
Winamp Shuffleboard
restart
getautoservice
setautoservice
shoutcast_connect
shoutcast_status
EXPORT
None by default.
Winamp Shuffleboard Tables
You will need the winamp-plugin 'httpQ' (Written by Kosta Arvanitis) on the machine playing the music via winamp. You may find it via searching at the winamp headquarter:
Or directly from the author:
Murat Ünalan, muenalan@cpan.org
Copyright (c) 2002 Murat Uenalan. All rights reserved. Note: This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.
perl(1).
1 POD Error
The following errors were encountered while parsing the POD:
Winamp Shuffle Playlist
Non-ASCII character seen before =encoding in 'Ünalan,'. Assuming ISO8859-1
To install Winamp::Control, copy and paste the appropriate command in to your terminal.
For more information on module installation, please visit the detailed CPAN module installation guide.
Comments are closed.