Project

General

Profile

Actions

Now Playing

/np

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.

/vol

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

/wdown

Added in 1.5

/wdown

Tells media player to turn volume down.

Only works with iTunes/MediaMonkey/Winamp/Spotify/foobar2000.

/wjump

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.

/wnext

Added in 1.5

/wnext

Tells media player to play next song.

Only works with iTunes/MediaMonkey/Winamp/Spotify/foobar2000.

/wpause

Added in 1.5

/wpause

Tells media player to pause a song.

Only works with iTunes/MediaMonkey/Winamp/Spotify/foobar2000.

/wplay

Added in 1.5

/wplay

Tells media player to start playing a song.

Only works with iTunes/MediaMonkey/Winamp/Spotify/foobar2000.

/wprev

Added in 1.5

/wprev

Tells media player to play previous song.

Only works with iTunes/MediaMonkey/Winamp/Spotify/foobar2000.

/wsearch

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.

/wseekf

Added in 1.5

/wseekf

Tells media player to seek forward in a song.

Only works with iTunes/MediaMonkey/Winamp/foobar2000.

/wseekr

Added in 1.5

/wseekr

Tells media player to seek reverse in a song.

Only works with iTunes/MediaMonkey/Winamp/foobar2000.

/wselect

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.

/wstop

Added in 1.5

/wstop

Tells media player to stop playing a song.

Only works with iTunes/MediaMonkey/Winamp/Spotify/foobar2000.

/wup

Added in 1.5

/wup

Tells media player to turn volume up.

Only works with iTunes/MediaMonkey/Winamp/Spotify/foobar2000.

$album

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.

$bitrate

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.

$comment

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.

$frequency

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.

$fulltitle

Added in 1.8.10

$fulltitle

Returns the full title of the currently playing song, usually in $artist - $title format.

$layer

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.

$length

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.

$percentl

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.

$percentp

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.

$playcount

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.

$player

Added in 1.8.10

$player

Returns the current selected media player.

$position

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.

$progress

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.

$rating

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.

$size

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.

$song

Added in 1.8.10

$song

Returns the full title of the currently playing song, usually in $artist - $title format.

$songfile

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.

$title

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.

$totaltracks

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.

$track

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.

$volume

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.

$volumeb

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.

$volumep

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.

$year

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.

Updated by Per Amundsen about 7 years ago · 3 revisions

Also available in: PDF HTML TXT