forked from len0rd/rockbox
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
This commit is contained in:
parent
9d9937a0ad
commit
5e47daa944
3 changed files with 12 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue