Theme Editor: Made auto-complete functional and enabled it by default. Added a small...
[kugel-rb.git] / utils / themeeditor / resources / tagdb
blob8aa58fd0f840259c07eda1c13ecb0dc851ee120b
1 ###########################################################################
2 #             __________               __   ___.
3 #   Open      \______   \ ____   ____ |  | _\_ |__   _______  ___
4 #   Source     |       _//  _ \_/ ___\|  |/ /| __ \ /  _ \  \/  /
5 #   Jukebox    |    |   (  <_> )  \___|    < | \_\ (  <_> > <  <
6 #   Firmware   |____|_  /\____/ \___  >__|_ \|___  /\____/__/\_ \
7 #                     \/            \/     \/    \/            \/
8 # $Id$
10 # Copyright (C) 2010 Robert Bieber
12 # This program is free software; you can redistribute it and/or
13 # modify it under the terms of the GNU General Public License
14 # as published by the Free Software Foundation; either version 2
15 # of the License, or (at your option) any later version.
17 # This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY
18 # KIND, either express or implied.
20 ############################################################################/
22 # Enter tags in the format "tag : Description"
23 # Empty lines and lines beginning with '#' are ignored
24 # The descriptions are going to be displayed in a little auto-complete
25 # pop-up, so keep them as terse as possible
27 # Like the deviceoptions file, this is compiled into the executable and
28 # could segfault things if improperly formatted, so be careful---treat it
29 # like part of the source code, because it is.
32 # Viewport tags
34 V : Viewport declaration
35 Vl : Viewport preload
36 Vd : Viewport display
37 Vi : Custom UI viewport
38 VI : Pick custom UI viewport
39 Vf : Foreground color
40 Vb : Background color
42 # Fonts
44 Fl : Load a font
46 # Status Bar
48 we : Enable status bar
49 wd : Disable status bar
50 wi : Display inbuilt status bar
52 # ID3 Info
53 ia : Artist
54 ic : Composer
55 iA : Album artist
56 id : Album Name
57 iG : Grouping
58 in : Track #
59 it : Track Title
60 iC : Comment
61 iv : ID3 version
62 iy : ID3 year
63 ik : Disc number
65 # Next track ID3
66 Ia : Next Artist
67 Ic : Next Composer
68 IA : Next Album artist
69 Id : Next Album Name
70 IG : Next Grouping
71 In : Next Track #
72 It : Next Track Title
73 IC : Next Comment
74 Iv : Next ID3 version
75 Iy : Next ID3 year
76 Ik : Next Disc number