Project

General

Profile

Media Player Options » History » Version 9

Per Amundsen, 11/09/2017 11:12 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 8 Per Amundsen
*Global variables:*
50 7 Per Amundsen
51 4 Per Amundsen
$fulltitle = [artist - title]
52
$song = [artist - title]
53
$player = [current media player]
54 1 Per Amundsen
55 7 Per Amundsen
*Variables below only works for iTunes, Winamp and MediaMonkey:*
56 4 Per Amundsen
57 6 Per Amundsen
<notextile>$artist = [artist]</notextile>
58
<notextile>$title = [title]</notextile>
59
<notextile>$album = [album]</notextile>
60
<notextile>$year = [year]</notextile>
61
<notextile>$comment = [comment]</notextile>
62
<notextile>$track = [tracknumber]</notextile>
63
<notextile>$genre = [the genre]</notextile>
64
<notextile>$length = [length of the song XX:XX]</notextile>
65
<notextile>$duration = [duration of the song in milliseconds]</notextile>
66
<notextile>$percentp = [percent of song played]</notextile>
67
<notextile>$percentl = [percent left of song played]</notextile>
68
<notextile>$progress = [text progress bar **---]</notextile>
69
<notextile>$left = [whats left of the song XX:XX]</notextile>
70
<notextile>$bitrate = [mpeg bitrate]</notextile>
71
<notextile>$size = [file size]</notextile>
72
<notextile>$mversion = [mpeg version]</notextile>
73
<notextile>$layer = [mpeg layer]</notextile>
74
<notextile>$mode = [mpeg channel mode]</notextile>
75
<notextile>$frequency = [mpeg frequency]</notextile>
76
<notextile>$position = [position in playlist]</notextile>
77
<notextile>$volume = [volume in percent]</notextile>
78
<notextile>$volumeb = [text volume bar **---]</notextile>
79
<notextile>$volumep = [volume in percent]</notextile>
80
<notextile>$totaltracks = [total tracks on playlist]</notextile>
81
<notextile>$playcount = [total times the track have been played]</notextile>
82
<notextile>$rating = [track rating **---]</notextile>
83
<notextile>$songfile = [Full file path to the song played]</notextile>
84 9 Per Amundsen
85
_For other media players, the WIndow TItlebar text is shown, most players allows customizing it._