summaryrefslogtreecommitdiffstats
path: root/manual/working_with_playlists
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
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')
-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:
\item [Insert Last.] Add track(s) to end of playlist.
\item [Insert Shuffled.] Add track(s) to the playlist in a random order.
-
+
+\item [Insert Last Shuffled.] Add tracks in a random order to the end of the playlist.
+
\item [Queue.] Queue is the same as Insert except queued tracks are
deleted immediately from the playlist after they have been played. Also,
queued tracks are not saved to the playlist file (see
@@ -112,6 +114,8 @@ options:
\item [Queue Shuffled.] Queue track(s) in a random order.
+\item [Queue Last Shuffled.] Queue tracks in a random order at the end of the playlist.
+
\item [Play Next.] Replaces all but the current playing track with track(s).
Current playing track is queued.
\end{description}