Project

General

Profile

Media Player Options » History » Version 5

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 5 Per Amundsen
<notextile>
56 4 Per Amundsen
$artist = [artist]
57
$title = [title]
58
$album = [album]
59
$year = [year]
60
$comment = [comment]
61
$track = [tracknumber]
62
$genre = [the genre]
63
$length = [length of the song XX:XX]
64
$duration = [duration of the song in milliseconds]
65
$percentp = [percent of song played]
66
$percentl = [percent left of song played]
67
$progress = [text progress bar **---]
68
$left = [whats left of the song XX:XX]
69
$bitrate = [mpeg bitrate]
70
$size = [file size]
71
$mversion = [mpeg version]1
72
$layer = [mpeg layer]
73
$mode = [mpeg channel mode]
74
$frequency = [mpeg frequency]
75
$position = [position in playlist]
76
$volume = [volume in percent]
77
$volumeb = [text volume bar **---]
78
$volumep = [volume in percent]
79
$totaltracks = [total tracks on playlist]
80
$playcount = [total times the track have been played]
81
$rating = [track rating **---]
82
$songfile = [Full file path to the song played]
83 5 Per Amundsen
</notextile>