Media Player Options » History » Revision 6
Revision 5 (Per Amundsen, 11/09/2017 11:09 PM) → Revision 6/21 (Per Amundsen, 11/09/2017 11:10 PM)
{{>toc}}
h1. Media Player Options
h2. Now playing message
Message to show when typing [[/np]].
_The message will be evaluated and can contain [[Scripting_Identifiers|identifiers]]._
h2. Action
If checked, the *Now playing message* will be sent as an [[/me|action]].
h2. Now playing message2
Message to show when typing [[/np]] nick.
_The message will be evaluated and can contain [[Scripting_Identifiers|identifiers]]._
h2. Action2
If checked, the *Now playing message2* will be sent as an [[/me|action]].
h2. Use random now playing messages
If enabled, [[/np]] will use a random message from the [[Menu_Tools|Tools]] -> [[Edit Now playing]] list.
h2. Choose Media Player
Choose which media player [[/np]] should display now playing information from.
Will also enable the Toolbar media player icons for some players and [[Statusbar_Options|Statusbar]] now playing if enabled.
h2. Path to winamp
If *Choose Media Player* is set to Winamp, path to Winamp can be set to launch winamp from Toolbar and to install a Winamp plugin.
h2. Path to PlayList
If *Choose Media Player* is set to Winamp, path to the Winamp m3u file can be set to allow searching and selecting songs to play with [[/wselect]] [[/wseek]] and through the winamp dialog |%(key)CTRL% + |%(key)J%.
h2. Max playlist search outoput
If *Choose Media Player* is set to Winamp, the max number of results to show when searching the Winamp playlist.
h2. Media Player Variables
$fulltitle = [artist - title]
$song = [artist - title]
$player = [current media player]
Variables below only works for iTunes, Winamp and MediaMonkey:
<notextile>$artist <notextile>
$artist = [artist]</notextile> [artist]
<notextile>$title $title = [title]</notextile> [title]
<notextile>$album $album = [album]</notextile> [album]
<notextile>$year $year = [year]</notextile> [year]
<notextile>$comment $comment = [comment]</notextile> [comment]
<notextile>$track $track = [tracknumber]</notextile> [tracknumber]
<notextile>$genre $genre = [the genre]</notextile> genre]
<notextile>$length $length = [length of the song XX:XX]</notextile> XX:XX]
<notextile>$duration $duration = [duration of the song in milliseconds]</notextile> milliseconds]
<notextile>$percentp $percentp = [percent of song played]</notextile> played]
<notextile>$percentl $percentl = [percent left of song played]</notextile> played]
<notextile>$progress $progress = [text progress bar **---]</notextile> **---]
<notextile>$left $left = [whats left of the song XX:XX]</notextile> XX:XX]
<notextile>$bitrate $bitrate = [mpeg bitrate]</notextile> bitrate]
<notextile>$size $size = [file size]</notextile> size]
<notextile>$mversion $mversion = [mpeg version]</notextile> version]1
<notextile>$layer $layer = [mpeg layer]</notextile> layer]
<notextile>$mode $mode = [mpeg channel mode]</notextile> mode]
<notextile>$frequency $frequency = [mpeg frequency]</notextile> frequency]
<notextile>$position $position = [position in playlist]</notextile> playlist]
<notextile>$volume $volume = [volume in percent]</notextile> percent]
<notextile>$volumeb $volumeb = [text volume bar **---]</notextile> **---]
<notextile>$volumep $volumep = [volume in percent]</notextile> percent]
<notextile>$totaltracks $totaltracks = [total tracks on playlist]</notextile> playlist]
<notextile>$playcount $playcount = [total times the track have been played]</notextile> played]
<notextile>$rating $rating = [track rating **---]</notextile> **---]
<notextile>$songfile $songfile = [Full file path to the song played]</notextile> played]
</notextile>