Project

General

Profile

Scripting Now Playing » History » Version 3

Per Amundsen, 02/26/2017 06:50 PM

1 1 Per Amundsen
{{>toc}}
2
3
h1. Now Playing
4
5
h2(box). /np
6
7
{{include(/np)}}
8 2 Per Amundsen
9 3 Per Amundsen
h2(box). /vol
10
11
{{include(/vol)}}
12
13
h2(box). /wdown
14
15
{{include(/wdown)}}
16
17
h2(box). /wjump
18
19
{{include(/wjump)}}
20
21
h2(box). /wnext
22
23
{{include(/wnext)}}
24
25
h2(box). /wpause
26
27
{{include(/wpause)}}
28
29
h2(box). /wplay
30
31
{{include(/wplay)}}
32
33
h2(box). /wprev
34
35
{{include(/wprev)}}
36
37
h2(box). /wsearch
38
39
{{include(/wsearch)}}
40
41
h2(box). /wseekf
42
43
{{include(/wseekf)}}
44
45
h2(box). /wseekr
46
47
{{include(/wseekr)}}
48
49
h2(box). /wselect
50
51
{{include(/wselect)}}
52
53
h2(box). /wstop
54
55
{{include(/wstop)}}
56
57
h2(box). /wup
58
59
{{include(/wup)}}
60
61 2 Per Amundsen
h2(box). $album
62
63
{{include($album)}}
64
65
h2(box). $bitrate
66
67
{{include($bitrate)}}
68
69
h2(box). $comment
70
71
{{include($comment)}}
72
73
h2(box). $frequency
74
75
{{include($frequency)}}
76
77
h2(box). $fulltitle
78
79
{{include($fulltitle)}}
80
81
h2(box). $layer
82
83
{{include($layer)}}
84
85
h2(box). $length
86
87
{{include($length)}}
88
89
h2(box). $percentl
90
91
{{include($percentl)}}
92
93
h2(box). $percentp
94
95
{{include($percentp)}}
96
97
h2(box). $playcount
98
99
{{include($playcount)}}
100
101
h2(box). $player
102
103
{{include($player)}}
104
105
h2(box). $position
106
107
{{include($position)}}
108
109
h2(box). $progress
110
111
{{include($progress)}}
112
113
h2(box). $rating
114
115
{{include($rating)}}
116
117
h2(box). $size
118
119
{{include($size)}}
120
121
h2(box). $song
122
123
{{include($song)}}
124
125
h2(box). $songfile
126
127
{{include($songfile)}}
128
129
h2(box). $title
130
131
{{include($title)}}
132
133
h2(box). $totaltracks
134
135
{{include($totaltracks)}}
136
137
h2(box). $track
138
139
{{include($track)}}
140
141
h2(box). $volume
142
143
{{include($volume)}}
144
145
h2(box). $volumeb
146
147
{{include($volumeb)}}
148
149
h2(box). $volumep
150
151
{{include($volumep)}}
152
153
h2(box). $year
154
155
{{include($year)}}