diff options
author | Robert Kukla <roolku@rockbox.org> | 2007-03-26 15:08:59 +0000 |
---|---|---|
committer | Robert Kukla <roolku@rockbox.org> | 2007-03-26 15:08:59 +0000 |
commit | 226cb7b0b82fe3d3736b8206d8a94c67c359ab64 (patch) | |
tree | 8c8b7e12ea5ac643b3c01b8c9aff4a948ae89214 /firmware/export | |
parent | cd1ccad9d6ef4f95d6cb0d02c77b58e6566dd203 (diff) |
Rating support for database and WPS (based on FS# 6301). A value between 0 and 10 can be assigned to the currently playing track using the WPS context menu. This value is displayed in the WPS using the %rr tag (replacing autoscore) and can be used as "rating" in tagnavi.config (examples provided).
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12922 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'firmware/export')
-rw-r--r-- | firmware/export/id3.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/firmware/export/id3.h b/firmware/export/id3.h index d3d5dd35ce..5cc600face 100644 --- a/firmware/export/id3.h +++ b/firmware/export/id3.h @@ -199,6 +199,7 @@ struct mp3entry { /* runtime database fields */ short rating; + short score; long playcount; long lastplayed; |