Added in 1.5
/np [nick]
Will show what your current media player is playing (if enabled).
If nick is defined, it will show an emote on that nick based on the options set in Options -> Media player.
Parameters
Parameter | Description |
[nick] | Nick to show a now playing emote on. |
Added in 1.9.0
/vol -mpuNvw [volume]
Sets the wave, midi, mp3 player volume or the system master volume.
Switches
Switch | Description |
-m | Sets the Midi player volume. |
-p | Sets the Mp3 player volume. |
-uN | Sets mute setting; 1 = on, 2 = off. |
-v | Sets the system master volume. |
-w | Sets the Wave player volume. |
Parameters
Parameter | Description |
[volume] | Volume. (0 to 65535) |
Examples
; Turn on mute for the system master volume. /vol -vu1 ; Turn off mute for the system master volume. /vol -vu1
Added in 1.5
/wdown
Tells media player to turn volume down.
Only works with iTunes/MediaMonkey/Winamp/Spotify/foobar2000.
Added in 1.5
/wjump <position>
Tells media player to jump to position in the playlist.
Only works with iTunes/MediaMonkey/Winamp.
Parameters
Parameter | Description |
<position> | Numeric position to jump to. |
Added in 1.5
/wnext
Tells media player to play next song.
Only works with iTunes/MediaMonkey/Winamp/Spotify/foobar2000.
Added in 1.5
/wpause
Tells media player to pause a song.
Only works with iTunes/MediaMonkey/Winamp/Spotify/foobar2000.
Added in 1.5
/wplay
Tells media player to start playing a song.
Only works with iTunes/MediaMonkey/Winamp/Spotify/foobar2000.
Added in 1.5
/wprev
Tells media player to play previous song.
Only works with iTunes/MediaMonkey/Winamp/Spotify/foobar2000.
Added in 1.5
/wsearch <search term>
Searches through media player playlist for search term and prints result.
Only works with iTunes/MediaMonkey/Winamp.
Parameters
Parameter | Description |
<search term> | Search term to find. |
Added in 1.5
/wseekf
Tells media player to seek forward in a song.
Only works with iTunes/MediaMonkey/Winamp/foobar2000.
Added in 1.5
/wseekr
Tells media player to seek reverse in a song.
Only works with iTunes/MediaMonkey/Winamp/foobar2000.
Added in 1.5
/wselect <search term>
Plays first hit from a search through media player playlist for search term.
Only works with iTunes/MediaMonkey/Winamp.
Parameters
Parameter | Description |
<search term> | Search term to find and play. |
Added in 1.5
/wstop
Tells media player to stop playing a song.
Only works with iTunes/MediaMonkey/Winamp/Spotify/foobar2000.
Added in 1.5
/wup
Tells media player to turn volume up.
Only works with iTunes/MediaMonkey/Winamp/Spotify/foobar2000.
Added in 1.8.10
$album
Returns the album of the currently playing song.
Only works if Media Player is set to iTunes/MediaMonkey/Winamp and proper plugins are installed.
Added in 1.8.10
$bitrate
Returns the bitrate of the currently playing song.
Only works if Media Player is set to iTunes/MediaMonkey/Winamp and proper plugins are installed.
Added in 1.8.10
$comment
Returns the comment field of the currently playing song.
Only works if Media Player is set to iTunes/MediaMonkey/Winamp and proper plugins are installed.
Added in 1.8.10
$frequency
Returns the mpeg frequency of the currently playing song.
Only works if Media Player is set to iTunes/MediaMonkey/Winamp and proper plugins are installed.
Added in 1.8.10
$fulltitle
Returns the full title of the currently playing song, usually in $artist - $title format.
Added in 1.8.10
$layer
Returns the MPEG layer of the currently playing song.
Only works if Media Player is set to Winamp and proper plugins are installed.
Added in 1.8.10
$length
Returns the length of the currently playing song in XX:XX format.
Only works if Media Player is set to iTunes/MediaMonkey/Winamp and proper plugins are installed.
Added in 1.8.10
$percentl
Returns the percent left of the currently playing song.
Only works if Media Player is set to iTunes/MediaMonkey/Winamp and proper plugins are installed.
Added in 1.8.10
$percentp
Returns the percent played of the currently playing song.
Only works if Media Player is set to iTunes/MediaMonkey/Winamp and proper plugins are installed.
Added in 1.8.10
$playcount
Returns the play counter of the currently playing song.
Only works if Media Player is set to iTunes/MediaMonkey/Winamp and proper plugins are installed.
Added in 1.8.10
$player
Returns the current selected media player.
Added in 1.8.10
$position
Returns the playlist position of the currently playing song.
Only works if Media Player is set to iTunes/MediaMonkey/Winamp and proper plugins are installed.
Added in 1.8.10
$progress
Returns a text progress bar (**---) of the currently playing song.
Only works if Media Player is set to iTunes/MediaMonkey/Winamp and proper plugins are installed.
Added in 1.8.10
$rating
Returns the track rating (**---) of the currently playing song.
Only works if Media Player is set to iTunes/MediaMonkey/Winamp and proper plugins are installed.
Added in 1.8.10
$size
Returns the filesize of the currently playing song.
Only works if Media Player is set to iTunes/MediaMonkey/Winamp and proper plugins are installed.
Added in 1.8.10
$song
Returns the full title of the currently playing song, usually in $artist - $title format.
Added in 2.7
$songfile
Returns the full file path of the currently playing song.
Only works if Media Player is set to iTunes/MediaMonkey/Winamp and proper plugins are installed.
Added in 1.8.10
$title
Returns the title of the currently playing song.
Only works if Media Player is set to iTunes/MediaMonkey/Winamp and proper plugins are installed.
Added in 1.8.10
$totaltracks
Returns the total track count of the currently selected playlist.
Only works if Media Player is set to iTunes/MediaMonkey/Winamp and proper plugins are installed.
Added in 1.8.10
$track
Returns the track number of the currently playing song.
Only works if Media Player is set to iTunes/MediaMonkey/Winamp and proper plugins are installed.
Added in 1.8.10
$volume
Returns the volume in percent of the current selected media player.
Only works if Media Player is set to iTunes/MediaMonkey/Winamp and proper plugins are installed.
Added in 1.8.10
$volumeb
Returns a text volume bar (**---) of the currently selected media player.
Only works if Media Player is set to iTunes/MediaMonkey/Winamp and proper plugins are installed.
Added in 1.8.10
$volumep
Returns the volume in percent of the current selected media player.
Only works if Media Player is set to iTunes/MediaMonkey/Winamp and proper plugins are installed.
Added in 1.8.10
$year
Returns the year of the currently playing song.
Only works if Media Player is set to iTunes/MediaMonkey/Winamp and proper plugins are installed.