From 9d9937a0ad64018a7e8beb503f7207696e694856 Mon Sep 17 00:00:00 2001 From: Miika Pekkarinen Date: Thu, 12 Apr 2007 20:14:05 +0000 Subject: Added virtual tags in database to break track length to minutes and seconds. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13132 a1c6a512-1295-4272-9138-f99709370657 --- apps/tagtree.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'apps/tagtree.c') diff --git a/apps/tagtree.c b/apps/tagtree.c index e9370fa443..cc8c1456e6 100644 --- a/apps/tagtree.c +++ b/apps/tagtree.c @@ -200,6 +200,8 @@ static int get_tag(int *tag) MATCH(tag, buf, "ensemble", tag_albumartist); MATCH(tag, buf, "genre", tag_genre); MATCH(tag, buf, "length", tag_length); + MATCH(tag, buf, "Lm", tag_virt_length_min); + MATCH(tag, buf, "Ls", tag_virt_length_sec); MATCH(tag, buf, "title", tag_title); MATCH(tag, buf, "filename", tag_filename); MATCH(tag, buf, "tracknum", tag_tracknumber); -- cgit v1.2.3