diff options
| author | Robert Bieber <robby@bieberphoto.com> | 2010-07-08 06:54:08 +0000 |
|---|---|---|
| committer | Robert Bieber <robby@bieberphoto.com> | 2010-07-08 06:54:08 +0000 |
| commit | 6358d41f31edd6487ee76232c55d5b7385426be3 (patch) | |
| tree | c58eb0a6580018cffa9cc727765eeb3d2a3971b9 /utils/themeeditor/resources/deviceoptions | |
| parent | eb93e3b3d26ce31407a302f49c70770ad3f98274 (diff) | |
| download | rockbox-6358d41f31edd6487ee76232c55d5b7385426be3.zip rockbox-6358d41f31edd6487ee76232c55d5b7385426be3.tar.gz rockbox-6358d41f31edd6487ee76232c55d5b7385426be3.tar.bz2 rockbox-6358d41f31edd6487ee76232c55d5b7385426be3.tar.xz | |
Theme Editor: Began working on special cases for device option panel. Implemented path info for current and next file
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@27346 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'utils/themeeditor/resources/deviceoptions')
| -rw-r--r-- | utils/themeeditor/resources/deviceoptions | 23 |
1 files changed, 4 insertions, 19 deletions
diff --git a/utils/themeeditor/resources/deviceoptions b/utils/themeeditor/resources/deviceoptions index d76baf1..6897045 100644 --- a/utils/themeeditor/resources/deviceoptions +++ b/utils/themeeditor/resources/deviceoptions @@ -74,41 +74,26 @@ fb ; Bitrate (kbps) ; spin(1,2048) ; 256 fc ; Codec ; combo(MP1, MP2, MP3, AIFF, WAV, OGG, FLAC, MPC, AC3, WV, ALAC, AAC, SHN, SID, ADX, NSF, Speex, SPC, APE, WMA) ; OGG ff ; Frequency (Hz) ; spin(1,100000) ; 42000 fk ; Frequency (KHz) ; fspin(1, 100) ; 42 -fm ; Name ; text ; Current File Name.a -fn ; Name (w/o extension) ; text ; Current File Name -fp ; Path ; text ; /current/file/path/ +file ; File Path ; text ; /.rockbox/music/artist/album/01 - file.ogg fs ; Size (KB) ; spin(1,100000) ; 3000 fv ; Variable Bit Rate ; check ; true -d1 ; cd up ; text ; /current/file/ -d2 ; cd up x2 ; text ; /current/ -d3 ; cd up x3 ; text ; / [Next File Info] Fb ; Next File Bitrate (kbps) ; spin(1,2048) ; 256 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 Ff ; Next File Frequency (Hz) ; spin(1,100000) ; 42000 Fk ; Next File Frequency (KHz) ; fspin(1, 100) ; 42 -Fm ; Next File Name ; text ; Next File Name.a -Fn ; Next File Name (w/o extension) ; text ; Next File Name -Fp ; Next File Path ; text ; /next/file/path/ +nextfile ; Next File Path ; text ; /.rockbox/music/artist/album/02 - nextfile.ogg Fs ; Next File Size (KB) ; spin(1,100000) ; 3000 Fv ; Next File Variable Bit Rate ; check ; true -D1 ; Next File cd up ; text ; /next/file/ -D2 ; Next File cd up x2 ; text ; /next/ -D3 ; Next File cd up x3 ; text ; / [Playlist/Song Info] -px ; Percent Played ; spin(0,100) ; 50 -pc ; Current Time In Song ; text ; 1:00 -?pc ; Time In Song (Conditional) ; fspin(0,5000) ; 60 +?pc ; Time In Song (Seconds) ; fspin(0,5000) ; 60 pe ; Playlist Entries ; spin(0,1000) ; 20 pn ; Playlist Name ; text ; Current Playlist pp ; Playlist Position ; spin(0,1000) ; 10 -pr ; Time Remaining ; text ; 2:00 ps ; Shuffle ; check ; true -pt ; Total Track Time ; text ; 3:00 -pS ; Track Starting ; check ; true -pE ; Track Ending ; check ; false +pt ; Total Track Time ; spin(0,1000) ; 180 Sp ; Playback Pitch ; fspin(50,200) ; 100 rp ; Song Playcount ; spin(0,10000) ; 20 rr ; Song Rating ; spin(0,10) ; 5 |