blob: a7c2bc129965cf9e65bf87c12f23a0e0280b138a [file] [log] [blame]
Nils Wallméniusbfb8e852007-07-30 09:36:36 +00001% $Id$ %
Nils Wallménius2239bba2006-10-13 16:19:30 +00002\section{\label{ref:working_with_playlists}Working with Playlists}
Michael DiFebbo19975102006-07-31 13:08:21 +00003
Martin Arver0481d5b2006-10-10 15:14:36 +00004\subsection{Playlist terminology}
Nils Wallménius2239bba2006-10-13 16:19:30 +00005Some common terms that are used in Rockbox when referring to
Martin Arver59d27882006-10-10 14:07:28 +00006playlists:
Michael DiFebbo19975102006-07-31 13:08:21 +00007
Martin Arver59d27882006-10-10 14:07:28 +00008\begin{description}
Nils Wallménius2239bba2006-10-13 16:19:30 +00009\item[Directory.] A playlist! One of the keys to getting the most out of
10 Rockbox is understanding that Rockbox \emph{always} considers the song that
11 it is playing to be part of a playlist, and in some situations, Rockbox will
12 create a playlist automatically. For example, if you are playing the
13 contents of a directory, Rockbox will automatically create a playlist
Marianne Arnoldb2f7c612007-12-14 02:03:58 +000014 containing all songs in it. This means that just about anything
Nils Wallménius2239bba2006-10-13 16:19:30 +000015 that is described in this chapter with respect to playlists also applies to
Martin Arver59d27882006-10-10 14:07:28 +000016 directories.
Nils Wallménius2239bba2006-10-13 16:19:30 +000017
18\item[Dynamic playlist.] A dynamic playlist is a playlist that is created
19 ``On the fly.'' Any time you insert or queue tracks using the
Martin Arverb530de02006-10-17 11:28:36 +000020 \setting{Playlist submenu} (see \reference{ref:playlist_submenu}), you are
Martin Arver59d27882006-10-10 14:07:28 +000021 creating (or adding to) a dynamic playlist.
Nils Wallménius2239bba2006-10-13 16:19:30 +000022
23\item[Insert.] In Rockbox, to \setting{Insert} an item into a playlist means
24 putting an item into a playlist and leaving it there, even after it is
25 played. As you will see later in this chapter, Rockbox can \setting{Insert}
Martin Arver59d27882006-10-10 14:07:28 +000026 into a playlist in several places.
Nils Wallménius2239bba2006-10-13 16:19:30 +000027
28\item[Queue.] In Rockbox, to \setting{Queue} a song means to put the song
29 into a playlist and then to remove the song from the playlist once it has
30 been played. The only difference between \setting{Insert} and
31 \setting{Queue} is that the \setting{Queue} option removes the song from the
Martin Arver59d27882006-10-10 14:07:28 +000032 playlist once it has been played, and the \setting{Insert} option does not.
Nils Wallménius2239bba2006-10-13 16:19:30 +000033\end{description}
Michael DiFebbo19975102006-07-31 13:08:21 +000034
Martin Arver0481d5b2006-10-10 15:14:36 +000035\subsection{Creating playlists}
Michael DiFebbo19975102006-07-31 13:08:21 +000036
Nils Wallménius2239bba2006-10-13 16:19:30 +000037Rockbox can create playlists in four different ways.
Michael DiFebbo19975102006-07-31 13:08:21 +000038
Dominik Riebeling77607432007-01-24 19:28:41 +000039\subsubsection{By selecting (``playing'') a song from the File Browser}
Nils Wallménius342c50f2006-12-18 14:10:09 +000040Whenever a song is selected from the \setting{File Browser} with
41\ActionTreeEnter, Rockbox will automatically create a playlist containing
Dominik Riebeling77607432007-01-24 19:28:41 +000042all of the songs in that directory and start playback with the selected
Dominik Riebeling32aa4d92012-01-02 10:52:34 +000043song.
Martin Arver59d27882006-10-10 14:07:28 +000044
Dominik Riebeling77607432007-01-24 19:28:41 +000045\note{If you already have created a dynamic playlist, playing a new
46 song will \emph{erase} the current dynamic playlist and create a new one.
47 If you want to add a song to the current playlist
48 rather than erasing the current
49 playlist, see the section below on how to add music to a playlist.}
Martin Arver59d27882006-10-10 14:07:28 +000050
Martin Arver0481d5b2006-10-10 15:14:36 +000051\subsubsection{By using Insert and Queue functions}
Nils Wallménius342c50f2006-12-18 14:10:09 +000052If playback is stopped, the \setting{Insert} and \setting{Queue} functions
Dominik Riebeling77607432007-01-24 19:28:41 +000053can be used as described in \ref{ref:playlist_submenu}
54to create a new playlist instead of adding to an existing one.
55This will \emph{erase} any dynamic playlist.
Martin Arver59d27882006-10-10 14:07:28 +000056
Alex Parker39cc63e2011-08-09 13:53:39 +000057\subsubsection{\label{ref:playlist_catalogue}By using the Playlist catalogue}
58The \setting{Playlist catalogue} makes it possible to modify and create
59playlists that are not currently playing. To do this select \setting{Playlist
60catalogue} in the \setting{Context Menu}. There you will have two choices,
Nils Wallménius342c50f2006-12-18 14:10:09 +000061\setting{Add to playlist} adds the selected track or directory to an existing
62playlist and \setting{Add to a new playlist} creates a new playlist containing
Dominik Riebeling32aa4d92012-01-02 10:52:34 +000063the selected track or directory.
Nils Wallménius342c50f2006-12-18 14:10:09 +000064
Alex Parker39cc63e2011-08-09 13:53:39 +000065\note{All playlists in the \setting{Playlist catalogue} are stored by default
Marianne Arnold18bcdcc2008-07-06 15:58:24 +000066 in the \fname{/Playlists} directory in the root of your \daps{} disk and
Alex Parker39cc63e2011-08-09 13:53:39 +000067 playlists stored in other locations are not included in the catalogue. It is
Nils Wallménius342c50f2006-12-18 14:10:09 +000068 however possible to move existing playlists there (see
Marianne Arnold90bcefa2008-03-03 23:01:44 +000069 \reference{ref:Contextmenu}).}
Martin Arver59d27882006-10-10 14:07:28 +000070
Martin Arver0481d5b2006-10-10 15:14:36 +000071\subsubsection{By using the Main Menu}
Nils Wallménius342c50f2006-12-18 14:10:09 +000072To create a playlist containing all music on your \dap{}, you can use the
Alex Parker48db5b52009-04-26 10:56:38 +000073\setting{Create Playlist} command in the \setting{Playlists} menu found
Nils Wallménius342c50f2006-12-18 14:10:09 +000074in the \setting{Main Menu}. The created playlist will be named
Alex Parker48db5b52009-04-26 10:56:38 +000075\fname{root.m3u8} and saved in the root of your \daps{} disk.
Michael DiFebbo19975102006-07-31 13:08:21 +000076
Martin Arver0481d5b2006-10-10 15:14:36 +000077\subsection{Adding music to playlists}
Martin Arver59d27882006-10-10 14:07:28 +000078
Martin Arverb530de02006-10-17 11:28:36 +000079\subsubsection{\label{ref:playlist_submenu}Adding music to a dynamic playlist}
Nils Wallménius2239bba2006-10-13 16:19:30 +000080\screenshot{rockbox_interface/images/ss-playlist-menu}{The Playlist Submenu}{}
Marianne Arnold90bcefa2008-03-03 23:01:44 +000081The \setting{Playlist Submenu} is a submenu in the \setting{Context Menu} (see
82\reference{ref:Contextmenu}), it allows you to put tracks into a
Nils Wallménius2239bba2006-10-13 16:19:30 +000083``dynamic playlist''. If there is no music currently playing, Rockbox will
Dominik Riebeling77607432007-01-24 19:28:41 +000084create a new dynamic playlist and put the selected track(s) into it.
85If there is music currently playing, Rockbox will put the
Nils Wallménius2239bba2006-10-13 16:19:30 +000086selected track(s) into the current playlist. The place in which the newly
87selected tracks are added to the playlist is determined by the following
Martin Arver59d27882006-10-10 14:07:28 +000088options:
Michael DiFebbo19975102006-07-31 13:08:21 +000089
Martin Arver59d27882006-10-10 14:07:28 +000090\begin{description}
Nils Wallménius342c50f2006-12-18 14:10:09 +000091\item [Insert.] Add track(s) immediately after any tracks added via the most
92 recent \setting{Insert} operation. If no tracks have yet been added via an
93 \setting{Insert}, new tracks will be added immediately after the current
Dominik Riebeling77607432007-01-24 19:28:41 +000094 playing track. If playback is stopped a new dynamic playlist will get
Dominik Riebelingfd724972010-04-07 20:53:10 +000095 created with the selected tracks.
Martin Arver59d27882006-10-10 14:07:28 +000096
Nils Wallméniusb659c0c2008-03-22 15:26:45 +000097\item [Insert Next.] Add track(s) immediately after current playing
Nils Wallménius2239bba2006-10-13 16:19:30 +000098 track, no matter what else has been inserted.
Martin Arver59d27882006-10-10 14:07:28 +000099
Nils Wallméniusb659c0c2008-03-22 15:26:45 +0000100\item [Insert Last.] Add track(s) to end of playlist.
101
102\item [Insert Shuffled.] Add track(s) to the playlist in a random order.
Dave Hooper494fd962009-10-28 22:27:38 +0000103
104\item [Insert Last Shuffled.] Add tracks in a random order to the end of the playlist.
105
Nils Wallménius2239bba2006-10-13 16:19:30 +0000106\item [Queue.] Queue is the same as Insert except queued tracks are
Thom Johansenc479b992008-02-13 13:32:44 +0000107 deleted immediately from the playlist after they have been played. Also,
Nils Wallménius2239bba2006-10-13 16:19:30 +0000108 queued tracks are not saved to the playlist file (see
109 \reference{ref:playlistoptions}).
Martin Arver59d27882006-10-10 14:07:28 +0000110
Nils Wallméniusb659c0c2008-03-22 15:26:45 +0000111\item [Queue Next.] Queue track(s) immediately after current playing track.
Martin Arver59d27882006-10-10 14:07:28 +0000112
Nils Wallméniusb659c0c2008-03-22 15:26:45 +0000113\item [Queue Last.] Queue track(s) at end of playlist.
Dominik Riebeling46e3f102007-03-04 09:52:04 +0000114
Nils Wallméniusb659c0c2008-03-22 15:26:45 +0000115\item [Queue Shuffled.] Queue track(s) in a random order.
116
Dave Hooper494fd962009-10-28 22:27:38 +0000117\item [Queue Last Shuffled.] Queue tracks in a random order at the end of the playlist.
118
Nils Wallméniusb659c0c2008-03-22 15:26:45 +0000119\item [Play Next.] Replaces all but the current playing track with track(s).
Dominik Riebeling46e3f102007-03-04 09:52:04 +0000120 Current playing track is queued.
Martin Arver59d27882006-10-10 14:07:28 +0000121\end{description}
Michael DiFebbo19975102006-07-31 13:08:21 +0000122
Nils Wallménius2239bba2006-10-13 16:19:30 +0000123The \setting{Playlist Submenu} can be used to add either single tracks or
124entire directories to a playlist. If the \setting{Playlist Submenu} is
125invoked on a single track, it will put only that track into the playlist.
126On the other hand, if the \setting{Playlist Submenu} is invoked on a
127directory, Rockbox adds all of the tracks in that directory to the
Dominik Riebeling32aa4d92012-01-02 10:52:34 +0000128playlist.
Michael DiFebbo19975102006-07-31 13:08:21 +0000129
Dominik Riebeling77607432007-01-24 19:28:41 +0000130\note{You can control whether or not Rockbox includes the contents of
Bertrik Sikken9e7898b2011-05-22 14:01:28 +0000131 subdirectories when adding an entire directory to a playlist. Set the
Nils Wallménius909b9462007-03-03 00:07:31 +0000132 \setting{Settings $\rightarrow$ General Settings $\rightarrow$ Playlist
133 $\rightarrow$ Recursively Insert Directories} setting to \setting{Yes} if
Marianne Arnoldb2f7c612007-12-14 02:03:58 +0000134 you would like Rockbox to include tracks in subdirectories as well as tracks
Dominik Riebeling32aa4d92012-01-02 10:52:34 +0000135 in the currently-selected directory.}
Dominik Riebeling77607432007-01-24 19:28:41 +0000136
Nils Wallménius2239bba2006-10-13 16:19:30 +0000137Dynamic playlists are saved so resume will restore them exactly as they
Dominik Riebeling32aa4d92012-01-02 10:52:34 +0000138were before shutdown.
Michael DiFebbo19975102006-07-31 13:08:21 +0000139
Solomon Peachyfe951272018-12-14 08:20:25 -0500140\note{To view, save, reshuffle, or display the play time of the current
141 dynamic playlist use the
Nils Wallménius909b9462007-03-03 00:07:31 +0000142 \setting{Playlist} sub menu in the WPS context menu or in the
143 \setting{Main Menu}.}
Solomon Peachyfe951272018-12-14 08:20:25 -0500144
Nils Wallménius909b9462007-03-03 00:07:31 +0000145\subsection{Modifying playlists}
Frank Gevaertsbb95d902008-09-23 20:29:32 +0000146\subsubsection{Reshuffling}
Frank Gevaertsabff31b2008-12-21 16:00:57 +0000147Reshuffling the current playlist is easily done from the \setting{Playlist}
Nils Wallménius909b9462007-03-03 00:07:31 +0000148sub menu in the WPS, just select \setting{Reshuffle}.
149
150\subsubsection{Moving and removing tracks}
151To move or remove a track from the current playlist enter the
152\setting{Playlist Viewer} by selecting \setting{View Current Playlist} in the
153\setting{Playlist} submenu in the WPS context menu or the \setting{Main Menu}.
154Once in the \setting{Playlist Viewer} open the context menu on the track you
155want to move or remove. If you want to move the track, select \setting{Move} in
156the context menu and then move the blinking cursor to the place where you want
157the track to be moved and confirm with \ActionStdOk. To remove a track, simply
158select \setting{Remove} in the context menu.
Dominik Riebeling77607432007-01-24 19:28:41 +0000159
Martin Arver0481d5b2006-10-10 15:14:36 +0000160\subsection{Saving playlists}
Nils Wallménius2239bba2006-10-13 16:19:30 +0000161To save the current playlist either enter the \setting{Playlist} submenu
162in the \setting{WPS Context Menu} (see \reference{sec:contextmenu}) and
163select \setting{Save Current Playlist} or enter the
164\setting{Playlist Options} menu in the \setting{Main Menu} and select
165\setting{Save Current Playlist}.
166Either method will bring you to the \setting{Virtual Keyboard} (see
167\reference{sec:virtual_keyboard}), enter a filename for your playlist and
Thom Johansenc479b992008-02-13 13:32:44 +0000168accept it and you are done.
Michael DiFebbo19975102006-07-31 13:08:21 +0000169
Martin Arver0481d5b2006-10-10 15:14:36 +0000170\subsection{Loading saved playlists}
Dominik Riebeling77607432007-01-24 19:28:41 +0000171\subsubsection{Through the \setting{File Browser}}
172Playlist files, like regular music tracks, can be selected through the
173\setting{File Browser}. When loading a playlist from disk it will replace
174the current dynamic playlist.
175
Alex Parker39cc63e2011-08-09 13:53:39 +0000176\subsubsection{Through the \setting{Playlist catalogue}}
177The \setting{Playlist catalogue} offers a shortcut to all playlists in your
Marianne Arnold18bcdcc2008-07-06 15:58:24 +0000178\daps{} specified playlist directory.
Dominik Riebeling77607432007-01-24 19:28:41 +0000179It can be used like the \setting{File Browser}.
Michael DiFebbo19975102006-07-31 13:08:21 +0000180