Media Player Options » History » Version 4
Per Amundsen, 11/09/2017 11:09 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 | 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%. |
||
42 | |||
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 | $fulltitle = [artist - title] |
||
50 | $song = [artist - title] |
||
51 | $player = [current media player] |
||
52 | |||
53 | Variables below only works for iTunes, Winamp and MediaMonkey: |
||
54 | |||
55 | $artist = [artist] |
||
56 | $title = [title] |
||
57 | $album = [album] |
||
58 | $year = [year] |
||
59 | $comment = [comment] |
||
60 | $track = [tracknumber] |
||
61 | $genre = [the genre] |
||
62 | $length = [length of the song XX:XX] |
||
63 | $duration = [duration of the song in milliseconds] |
||
64 | $percentp = [percent of song played] |
||
65 | $percentl = [percent left of song played] |
||
66 | $progress = [text progress bar **---] |
||
67 | $left = [whats left of the song XX:XX] |
||
68 | $bitrate = [mpeg bitrate] |
||
69 | $size = [file size] |
||
70 | $mversion = [mpeg version]1 |
||
71 | $layer = [mpeg layer] |
||
72 | $mode = [mpeg channel mode] |
||
73 | $frequency = [mpeg frequency] |
||
74 | $position = [position in playlist] |
||
75 | $volume = [volume in percent] |
||
76 | $volumeb = [text volume bar **---] |
||
77 | $volumep = [volume in percent] |
||
78 | $totaltracks = [total tracks on playlist] |
||
79 | $playcount = [total times the track have been played] |
||
80 | $rating = [track rating **---] |
||
81 | $songfile = [Full file path to the song played] |