summaryrefslogtreecommitdiff
path: root/manual/working_with_playlists/main.tex
diff options
context:
space:
mode:
authorDave Hooper <dave@beermex.com>2009-10-28 22:27:38 +0000
committerDave Hooper <dave@beermex.com>2009-10-28 22:27:38 +0000
commit494fd9673dc9d1417e357810fe64f36e627cdc05 (patch)
tree00b525cf2dda5013e8e91eb3df20e9a8ca6debd1 /manual/working_with_playlists/main.tex
parent7b1d12e0671b6db76711387482faf528caca9b55 (diff)
downloadrockbox-494fd9673dc9d1417e357810fe64f36e627cdc05.tar.gz
rockbox-494fd9673dc9d1417e357810fe64f36e627cdc05.zip
Committing FS#10717 by Tomasz Kowalyczyk: add PLAYLIST_INSERT_LAST_SHUFFLED (appends the inserted folder into shuffled order to end of playlist)
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@23385 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'manual/working_with_playlists/main.tex')
-rw-r--r--manual/working_with_playlists/main.tex6
1 files changed, 5 insertions, 1 deletions
diff --git a/manual/working_with_playlists/main.tex b/manual/working_with_playlists/main.tex
index 96781e0324..311aa86071 100644
--- a/manual/working_with_playlists/main.tex
+++ b/manual/working_with_playlists/main.tex
@@ -100,7 +100,9 @@ options:
100\item [Insert Last.] Add track(s) to end of playlist. 100\item [Insert Last.] Add track(s) to end of playlist.
101 101
102\item [Insert Shuffled.] Add track(s) to the playlist in a random order. 102\item [Insert Shuffled.] Add track(s) to the playlist in a random order.
103 103
104\item [Insert Last Shuffled.] Add tracks in a random order to the end of the playlist.
105
104\item [Queue.] Queue is the same as Insert except queued tracks are 106\item [Queue.] Queue is the same as Insert except queued tracks are
105 deleted immediately from the playlist after they have been played. Also, 107 deleted immediately from the playlist after they have been played. Also,
106 queued tracks are not saved to the playlist file (see 108 queued tracks are not saved to the playlist file (see
@@ -112,6 +114,8 @@ options:
112 114
113\item [Queue Shuffled.] Queue track(s) in a random order. 115\item [Queue Shuffled.] Queue track(s) in a random order.
114 116
117\item [Queue Last Shuffled.] Queue tracks in a random order at the end of the playlist.
118
115\item [Play Next.] Replaces all but the current playing track with track(s). 119\item [Play Next.] Replaces all but the current playing track with track(s).
116 Current playing track is queued. 120 Current playing track is queued.
117\end{description} 121\end{description}