Project

General

Profile

Actions

Splay » History » Revision 7

« Previous | Revision 7/10 (diff) | Next »
Per Amundsen, 04/05/2020 02:48 PM


Added in 1.9.0
_
/splay -cmpqw [filename | stop | pause | resume | seek | skip] [pos]

Plays the specified sound, which can be a .wav, .mid, or .mp3 file.

When a sound finishes playing, it triggers a sound event.

Playing mp3 files with large ID3 tags and/or album art, may not work.

Switches

-c - Clears the song queue.
-m - Midi.
-p - Mp3.
-q - Queue song to play after current song.
-w - Wave.

Parameters

[filename | stop | pause | resume | seek | skip] - File to play or operation to perform on current song.
[pos] - If pos is defined, file will start playing at position pos.

Example

; Match on "play a song" then play "mysong.mp3" 
on *:TEXT:play a song:*:splay c:\mysong.mp3

Updated by Per Amundsen almost 4 years ago · 7 revisions

Also available in: PDF HTML TXT