diff options
author | Miika Pekkarinen <miipekk@ihme.org> | 2007-04-12 20:21:56 +0000 |
---|---|---|
committer | Miika Pekkarinen <miipekk@ihme.org> | 2007-04-12 20:21:56 +0000 |
commit | 5e47daa9440e77c0a3ef0ee6cf436eadef36d7cd (patch) | |
tree | 02efe5abc176f43b6f657ed1a9972156e04b93c5 /apps/tagcache.h | |
parent | 9d9937a0ad64018a7e8beb503f7207696e694856 (diff) | |
download | rockbox-5e47daa9440e77c0a3ef0ee6cf436eadef36d7cd.tar.gz rockbox-5e47daa9440e77c0a3ef0ee6cf436eadef36d7cd.zip |
Now track total playtime should be accessible as well by using Pm and Ps virtual tags.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13133 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/tagcache.h')
-rw-r--r-- | apps/tagcache.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/tagcache.h b/apps/tagcache.h index f449f1344e..70677c602b 100644 --- a/apps/tagcache.h +++ b/apps/tagcache.h @@ -28,6 +28,7 @@ enum tag_type { tag_artist = 0, tag_album, tag_genre, tag_title, tag_playtime, tag_lastplayed, tag_commitid, /* Virtual tags */ tag_virt_length_min, tag_virt_length_sec, + tag_virt_playtime_min, tag_virt_playtime_sec, tag_virt_entryage, tag_virt_autoscore }; #define TAG_COUNT 17 |