summaryrefslogtreecommitdiffstats
path: root/apps/filetypes.h
diff options
context:
space:
mode:
authorWilliam Wilgus <wilgus.william@gmail.com>2023-04-01 12:32:47 -0400
committerWilliam Wilgus <me.theuser@yahoo.com>2023-04-16 23:50:24 -0400
commitdfe12252bba8cbfe427752ad9ed101002a76fe67 (patch)
treeef0dd104dff37aac82966a4977f035487966d8fd /apps/filetypes.h
parent43b0fba75d4312230793f2747700371362204bb6 (diff)
downloadrockbox-dfe12252bb.tar.gz
rockbox-dfe12252bb.zip
[Feature, Plugin] lastfm_scrobbler_viewer
a plugin to view lastfm scrobbler logs uses print cell to give a spreadsheet view of scrobbler logs buffers the whole file if possible otherwise it reads entries from disk rudimentary text searching for columns include / exclude; all/any and case sensitive Change-Id: Id9616e5796658952fba4ea747f596cb77d6f34c0
Diffstat (limited to 'apps/filetypes.h')
-rw-r--r--apps/filetypes.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/filetypes.h b/apps/filetypes.h
index 5aae772a9c..2886fa2850 100644
--- a/apps/filetypes.h
+++ b/apps/filetypes.h
@@ -48,6 +48,7 @@
#define FILE_ATTR_FMS 0x1200 /* FM screen skin file */
#define FILE_ATTR_RFMS 0x1300 /* FM screen skin file */
#define FILE_ATTR_OPX 0x1400 /* open plugins shortcut */
+#define FILE_ATTR_LOG 0x1500 /* log file */
#define FILE_ATTR_MASK 0xFF00 /* which bits tree.c uses for file types */
struct filetype {