Select the types of activity you want to include in your feed.
Theme Editor: Made auto-complete functional and enabled it by default. Added a small subset of the available tags to the tagdb file, filling it out is todo
···11+###########################################################################
22+# __________ __ ___.
33+# Open \______ \ ____ ____ | | _\_ |__ _______ ___
44+# Source | _// _ \_/ ___\| |/ /| __ \ / _ \ \/ /
55+# Jukebox | | ( <_> ) \___| < | \_\ ( <_> > < <
66+# Firmware |____|_ /\____/ \___ >__|_ \|___ /\____/__/\_ \
77+# \/ \/ \/ \/ \/
88+# $Id$
99+#
1010+# Copyright (C) 2010 Robert Bieber
1111+#
1212+# This program is free software; you can redistribute it and/or
1313+# modify it under the terms of the GNU General Public License
1414+# as published by the Free Software Foundation; either version 2
1515+# of the License, or (at your option) any later version.
1616+#
1717+# This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY
1818+# KIND, either express or implied.
1919+#
2020+############################################################################/
121# This file defines the options for the device configuration panel
222# Declare a section with a line containing a string inside brackets, i.e.
323# [Some Section]
+76-10
utils/themeeditor/resources/tagdb
···11-z : Ending tag
22-aa : Should come at the beginning of everything
33-za : Should come after z
44-y : Should come before z
55-T : Test tag 1
66-Ta : Test tag 2
77-Tb : Test tag 3
88-U : Another test
99-Ua : Yet another test
1010-Uc : A sixth test
11+###########################################################################
22+# __________ __ ___.
33+# Open \______ \ ____ ____ | | _\_ |__ _______ ___
44+# Source | _// _ \_/ ___\| |/ /| __ \ / _ \ \/ /
55+# Jukebox | | ( <_> ) \___| < | \_\ ( <_> > < <
66+# Firmware |____|_ /\____/ \___ >__|_ \|___ /\____/__/\_ \
77+# \/ \/ \/ \/ \/
88+# $Id$
99+#
1010+# Copyright (C) 2010 Robert Bieber
1111+#
1212+# This program is free software; you can redistribute it and/or
1313+# modify it under the terms of the GNU General Public License
1414+# as published by the Free Software Foundation; either version 2
1515+# of the License, or (at your option) any later version.
1616+#
1717+# This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY
1818+# KIND, either express or implied.
1919+#
2020+############################################################################/
2121+2222+# Enter tags in the format "tag : Description"
2323+# Empty lines and lines beginning with '#' are ignored
2424+# The descriptions are going to be displayed in a little auto-complete
2525+# pop-up, so keep them as terse as possible
2626+#
2727+# Like the deviceoptions file, this is compiled into the executable and
2828+# could segfault things if improperly formatted, so be careful---treat it
2929+# like part of the source code, because it is.
3030+#
3131+3232+# Viewport tags
3333+3434+V : Viewport declaration
3535+Vl : Viewport preload
3636+Vd : Viewport display
3737+Vi : Custom UI viewport
3838+VI : Pick custom UI viewport
3939+Vf : Foreground color
4040+Vb : Background color
4141+4242+# Fonts
4343+4444+Fl : Load a font
4545+4646+# Status Bar
4747+4848+we : Enable status bar
4949+wd : Disable status bar
5050+wi : Display inbuilt status bar
5151+5252+# ID3 Info
5353+ia : Artist
5454+ic : Composer
5555+iA : Album artist
5656+id : Album Name
5757+iG : Grouping
5858+in : Track #
5959+it : Track Title
6060+iC : Comment
6161+iv : ID3 version
6262+iy : ID3 year
6363+ik : Disc number
6464+6565+# Next track ID3
6666+Ia : Next Artist
6767+Ic : Next Composer
6868+IA : Next Album artist
6969+Id : Next Album Name
7070+IG : Next Grouping
7171+In : Next Track #
7272+It : Next Track Title
7373+IC : Next Comment
7474+Iv : Next ID3 version
7575+Iy : Next ID3 year
7676+Ik : Next Disc number