summaryrefslogtreecommitdiff
path: root/apps/tagcache.h
diff options
context:
space:
mode:
Diffstat (limited to 'apps/tagcache.h')
-rw-r--r--apps/tagcache.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/apps/tagcache.h b/apps/tagcache.h
index b64571de40..52a9283e35 100644
--- a/apps/tagcache.h
+++ b/apps/tagcache.h
@@ -38,9 +38,11 @@ enum tag_type { tag_artist = 0, tag_album, tag_genre, tag_title,
38 /* Real tags end here, count them. */ 38 /* Real tags end here, count them. */
39 TAG_COUNT, 39 TAG_COUNT,
40 /* Virtual tags */ 40 /* Virtual tags */
41 tag_virt_basename, tag_virt_length_min, tag_virt_length_sec, 41 tag_virt_basename=TAG_COUNT,
42 tag_virt_length_min, tag_virt_length_sec,
42 tag_virt_playtime_min, tag_virt_playtime_sec, 43 tag_virt_playtime_min, tag_virt_playtime_sec,
43 tag_virt_entryage, tag_virt_autoscore }; 44 tag_virt_entryage, tag_virt_autoscore,
45 TAG_COUNT_ALL};
44 46
45/* Maximum length of a single tag. */ 47/* Maximum length of a single tag. */
46#define TAG_MAXLEN (MAX_PATH*2) 48#define TAG_MAXLEN (MAX_PATH*2)