AmigaAMP AREXX commands (v3.32) ------------------------------- AREXX port: AMIGAAMP * OPEN NAMES/M opens one or more files and starts to play the first one. * PLAY same as if you hit the play button. * PAUSE same as if you hit the pause button. this will toggle between play and pause. * STOP same as if you hit the stop button. * NEXT skips forward to the next track in the playlist. * PREVIOUS skips back to the previous track in the playlist. * QUIT guess what :-)) * SKIN PATH/K loads the skin from the specified path. Attention! You have to give the whole path, e.g. progdir:skins/base * STATUS returns the current drive status, either STOP, PLAY or PAUSE. * VOLUME VOL/N sets the playback volume to VOL, ranges from 0 to 26 If "Limit volume to 0dB" is activated all values above 22 will be clipped. * SHUFFLE shuffles the playlist. * ICONIFY closes AmigaAMP's window and displays an application icon instead. * UNICONIFY re-opens AmigaAMP's window. * FFWD fast forward (skip 10 seconds forward in the current track). * REW rewind (skip 10 seconds back in the current track). * SEEK SECONDS/N jump to the specified position in seconds. * DECVOLUME decrease volume by 1.5dB * INCVOLUME increase volume by 1.5dB * REPEAT ON/S,OFF/S switch repeat list on/off. * REPEAT1 ON/S,OFF/S switch repeat track on/off. * SINGLE ON/S,OFF/S switch single track playback on/off. on = stop after each track * ADD NAMES/M adds one or more files to the playlist. * SELECT TRACK/N selects a track in the playlist. * REMOVE removes the selected tracks from the playlist. * CLEAR clears the playlist. * GETFILENAME returns the current file name including full path if available. RC is set to 1 if file name is unavailable. * GETTRACKINFO returns the track info text * GETARTIST returns the artist ID tag if available. RC is set to 1 if no ID tag is available. * GETTITLE returns the title ID tag if available. RC is set to 1 if no ID tag is available. * GETALBUM returns the album ID tag if available. RC is set to 1 if no ID tag is available. * GETTRACKNUMBER returns the current playlist track number. * GETTIME returns total time and current playback position. * GETBITRATE returns the bitrate if available. RC is set to 1 if no bitrate is available. * RECORD ON/S,OFF/S switches record on/off.