summaryrefslogtreecommitdiff
path: root/utils/themeeditor/resources/tagdb
blob: 9fde2e39e6fc276ea993489a79f1c26c87cd1783 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
###########################################################################
#             __________               __   ___.
#   Open      \______   \ ____   ____ |  | _\_ |__   _______  ___
#   Source     |       _//  _ \_/ ___\|  |/ /| __ \ /  _ \  \/  /
#   Jukebox    |    |   (  <_> )  \___|    < | \_\ (  <_> > <  <
#   Firmware   |____|_  /\____/ \___  >__|_ \|___  /\____/__/\_ \
#                     \/            \/     \/    \/            \/
# $Id$
#
# Copyright (C) 2010 Robert Bieber
#
# This program is free software; you can redistribute it and/or
# modify it under the terms of the GNU General Public License
# as published by the Free Software Foundation; either version 2
# of the License, or (at your option) any later version.
#
# This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY
# KIND, either express or implied.
#
############################################################################/

# Enter tags in the format "tag : Description"
# Empty lines and lines beginning with '#' are ignored
# The descriptions are going to be displayed in a little auto-complete
# pop-up, so keep them as terse as possible
#
# Like the deviceoptions file, this is compiled into the executable and
# could segfault things if improperly formatted, so be careful---treat it
# like part of the source code, because it is.
#

# Viewport tags

V  : Viewport declaration
Vl : Viewport preload
Vd : Viewport display
Vi : Custom UI viewport
VI : Pick custom UI viewport
Vf : Foreground color
Vb : Background color

# Fonts

Fl : Load a font

# Status Bar

we : Enable status bar
wd : Disable status bar
wi : Display inbuilt status bar

# ID3 Info
ia : Artist
ic : Composer
iA : Album artist
id : Album Name
iG : Grouping
in : Track #
it : Track Title
iC : Comment
iv : ID3 version
iy : ID3 year
ik : Disc number

# Next track ID3
Ia : Next Artist
Ic : Next Composer
IA : Next Album artist
Id : Next Album Name
IG : Next Grouping
In : Next Track #
It : Next Track Title
IC : Next Comment
Iv : Next ID3 version
Iy : Next ID3 year
Ik : Next Disc number

# Power-Related Information
bl : Battery %
bv : Battery volts
bt : Battery time
bp : "p" if charger connected
bc : "c" if currently charging
bs : Sleep timer

# Real Time Clock
cc : RTC Present
cd : Day of month
ce : Day of month blank padded
cf : 24/12 hour format
cH : Hour (00..23)
ck : Hour (0..23)
cI : Hour (01..12)
cl : Hour (1..12)
cm : Month (01..12)
cM : Minute (00..59)
cS : Second (00..60)
cy : Last two digits of year (00..99)
cY : Year (1970..)
cP : AM/PM
cp : am/pm
ca : Sun..Sat
cb : Jan..Dec
cu : Day of week (1..7)
cw : Day of week (0..6)

# File Info
fb : File bitrate
fc : File codec
ff : File frequency (Hz)
fk : File frequency (KHz)
fm : File name
fn : File name (no extension)
fp : File path
fs : File Size (KB)
fv : "(avg)" if vbr or "" if constant
d  : Containing directories

# Next File Info
Fb : File bitrate
Fc : File codec
Ff : File frequency (Hz)
Fk : File frequency (KHz)
Fm : File name
Fn : File name (no extension)
Fp : File path
Fs : File Size (KB)
Fv : "(avg)" if vbr or "" if constant
d  : Containing directories

# Playlist/Song Info
pb : Progress bar
pf : Full line progress bar (Archos Player/Studio)
px : Percentage played in song
pc : Current time in song
pe : Playlist entries
pm : Peak meter
pn : Playlist name
pp : Playlist position
pr : Remaining time in song
ps : "s" if shuffle enabled
pt : Total track time
pv : Volume in dB
pS : Track starting
pE : Track ending
Sp : Playback pitch

# Playlist Viewer
Vp : Playlist viewer

# Runtime Database and Replaygain
rg : Replaygain value in use
rp : Song playcount
rr : Song rating
ra : Database autoscore

# Hold Switches
mh : "h" if hold is on
mr : "r" if remote hold is on

# Repeat Mode
mm : Repeat mode (0-4) Off, All, One, Shuffle, A-B

# Playback mode
mp : Play status (1-9), Stop, Play, Pause, Fast Forward, Rewind, Recording, Recording Paused, FM Playing, FM Muted

# Images
X  : Set backdrop
x  : Load and show image
xl : Preload image
xd : Display preloaded image

# Album Art
Cl : Define AA display settings
C  : Display album art

# Recording Screen Tokens
Rp : Target has recording
Rm : Recording in mono
Rf : Recording frequency
Re : Encoder being used
Rb : Bitrate/Quality setting

# FM Radio Tokens
tp : Target has radio
tt : Tuner tuned
tm : Scan mode
ta : Minimum frequency
tb : Maximum frequency
tf : Current frequency (MHz)
Ti : Current preset
Tn : Current preset name
Tf : Current preset frequency
Tc : Preset count
tx : Target has RDS
ty : RDS name
tz : RDS text

# Alignment
al : Left-align
ac : Center-align
ar : Right-align

# RTL Language Alignment
aL : Align left on LTR, right on RTL
aR : Align right on LTR, left on RTL
ax : Next tag follows language direction

# Scrolling
s  : Line will scroll

# Increasing/Decreasing Volume
mv : Volume is increasing/decreasing

# Showing Other Settings
St : Value of setting

# Touchscreen Areas
T  : Declare touchscreen
Ti : Last touchscreen pressed

# Current Screen
cs : Current screen (1..5), Menus, WPS, Recording screen, FM Radio screen, Current Playlist screen

# List Title
Lt : Title text
Li : Title icon

# Alternating Sublines
t  : Subline time