Theme Editor: Added (I think) all of the tags to the device configuration window
[kugel-rb.git] / utils / themeeditor / resources / deviceoptions
blobddd5ed017fd68e337e316306c44fe1c17a03f5ef
1 # This file defines the options for the device configuration panel
2 # Declare a section with a line containing a string inside brackets, i.e.
3 # [Some Section]
4 # Declare options within the section in the following format, one per line
5 # tag;Tag Label;[input];default
6 # tag is the skin tag represented by that option
8 # Tag Label is a human-readable label to attach to the input
10 # [input] is the type of widget that should be used for the tag, and its range
11 # if applicable.  The valid forms are:
12 # check - Inserts a true/false checkbox
13 # text - Inserts a line edit box
14 # slider(min, max) - Inserts a horizontal slider with range specified
15 # spin(min, max) - Inserts a spin box with range specified
16 # fspin(min, max) - Inserts a floating point spin box with range specified
17 # combo(option1, option2...) - Inserts a combo box with the options specified
19 # default is the default value for the input
21 # Note that there aren't any provisions for escaping characters at the moment,
22 # so don't include [, ], or ; in your text, or (, ) in combo box choices
24 # Blank lines are ignored
26 # Be warned: because this file is compiled into the application, I'm not
27 # performing much of any error checking on it: screwing up the syntax may very
28 # well segfault the application on startup
30 [Screen Sizes]
31 screenwidth ; Screen Width ; spin(0,800) ; 300
32 screenheight ; Screen Height ; spin(0,800) ; 200
33 remotewidth ; Remote Width ; spin(0,800) ; 100
34 remoteheight ; Remote Height ; spin(0,800); 50
36 [ID3 Info]
37 ia ; Artist ; text ; Current Artist
38 ic ; Composer ; text ; Current Composer
39 iA ; Album Artist ; text ; Current Album Artist
40 id ; Album Name ; text ; Current Album Name
41 iG ; Grouping ; text ; Current Grouping
42 ig ; Genre Name ; text ; Current Genre
43 in ; Track number ; spin(1,100) ; 3
44 it ; Track Title ; text ; Current Title
45 iC ; Comment ; text ; Current Comment
46 iv ; ID3 Version ; fspin(1,2.4); 2.0
47 iy ; Year ; spin(1000,2020) ; 2008
48 ik ; Disk Number ; spin(1,100) ; 1
50 [Next Track ID3 Info]
51 Ia ; Next Track Artist ; text ; Next Artist
52 Ic ; Next Track Composer ; text ; Next Composer
53 IA ; Next Track Album Artist ; text ; Next Album Artist
54 Id ; Next Track Album Name ; text ; Next Album Name
55 IG ; Next Track Grouping ; text ; Next Grouping
56 Ig ; Next Track Genre Name ; text ; Next Genre
57 In ; Next Track Track number ; spin(1,100) ; 3
58 It ; Next Track Track Title ; text ; Next Title
59 IC ; Next Track Comment ; text ; Next Comment
60 Iv ; Next Track ID3 Version ; fspin(1,2.4); 2.0
61 Iy ; Next Track Year ; spin(1000,2020) ; 2008
62 Ik ; Next Track Disk Number ; spin(1,100) ; 1
64 [File Info]
65 fb ; Bitrate (kbps) ; spin(1,2048) ; 256
66 fc ; Codec ; combo(MP1, MP2, MP3, AIFF, WAV, OGG, FLAC, MPC, AC3, WV, ALAC, AAC, SHN, SID, ADX, NSF, Speex, SPC, APE, WMA) ; OGG
67 ff ; Frequency (Hz) ; spin(1,100000) ; 42000
68 fk ; Frequency (KHz) ; fspin(1, 100) ; 42
69 fm ; Name ; text ; Current File Name.a
70 fn ; Name (w/o extension) ; text ; Current File Name
71 fp ; Path ; text ; /current/file/path/
72 fs ; Size (KB) ; spin(1,100000) ; 3000
73 fv ; Variable Bit Rate ; check ; true
74 d1 ; cd up ; text ; /current/file/
75 d2 ; cd up x2 ; text ; /current/
76 d3 ; cd up x3 ; text ; /
78 [Next File Info]
79 Fb ; Next File Bitrate (kbps) ; spin(1,2048) ; 256
80 Fc ; Next File Codec ; combo(MP1, MP2, MP3, AIFF, WAV, OGG, FLAC, MPC, AC3, WV, ALAC, AAC, SHN, SID, ADX, NSF, Speex, SPC, APE, WMA) ; OGG
81 Ff ; Next File Frequency (Hz) ; spin(1,100000) ; 42000
82 Fk ; Next File Frequency (KHz) ; fspin(1, 100) ; 42
83 Fm ; Next File Name ; text ; Next File Name.a
84 Fn ; Next File Name (w/o extension) ; text ; Next File Name
85 Fp ; Next File Path ; text ; /next/file/path/
86 Fs ; Next File Size (KB) ; spin(1,100000) ; 3000
87 Fv ; Next File Variable Bit Rate ; check ; true
88 D1 ; Next File cd up ; text ; /next/file/
89 D2 ; Next File cd up x2 ; text ; /next/
90 D3 ; Next File cd up x3 ; text ; /
92 [Playlist/Song Info]
93 px ; Percent Played ; spin(0,100) ; 50
94 pc ; Current Time In Song ; text ; 1:00
95 pe ; Playlist Entries ; spin(0,1000) ; 20
96 pn ; Playlist Name ; text ; Current Playlist
97 pp ; Playlist Position ; spin(0,1000) ; 10
98 pr ; Time Remaining ; text ; 2:00
99 ps ; Shuffle ; check ; true
100 pt ; Total Track Time ; text ; 3:00
101 pv ; Current Volume (dB) ; spin(-100,100) ; 0
102 $pv ; Current Volume (Conditional) ; combo(Mute, Below 0 dB, 0 dB, Above 0 dB) ; 0 dB
103 pS ; Track Starting ; check ; true
104 pE ; Track Ending ; check ; false
105 Sp ; Playback Pitch ; fspin(50,200) ; 100
106 rp ; Song Playcount ; spin(0,10000) ; 20
107 rr ; Song Rating ; spin(0,10) ; 5
108 ra ; Autoscore ; spin(0,10) ; 7
109 $C ; Album Art Available ; check ; true
111 [Hardware Status]
112 bl ; Battery Level (-1 for unknown) ; spin(-1,100) ; 50
113 bv ; Battery Volts ; spin(0,20) ; 5
114 bt ; Time Left (-1 for unknown) ; spin(-1,500); 100
115 bp ; Charger Connected ; check ; true
116 bc ; Charging ; check ; false
117 bs ; Sleep Time Left ; spin(0,500) ; 100
118 mh ; Hold Switch ; check ; true
119 mr ; Remote Hold Switch ; check ; false
120 lh ; Hard Disk Activity ; check ; true
122 [Playback Status]
123 rg ; Replaygain Value (dB) ; fspin(-100,20) ; 0
124 $rg ; Replaygain Status (Conditional) ; combo(Off, Track, Album, TrackShuffle, AlbumShuffle, No Tag) ; Off
125 mm ; Repeat Mode ; combo(Off, All, One, Shuffle, A-B) ; All
126 mp ; Playback Mode ; combo(Stop, Play, Pause, Fast Forward, Rewind, Recording, Recording Paused, FM Radio Playing, FM Radio Muted) ; Play
127 xf ; Crossfade Type ; combo(Off, Automatic Track Skip Only, Shuffle, Shuffle or Manual Track Skip, Always) ; Always
129 [Clock]
130 cc ; Has Realtime Clock ; check ; true
131 cd ; Day of Month ; text ; 05
132 ce ; Day of Month (No Padding) ; text ; 5
133 cf ; 24 Hour Format ; check ; true
134 cH ; 24h Hour ; text ; 09
135 ck ; 24h Hour (No Padding) ; text ; 9
136 cI ; 12h Hour ; text ; 09
137 cl ; 12h Hour (No Padding) ; text ; 9
138 cm ; Month (Padded) ; text ; 03
139 $cm ; Month (Conditional) ; combo(January, February, March, April, May, Jun, July, August, September, October, November, December) ; January
140 cM ; Minute (Padded) ; text ; 29
141 cS ; Second (Padded) ; text ; 50
142 cy ; Last Two Digits of Year (Padded) ; text ; 09
143 cY ; Year ; text ; 2009
144 cP ; Uppercase AM or PM ; combo(AM,PM) ; AM
145 cp ; Lowercase AM or PM ; combo(am,pm) ; am
146 ca ; Abbreviated Weekday Name ; combo(Sun, Mon, Tue, Thu, Fri, Sat); Tue
147 cb ; Abbreviated Month Name ; combo(Jan, Feb, Mar, Apr, May, Jun, Jul, Aug, Sep, Oct, Nov, Dec) ; Jan
148 cu ; Day of Week (1..7, 1 is Monday) ; spin(1,7) ; 2
149 $cu ; Day of Week (Monday First, Conditional) ; combo(Monday, Tuesday, Wednesday, Thursday, Friday, Saturday, Sunday) ; Tuesday
150 cw ; Day of Week (0..6, 0 is Sunday) ; spin(0,6) ; 2
151 $cw ; Day of Week (Sunday First, Conditional) ; combo(Sunday, Monday, Tuesday, Wednesday, Thursday, Friday, Saturday, Sunday) ; Tuesday
153 [Recording Status]
154 Rp ; Target Has Recorder ; check ; false
155 Rm ; Recording in Mono ; check ; true
156 Rf ; Recording frequency ; combo(8,11,12,16,22,24,32,44,48,85,88,96) ; 44
157 Re ; Encoder Being Used ; combo(WAV, AIFF, WV, MP3) ; WAV
158 Rb ; Bitrate ; combo(8,16,24,32,40,48,56,64,80,96,112,128,144,160,192) ; 160
160 [FM Radio]
161 tp ; Target Has Radio ; check ; false
162 tt ; Tuner Tuned ; check ; true
163 tm ; Scan Mode ; check ; true
164 ts ; Stereo ; check ; true
165 ta ; Minimum Frequency (Two Decimal Digits) ; text ; 9.3
166 tb ; Maximum Frequency (Two Decimal Digits) ; text ; 9.4
167 tf ; Current Frequency (Two Decimal Digits) ; text ; 9.3
168 Ti ; Current Preset ; spin(1,100) ; 4
169 Tn ; Current Preset Name ; text ; Current Preset
170 Tf ; Current Preset Frequency ; text ; 9.3
171 Tc ; Preset Count ; spin(0,100) ; 10
172 tx ; Has RDS ; check ; true
173 ty ; RDS Name ; text ; Current RDS Name
174 tz ; RDS Text ; text ; Current RDS Text
176 [Misc.]
177 mv ; Volume Changing ; check ; false
178 cs ; Current Screen ; combo(Menus, WPS, Recording Screen, FM Radio Screen, Current Playlist Screen) ; WPS
179 Lt ; List Title ; text ; Current List Title
180 Li ; Title Icon ; spin(0,200) ; 2