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