Scripting Now Playing » History » Revision 2
« Previous |
Revision 2/3
(diff)
| Next »
Per Amundsen, 02/26/2017 06:47 PM
- Table of contents
- Now Playing
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. |
$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 over 7 years ago · 2 revisions