summaryrefslogtreecommitdiff
path: root/manual/working_with_playlists/main.tex
diff options
context:
space:
mode:
authorNils Wallménius <nils@rockbox.org>2008-03-22 15:26:45 +0000
committerNils Wallménius <nils@rockbox.org>2008-03-22 15:26:45 +0000
commitb659c0c14cbe89cd7602a847e90058e4f39b7fc3 (patch)
treeb2be768ad2c292daea6149b05bf47f947f7c430a /manual/working_with_playlists/main.tex
parent58b5ce2275fdedd9eefda3e33fbf2fb910692dd7 (diff)
downloadrockbox-b659c0c14cbe89cd7602a847e90058e4f39b7fc3.tar.gz
rockbox-b659c0c14cbe89cd7602a847e90058e4f39b7fc3.zip
FS#8740 by Marc Guay correct option names since the changes to english.lang, add some missing menu items, small tweaks by me. I also added descriptions for 'Say File Type' and 'Announce Battery Level'.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@16747 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'manual/working_with_playlists/main.tex')
-rw-r--r--manual/working_with_playlists/main.tex14
1 files changed, 9 insertions, 5 deletions
diff --git a/manual/working_with_playlists/main.tex b/manual/working_with_playlists/main.tex
index 107126e25e..0af0a72890 100644
--- a/manual/working_with_playlists/main.tex
+++ b/manual/working_with_playlists/main.tex
@@ -97,21 +97,25 @@ options:
97 playing track. If playback is stopped a new dynamic playlist will get 97 playing track. If playback is stopped a new dynamic playlist will get
98 created with the selected tracks. 98 created with the selected tracks.
99 99
100\item [Insert next.] Add track(s) immediately after current playing 100\item [Insert Next.] Add track(s) immediately after current playing
101 track, no matter what else has been inserted. 101 track, no matter what else has been inserted.
102 102
103\item [Insert last.] Add track(s) to end of playlist. 103\item [Insert Last.] Add track(s) to end of playlist.
104
105\item [Insert Shuffled.] Add track(s) to the playlist in a random order.
104 106
105\item [Queue.] Queue is the same as Insert except queued tracks are 107\item [Queue.] Queue is the same as Insert except queued tracks are
106 deleted immediately from the playlist after they have been played. Also, 108 deleted immediately from the playlist after they have been played. Also,
107 queued tracks are not saved to the playlist file (see 109 queued tracks are not saved to the playlist file (see
108 \reference{ref:playlistoptions}). 110 \reference{ref:playlistoptions}).
109 111
110\item [Queue next.] Queue track(s) immediately after current playing track. 112\item [Queue Next.] Queue track(s) immediately after current playing track.
111 113
112\item [Queue last.] Queue track(s) at end of playlist. 114\item [Queue Last.] Queue track(s) at end of playlist.
115
116\item [Queue Shuffled.] Queue track(s) in a random order.
113 117
114\item [Play next.] Replaces all but the current playing track with track(s). 118\item [Play Next.] Replaces all but the current playing track with track(s).
115 Current playing track is queued. 119 Current playing track is queued.
116\end{description} 120\end{description}
117 121