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 /manual | |
parent | cd1ccad9d6ef4f95d6cb0d02c77b58e6566dd203 (diff) | |
download | rockbox-226cb7b0b82fe3d3736b8206d8a94c67c359ab64.tar.gz rockbox-226cb7b0b82fe3d3736b8206d8a94c67c359ab64.zip |
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 'manual')
-rw-r--r-- | manual/rockbox_interface/tagcache.tex | 8 | ||||
-rw-r--r-- | manual/rockbox_interface/wps.tex | 5 |
2 files changed, 10 insertions, 3 deletions
diff --git a/manual/rockbox_interface/tagcache.tex b/manual/rockbox_interface/tagcache.tex index c6869c9348..8f7a942eb6 100644 --- a/manual/rockbox_interface/tagcache.tex +++ b/manual/rockbox_interface/tagcache.tex @@ -65,9 +65,11 @@ you can use the database. Unlike \setting{Initialize Now}, the \setting{Update Now} function does not remove runtime database information. -\item[Gather Runtime Data (Experimental).] - When enabled, this option allows the most played, unplayed and most recently - played tracks to be logged and scored. +\item[Gather Runtime Data.] + When enabled, rockbox will record how often and how long a track is being played, + when it was last played and its rating. This information can be displayed in + the WPS and is used in the database browser to, for example, show the most played, + unplayed and most recently played tracks. \item[Export modifications.] This allows for the runtime data to be exported to the file \\ diff --git a/manual/rockbox_interface/wps.tex b/manual/rockbox_interface/wps.tex index 401128ea69..606672b7bc 100644 --- a/manual/rockbox_interface/wps.tex +++ b/manual/rockbox_interface/wps.tex @@ -164,6 +164,11 @@ to bring up the \setting{Playlist Viewer Menu}. \item [Add to playlist] \item [Add to new playlist] \end{description} +\subsubsection{Rating} +The menu entry is only shown if \setting{Gather Runtime Information} is enabled. It allows the +asignment of a personal rating value (0..10) to a track which can be displayed in the WPS (%rr) +and is used in the Database browser. Press \ButtonRight to increment the value (it wraps at 10). + \subsubsection{Bookmarks} This allows you to create a bookmark in the currently-playing track. |