Theme Editor: Fixed bug that caused WPS skins without SBS parents not to render their...
[kugel-rb.git] / utils / themeeditor / resources / deviceoptions
blobfa7885d9a52fbe88b0ebfca40ea3961f45ac127c
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 # A ? at the beginning of a field indicates that it's a special value for
27 # conditionals
29 # Be warned: because this file is compiled into the application, I'm not
30 # performing much of any error checking on it: screwing up the syntax may very
31 # well segfault the application on startup
33 [Rendering Info]
34 screenwidth ; Screen Width ; spin(0,800) ; 300
35 screenheight ; Screen Height ; spin(0,800) ; 200
36 remotewidth ; Remote Width ; spin(0,800) ; 100
37 remoteheight ; Remote Height ; spin(0,800); 50
38 showviewports ; Show Viewports ; check ; false
39 rendersbs ; Render SBS If Available ; check ; true
40 rtl ; Right-To-Left Language ; check ; false
42 [ID3 Info]
43 ia ; Artist ; text ; Current Artist
44 ic ; Composer ; text ; Current Composer
45 iA ; Album Artist ; text ; Current Album Artist
46 id ; Album Name ; text ; Current Album Name
47 iG ; Grouping ; text ; Current Grouping
48 ig ; Genre Name ; text ; Current Genre
49 in ; Track number ; spin(1,100) ; 3
50 it ; Track Title ; text ; Current Title
51 iC ; Comment ; text ; Current Comment
52 iv ; ID3 Version ; fspin(1,2.4); 2.0
53 iy ; Year ; spin(1000,2020) ; 2008
54 ik ; Disk Number ; spin(1,100) ; 1
56 [Next Track ID3 Info]
57 Ia ; Next Track Artist ; text ; Next Artist
58 Ic ; Next Track Composer ; text ; Next Composer
59 IA ; Next Track Album Artist ; text ; Next Album Artist
60 Id ; Next Track Album Name ; text ; Next Album Name
61 IG ; Next Track Grouping ; text ; Next Grouping
62 Ig ; Next Track Genre Name ; text ; Next Genre
63 In ; Next Track Track number ; spin(1,100) ; 3
64 It ; Next Track Track Title ; text ; Next Title
65 IC ; Next Track Comment ; text ; Next Comment
66 Iv ; Next Track ID3 Version ; fspin(1,2.4); 2.0
67 Iy ; Next Track Year ; spin(1000,2020) ; 2008
68 Ik ; Next Track Disk Number ; spin(1,100) ; 1
70 [File Info]
71 fb ; Bitrate (kbps) ; spin(1,2048) ; 256
72 fc ; Codec ; combo(MP1, MP2, MP3, AIFF, WAV, OGG, FLAC, MPC, AC3, WV, ALAC, AAC, SHN, SID, ADX, NSF, Speex, SPC, APE, WMA) ; OGG
73 ff ; Frequency (Hz) ; spin(1,100000) ; 42000
74 fk ; Frequency (KHz) ; fspin(1, 100) ; 42
75 fm ; Name ; text ; Current File Name.a
76 fn ; Name (w/o extension) ; text ; Current File Name
77 fp ; Path ; text ; /current/file/path/
78 fs ; Size (KB) ; spin(1,100000) ; 3000
79 fv ; Variable Bit Rate ; check ; true
80 d1 ; cd up ; text ; /current/file/
81 d2 ; cd up x2 ; text ; /current/
82 d3 ; cd up x3 ; text ; /
84 [Next File Info]
85 Fb ; Next File Bitrate (kbps) ; spin(1,2048) ; 256
86 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
87 Ff ; Next File Frequency (Hz) ; spin(1,100000) ; 42000
88 Fk ; Next File Frequency (KHz) ; fspin(1, 100) ; 42
89 Fm ; Next File Name ; text ; Next File Name.a
90 Fn ; Next File Name (w/o extension) ; text ; Next File Name
91 Fp ; Next File Path ; text ; /next/file/path/
92 Fs ; Next File Size (KB) ; spin(1,100000) ; 3000
93 Fv ; Next File Variable Bit Rate ; check ; true
94 D1 ; Next File cd up ; text ; /next/file/
95 D2 ; Next File cd up x2 ; text ; /next/
96 D3 ; Next File cd up x3 ; text ; /
98 [Playlist/Song Info]
99 px ; Percent Played ; spin(0,100) ; 50
100 pc ; Current Time In Song ; text ; 1:00
101 ?pc ; Time In Song (Conditional) ; fspin(0,5000) ; 60
102 pe ; Playlist Entries ; spin(0,1000) ; 20
103 pn ; Playlist Name ; text ; Current Playlist
104 pp ; Playlist Position ; spin(0,1000) ; 10
105 pr ; Time Remaining ; text ; 2:00
106 ps ; Shuffle ; check ; true
107 pt ; Total Track Time ; text ; 3:00
108 pv ; Current Volume (dB) ; spin(-100,100) ; 0
109 ?pv ; Current Volume (Conditional) ; combo(Mute, Below 0 dB, 0 dB, Above 0 dB) ; 0 dB
110 pS ; Track Starting ; check ; true
111 pE ; Track Ending ; check ; false
112 Sp ; Playback Pitch ; fspin(50,200) ; 100
113 rp ; Song Playcount ; spin(0,10000) ; 20
114 rr ; Song Rating ; spin(0,10) ; 5
115 ra ; Autoscore ; spin(0,10) ; 7
116 ?C ; Album Art Available ; check ; true
117 artwidth ; Album Art Width ; spin(0,500) ; 100
118 artheight; Album Art Height ; spin(0,500) ; 100
120 [Hardware Status]
121 bl ; Battery Level (-1 for unknown) ; spin(-1,100) ; 50
122 bv ; Battery Volts ; spin(0,20) ; 5
123 bt ; Time Left (-1 for unknown) ; spin(-1,500); 100
124 bp ; Charger Connected ; check ; true
125 bc ; Charging ; check ; false
126 bs ; Sleep Time Left ; spin(0,500) ; 100
127 mh ; Hold Switch ; check ; true
128 mr ; Remote Hold Switch ; check ; false
129 lh ; Hard Disk Activity ; check ; true
131 [Playback Status]
132 rg ; Replaygain Value (dB) ; fspin(-100,20) ; 0
133 ?rg ; Replaygain Status (Conditional) ; combo(Off, Track, Album, TrackShuffle, AlbumShuffle, No Tag) ; Off
134 mm ; Repeat Mode ; combo(Off, All, One, Shuffle, A-B) ; All
135 mp ; Playback Mode ; combo(Stop, Play, Pause, Fast Forward, Rewind, Recording, Recording Paused, FM Radio Playing, FM Radio Muted) ; Play
136 xf ; Crossfade Type ; combo(Off, Automatic Track Skip Only, Shuffle, Shuffle or Manual Track Skip, Always) ; Always
138 [Clock]
139 cc ; Has Realtime Clock ; check ; true
140 cd ; Day of Month ; text ; 05
141 ce ; Day of Month (No Padding) ; text ; 5
142 cf ; 24 Hour Format ; check ; true
143 cH ; 24h Hour ; text ; 09
144 ck ; 24h Hour (No Padding) ; text ; 9
145 cI ; 12h Hour ; text ; 09
146 cl ; 12h Hour (No Padding) ; text ; 9
147 cm ; Month (Padded) ; text ; 03
148 ?cm ; Month (Conditional) ; combo(January, February, March, April, May, Jun, July, August, September, October, November, December) ; January
149 cM ; Minute (Padded) ; text ; 29
150 cS ; Second (Padded) ; text ; 50
151 cy ; Last Two Digits of Year (Padded) ; text ; 09
152 cY ; Year ; text ; 2009
153 cP ; Uppercase AM or PM ; combo(AM,PM) ; AM
154 cp ; Lowercase AM or PM ; combo(am,pm) ; am
155 ca ; Abbreviated Weekday Name ; combo(Sun, Mon, Tue, Thu, Fri, Sat); Tue
156 cb ; Abbreviated Month Name ; combo(Jan, Feb, Mar, Apr, May, Jun, Jul, Aug, Sep, Oct, Nov, Dec) ; Jan
157 cu ; Day of Week (1..7, 1 is Monday) ; spin(1,7) ; 2
158 ?cu ; Day of Week (Monday First, Conditional) ; combo(Monday, Tuesday, Wednesday, Thursday, Friday, Saturday, Sunday) ; Tuesday
159 cw ; Day of Week (0..6, 0 is Sunday) ; spin(0,6) ; 2
160 ?cw ; Day of Week (Sunday First, Conditional) ; combo(Sunday, Monday, Tuesday, Wednesday, Thursday, Friday, Saturday, Sunday) ; Tuesday
162 [Recording Status]
163 Rp ; Target Has Recorder ; check ; false
164 Rm ; Recording in Mono ; check ; true
165 Rf ; Recording frequency ; combo(8,11,12,16,22,24,32,44,48,85,88,96) ; 44
166 Re ; Encoder Being Used ; combo(WAV, AIFF, WV, MP3) ; WAV
167 Rb ; Bitrate ; combo(8,16,24,32,40,48,56,64,80,96,112,128,144,160,192) ; 160
169 [FM Radio]
170 tp ; Target Has Radio ; check ; false
171 tt ; Tuner Tuned ; check ; true
172 tm ; Scan Mode ; check ; true
173 ts ; Stereo ; check ; true
174 ta ; Minimum Frequency (Two Decimal Digits) ; text ; 9.3
175 tb ; Maximum Frequency (Two Decimal Digits) ; text ; 9.4
176 tf ; Current Frequency (Two Decimal Digits) ; text ; 9.3
177 Ti ; Current Preset ; spin(1,100) ; 4
178 Tn ; Current Preset Name ; text ; Current Preset
179 Tf ; Current Preset Frequency ; text ; 9.3
180 Tc ; Preset Count ; spin(0,100) ; 10
181 tx ; Has RDS ; check ; true
182 ty ; RDS Name ; text ; Current RDS Name
183 tz ; RDS Text ; text ; Current RDS Text
185 [Misc.]
186 mv ; Volume Changing ; check ; false
187 cs ; Current Screen ; combo(Menus, WPS, Recording Screen, FM Radio Screen, Current Playlist Screen) ; WPS
188 Lt ; List Title ; text ; Current List Title
189 Li ; Title Icon ; spin(0,200) ; 2