Media Player Options » History » Version 15
  Per Amundsen, 11/09/2017 11:17 PM 
  
| 1 | 1 | Per Amundsen | {{>toc}} | 
|---|---|---|---|
| 2 | |||
| 3 | h1. Media Player Options  | 
||
| 4 | |||
| 5 | h2. Now playing message  | 
||
| 6 | |||
| 7 | Message to show when typing [[/np]].  | 
||
| 8 | |||
| 9 | _The message will be evaluated and can contain [[Scripting_Identifiers|identifiers]]._  | 
||
| 10 | |||
| 11 | h2. Action  | 
||
| 12 | |||
| 13 | 2 | Per Amundsen | If checked, the *Now playing message* will be sent as an [[/me|action]].  | 
| 14 | 1 | Per Amundsen | |
| 15 | h2. Now playing message2  | 
||
| 16 | |||
| 17 | Message to show when typing [[/np]] nick.  | 
||
| 18 | |||
| 19 | _The message will be evaluated and can contain [[Scripting_Identifiers|identifiers]]._  | 
||
| 20 | |||
| 21 | h2. Action2  | 
||
| 22 | |||
| 23 | 2 | Per Amundsen | If checked, the *Now playing message2* will be sent as an [[/me|action]].  | 
| 24 | 1 | Per Amundsen | |
| 25 | h2. Use random now playing messages  | 
||
| 26 | |||
| 27 | If enabled, [[/np]] will use a random message from the [[Menu_Tools|Tools]] -> [[Edit Now playing]] list.  | 
||
| 28 | |||
| 29 | h2. Choose Media Player  | 
||
| 30 | |||
| 31 | Choose which media player [[/np]] should display now playing information from.  | 
||
| 32 | |||
| 33 | 3 | Per Amundsen | Will also enable the Toolbar media player icons for some players and [[Statusbar_Options|Statusbar]] now playing if enabled.  | 
| 34 | 1 | Per Amundsen | |
| 35 | h2. Path to winamp  | 
||
| 36 | |||
| 37 | 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.  | 
||
| 38 | |||
| 39 | h2. Path to PlayList  | 
||
| 40 | |||
| 41 | 15 | Per Amundsen | 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]] [[/wsearch]] and through the winamp dialog %(key)CTRL% + %(key)J%.  | 
| 42 | 1 | Per Amundsen | |
| 43 | h2. Max playlist search outoput  | 
||
| 44 | |||
| 45 | If *Choose Media Player* is set to Winamp, the max number of results to show when searching the Winamp playlist.  | 
||
| 46 | 4 | Per Amundsen | |
| 47 | h2. Media Player Variables  | 
||
| 48 | |||
| 49 | 13 | Per Amundsen | *iTunes, Winamp and MediaMonkey*  | 
| 50 | 4 | Per Amundsen | |
| 51 | 10 | Per Amundsen | <notextile>$fulltitle = [artist - title]</notextile>  | 
| 52 | <notextile>$song = [artist - title]</notextile>  | 
||
| 53 | <notextile>$player = [current media player]</notextile>  | 
||
| 54 | 6 | Per Amundsen | <notextile>$artist = [artist]</notextile>  | 
| 55 | <notextile>$title = [title]</notextile>  | 
||
| 56 | <notextile>$album = [album]</notextile>  | 
||
| 57 | <notextile>$year = [year]</notextile>  | 
||
| 58 | <notextile>$comment = [comment]</notextile>  | 
||
| 59 | <notextile>$track = [tracknumber]</notextile>  | 
||
| 60 | <notextile>$genre = [the genre]</notextile>  | 
||
| 61 | <notextile>$length = [length of the song XX:XX]</notextile>  | 
||
| 62 | <notextile>$duration = [duration of the song in milliseconds]</notextile>  | 
||
| 63 | <notextile>$percentp = [percent of song played]</notextile>  | 
||
| 64 | <notextile>$percentl = [percent left of song played]</notextile>  | 
||
| 65 | <notextile>$progress = [text progress bar **---]</notextile>  | 
||
| 66 | <notextile>$left = [whats left of the song XX:XX]</notextile>  | 
||
| 67 | <notextile>$bitrate = [mpeg bitrate]</notextile>  | 
||
| 68 | <notextile>$size = [file size]</notextile>  | 
||
| 69 | <notextile>$mversion = [mpeg version]</notextile>  | 
||
| 70 | <notextile>$layer = [mpeg layer]</notextile>  | 
||
| 71 | <notextile>$mode = [mpeg channel mode]</notextile>  | 
||
| 72 | <notextile>$frequency = [mpeg frequency]</notextile>  | 
||
| 73 | <notextile>$position = [position in playlist]</notextile>  | 
||
| 74 | <notextile>$volume = [volume in percent]</notextile>  | 
||
| 75 | <notextile>$volumeb = [text volume bar **---]</notextile>  | 
||
| 76 | 1 | Per Amundsen | <notextile>$volumep = [volume in percent]</notextile>  | 
| 77 | <notextile>$totaltracks = [total tracks on playlist]</notextile>  | 
||
| 78 | <notextile>$playcount = [total times the track have been played]</notextile>  | 
||
| 79 | <notextile>$rating = [track rating **---]</notextile>  | 
||
| 80 | <notextile>$songfile = [Full file path to the song played]</notextile>  | 
||
| 81 | 10 | Per Amundsen | |
| 82 | 13 | Per Amundsen | *Other players*  | 
| 83 | 10 | Per Amundsen | |
| 84 | <notextile>$fulltitle = [artist - title]</notextile>  | 
||
| 85 | <notextile>$song = [artist - title]</notextile>  | 
||
| 86 | <notextile>$player = [current media player]</notextile>  | 
||
| 87 | 9 | Per Amundsen | |
| 88 | _For other media players, the WIndow TItlebar text is shown, most players allows customizing it._  |