summaryrefslogtreecommitdiff
path: root/apps/plugins/tagcache/tagcache.h
diff options
context:
space:
mode:
authorWilliam Wilgus <wilgus.william@gmail.com>2023-10-04 08:51:10 -0400
committerWilliam Wilgus <wilgus.william@gmail.com>2023-10-05 21:24:37 -0400
commit1ed640da24eb97255328c4498035ba524f6265fc (patch)
treee89771f51a031cc114d36f6dd9c261b04cd4667d /apps/plugins/tagcache/tagcache.h
parent6634a60bf0750159ffc34bdff548fac0817e72bc (diff)
downloadrockbox-1ed640da24eb97255328c4498035ba524f6265fc.tar.gz
rockbox-1ed640da24eb97255328c4498035ba524f6265fc.zip
[Feature] db_commit plugin allows a more verbose commit
prints logf messages to the screen buffer and dumps the output to .rockbox/db_commit_log.txt logs warnings about tags that can't be displayed by the current font adds an option to the tagcache using the file .rockbox/database_commit.ignore to prevent auto commit Change-Id: Ib381b3b6d9dd19d76c95d0e87e605f7378e29674
Diffstat (limited to 'apps/plugins/tagcache/tagcache.h')
-rw-r--r--apps/plugins/tagcache/tagcache.h25
1 files changed, 25 insertions, 0 deletions
diff --git a/apps/plugins/tagcache/tagcache.h b/apps/plugins/tagcache/tagcache.h
new file mode 100644
index 0000000000..e416289741
--- /dev/null
+++ b/apps/plugins/tagcache/tagcache.h
@@ -0,0 +1,25 @@
1/***************************************************************************
2 * __________ __ ___.
3 * Open \______ \ ____ ____ | | _\_ |__ _______ ___
4 * Source | _// _ \_/ ___\| |/ /| __ \ / _ \ \/ /
5 * Jukebox | | ( <_> ) \___| < | \_\ ( <_> > < <
6 * Firmware |____|_ /\____/ \___ >__|_ \|___ /\____/__/\_ \
7 * \/ \/ \/ \/ \/
8 * $Id$
9 *
10 * Copyright (C)
11 *
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.
16 *
17 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY
18 * KIND, either express or implied.
19 *
20 ****************************************************************************/
21#ifndef _TC_PLUGIN_
22#define _TC_PLUGIN_
23#endif /*_TC_PLUGIN_ */
24
25