diff options
author | Dominik Riebeling <Dominik.Riebeling@gmail.com> | 2007-03-26 21:47:28 +0000 |
---|---|---|
committer | Dominik Riebeling <Dominik.Riebeling@gmail.com> | 2007-03-26 21:47:28 +0000 |
commit | fd66593c66a1c6a14b13729197fc48b570c14c4b (patch) | |
tree | 220abf6ca14d4de4c8dac74fc465f42687a94e03 /manual | |
parent | 025d8d6133e50d992e34474dfe8febdd0fe0740c (diff) | |
download | rockbox-fd66593c66a1c6a14b13729197fc48b570c14c4b.tar.gz rockbox-fd66593c66a1c6a14b13729197fc48b570c14c4b.zip |
Code police. Add some explanation for playlist catalog.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12933 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'manual')
-rw-r--r-- | manual/rockbox_interface/wps.tex | 26 |
1 files changed, 16 insertions, 10 deletions
diff --git a/manual/rockbox_interface/wps.tex b/manual/rockbox_interface/wps.tex index 606672b7bc..cf2ea7afd4 100644 --- a/manual/rockbox_interface/wps.tex +++ b/manual/rockbox_interface/wps.tex @@ -157,17 +157,23 @@ reshuffle the current playlist. To change settings for the \setting{Playlist Viewer} press \ActionStdMenu{} while viewing the playlist to bring up the \setting{Playlist Viewer Menu}. - \subsubsection{Playlist catalog} - \fixme{Add description of Playlist catalog} - \begin{description} - \item [View catalog] - \item [Add to playlist] - \item [Add to new playlist] - \end{description} +\subsubsection{Playlist catalog} + \begin{description} + \item [View catalog.] This lists all playlists that are part of the + Playlist catalog. You can load a new playlist directly from this list. + \item [Add to playlist.] Adds the currently playing file to a playlist. + Select the playlist you want the file to be added to and it will get + appended to that playlist. + \item [Add to new playlist.] Similar to the previous entry this will + add the currently playing track to a playlist. You need to enter a name + for the new playlist first. + \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). +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 and used in the Database +browser. Press \ButtonRight{} to increment the value. The value wraps at 10. \subsubsection{Bookmarks} This allows you to create a bookmark in the currently-playing track. |