summaryrefslogtreecommitdiff
path: root/manual/working_with_playlists
diff options
context:
space:
mode:
authorDominik Riebeling <Dominik.Riebeling@gmail.com>2012-01-02 10:52:34 +0000
committerDominik Riebeling <Dominik.Riebeling@gmail.com>2012-01-02 10:52:34 +0000
commit32aa4d9e560083ba73ef793f74f618e93dbc43f9 (patch)
tree3823768d0c97951cae5c1cdb4b8c279990039584 /manual/working_with_playlists
parentd46afc629ef69af307ae44945d7a1be2e6afad64 (diff)
downloadrockbox-32aa4d9e560083ba73ef793f74f618e93dbc43f9.tar.gz
rockbox-32aa4d9e560083ba73ef793f74f618e93dbc43f9.zip
Remove duplicate note from manual.
The note on how to recursively insert files into the dynamic playlist is present twice so remove one of them. Since this makes the "Useful Hints" subsection empty remove that as well, there are no hints left that aren't merged into the text. (FS#12504 by Jean-Louis Biasini). While at it remove some hard coded newlines. We really don't want them, if we want a different spacing for new paragraphs this needs to get adjusted in the preamble, not after each paragraph. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@31517 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'manual/working_with_playlists')
-rw-r--r--manual/working_with_playlists/main.tex19
1 files changed, 5 insertions, 14 deletions
diff --git a/manual/working_with_playlists/main.tex b/manual/working_with_playlists/main.tex
index 99f3677c0d..412f77a234 100644
--- a/manual/working_with_playlists/main.tex
+++ b/manual/working_with_playlists/main.tex
@@ -40,7 +40,7 @@ Rockbox can create playlists in four different ways.
40Whenever a song is selected from the \setting{File Browser} with 40Whenever a song is selected from the \setting{File Browser} with
41\ActionTreeEnter, Rockbox will automatically create a playlist containing 41\ActionTreeEnter, Rockbox will automatically create a playlist containing
42all of the songs in that directory and start playback with the selected 42all of the songs in that directory and start playback with the selected
43song.\\ 43song.
44 44
45\note{If you already have created a dynamic playlist, playing a new 45\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. 46 song will \emph{erase} the current dynamic playlist and create a new one.
@@ -60,7 +60,7 @@ playlists that are not currently playing. To do this select \setting{Playlist
60catalogue} in the \setting{Context Menu}. There you will have two choices, 60catalogue} in the \setting{Context Menu}. There you will have two choices,
61\setting{Add to playlist} adds the selected track or directory to an existing 61\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 62playlist and \setting{Add to a new playlist} creates a new playlist containing
63the selected track or directory.\\ 63the selected track or directory.
64 64
65\note{All playlists in the \setting{Playlist catalogue} are stored by default 65\note{All playlists in the \setting{Playlist catalogue} are stored by default
66 in the \fname{/Playlists} directory in the root of your \daps{} disk and 66 in the \fname{/Playlists} directory in the root of your \daps{} disk and
@@ -125,17 +125,17 @@ entire directories to a playlist. If the \setting{Playlist Submenu} is
125invoked on a single track, it will put only that track into the playlist. 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 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 127directory, Rockbox adds all of the tracks in that directory to the
128playlist.\\ 128playlist.
129 129
130\note{You can control whether or not Rockbox includes the contents of 130\note{You can control whether or not Rockbox includes the contents of
131 subdirectories when adding an entire directory to a playlist. Set the 131 subdirectories when adding an entire directory to a playlist. Set the
132 \setting{Settings $\rightarrow$ General Settings $\rightarrow$ Playlist 132 \setting{Settings $\rightarrow$ General Settings $\rightarrow$ Playlist
133 $\rightarrow$ Recursively Insert Directories} setting to \setting{Yes} if 133 $\rightarrow$ Recursively Insert Directories} setting to \setting{Yes} if
134 you would like Rockbox to include tracks in subdirectories as well as tracks 134 you would like Rockbox to include tracks in subdirectories as well as tracks
135 in the currently-selected directory.\\} 135 in the currently-selected directory.}
136 136
137Dynamic playlists are saved so resume will restore them exactly as they 137Dynamic playlists are saved so resume will restore them exactly as they
138were before shutdown.\\ 138were before shutdown.
139 139
140\note{To view, save or reshuffle the current dynamic playlist use the 140\note{To view, save or reshuffle the current dynamic playlist use the
141 \setting{Playlist} sub menu in the WPS context menu or in the 141 \setting{Playlist} sub menu in the WPS context menu or in the
@@ -177,12 +177,3 @@ The \setting{Playlist catalogue} offers a shortcut to all playlists in your
177\daps{} specified playlist directory. 177\daps{} specified playlist directory.
178It can be used like the \setting{File Browser}. 178It can be used like the \setting{File Browser}.
179 179
180\subsection{Helpful Hints}
181
182\subsubsection{Including subdirectories in playlists}
183You can control whether or not Rockbox includes the contents of
184subdirectories when adding an entire directory to a playlists.
185Set the \setting{Main Menu $\rightarrow$ Settings $\rightarrow$ General Settings
186$\rightarrow$ Playlists $\rightarrow$ Recursively Insert Directories}
187setting to \setting{On} if you would like to include tracks in subdirectories
188as well as tracks in the currently selected directory.