summaryrefslogtreecommitdiffstats
path: root/manual
diff options
context:
space:
mode:
authorMartin Arver <martin.arver@gmail.com>2006-10-10 15:14:36 +0000
committerMartin Arver <martin.arver@gmail.com>2006-10-10 15:14:36 +0000
commit0481d5bfe21930a87fe77d9cac58b9d7f1ed116b (patch)
treeb2f6560ececce87aaa2a23593366d597e47df89f /manual
parentde2ddea4b48090de963412751f195e4145b3ceff (diff)
downloadrockbox-0481d5bfe21930a87fe77d9cac58b9d7f1ed116b.tar.gz
rockbox-0481d5bfe21930a87fe77d9cac58b9d7f1ed116b.zip
Add playlist section to the manual
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11173 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'manual')
-rw-r--r--manual/rockbox_interface/playback.tex10
-rwxr-xr-xmanual/working_with_playlists/main.tex43
2 files changed, 24 insertions, 29 deletions
diff --git a/manual/rockbox_interface/playback.tex b/manual/rockbox_interface/playback.tex
index dd9f3e13c8..42a6344913 100644
--- a/manual/rockbox_interface/playback.tex
+++ b/manual/rockbox_interface/playback.tex
@@ -48,7 +48,7 @@ the content after inserting the card. This new folders name is generated as
%
\opt{IRIVER_H100_PAD,IRIVER_H300_PAD,RECORDER_PAD,IAUDIO_X5_PAD,ONDIO_PAD,IPOD_4G_PAD,IPOD_3G_PAD}{\ButtonLeft}
\opt{PLAYER_PAD}{\ButtonStop}
- \opt{IRIVER_H10_PAD{\fixme{Add correct key}}
+ \opt{IRIVER_H10_PAD}{\fixme{Add correct key}}
& Go to the parent directory. \\
%
\ActionStdOk{}
@@ -58,7 +58,7 @@ the content after inserting the card. This new folders name is generated as
\opt{IRIVER_H100_PAD,IRIVER_H300_PAD,PLAYER_PAD,RECORDER_PAD}{\ButtonOn}
\opt{IAUDIO_X5_PAD,IPOD_4G_PAD,IPOD_3G_PAD}{\ButtonPlay}
\opt{ONDIO_PAD}{Short press on \ButtonMenu}
- \opt{IRIVER_H10_PAD{\fixme{Add correct key}}
+ \opt{IRIVER_H10_PAD}{\fixme{Add correct key}}
& If there is an audio file playing, returns to the While Playing Screen
(WPS) without stopping playback. \\
%
@@ -311,6 +311,6 @@ This is the virtual keyboard that is used when entering file names in Rockbox.
\input{rockbox_interface/tagcache.tex}
\input{rockbox_interface/wps.tex}
-\
-\section{Using Playlists}
-\fixme{adjust and add the section about working with playlists}
+
+%Include playlist section
+\input{working_with_playlists/main.tex} \ No newline at end of file
diff --git a/manual/working_with_playlists/main.tex b/manual/working_with_playlists/main.tex
index 2d18924af6..45579ec275 100755
--- a/manual/working_with_playlists/main.tex
+++ b/manual/working_with_playlists/main.tex
@@ -1,17 +1,13 @@
-\chapter{Working with Playlists}
-\label{ref:working_with_playlists}
+\section{Working with Playlists}
+\fixme{This section is currently in a half written state, with possible errors
+ and a lot of stuff missing. Please help us fix this chapter by submitting
+ additions/corrections to the tracker}
-\section{Introduction}
-\fixme{This chapter is currently in a half written state, with possible errors.
- Please help us fix this chapter by submitting additions/corrections to the tracker}
-
-\section{Playlist terminology}
-
-Here are some common terms that are used in Rockbox when referring to
+\subsection{Playlist terminology}
+Some common terms that are used in Rockbox when referring to
playlists:
\begin{description}
-
\item[Directory.] A playlist! One of the keys to getting the most out of
Rockbox is understanding that Rockbox \emph{always} considers the song that
it is playing to be part of a playlist, and in some situations, Rockbox will
@@ -23,7 +19,7 @@ playlists:
\item[Dynamic playlist.] A dynamic playlist is a playlist that is created
``On the fly.'' Any time you insert or queue tracks using the
- \setting{Playlist submenu} (see \reference:{playlist_submenu}), you are
+ \setting{Playlist submenu} (see \reference{playlist_submenu}), you are
creating (or adding to) a dynamic playlist.
\item[Insert.] In Rockbox, to \setting{Insert} an item into a playlist means
@@ -38,14 +34,14 @@ playlists:
playlist once it has been played, and the \setting{Insert} option does not.
\end{description}
-\section{Creating playlists}
+\subsection{Creating playlists}
Rockbox can create playlists in four different ways.
-\subsection{Creating playlists by playing a song}
+\subsubsection{By playing a song}
Whenever a song is selected from the \setting{File Browser} using the
-\ButtonSelect{} button, Rockbox will automatically create a playlist
+\opt{IRIVER_H100_PAD,IRIVER_H300_PAD}{\ButtonSelect} button, Rockbox will automatically create a playlist
containing all of the songs in the directory in which that song is located.
\note{If you already have already created a dynamic playlist, playing a new
@@ -53,15 +49,15 @@ containing all of the songs in the directory in which that song is located.
want to add a song to the current playlist rather than erasing the current
playlist, see the section below on ``Adding music to playlists.''}
-\subsection{Creating a dynamic playlist using the Insert and Queue functions}
+\subsubsection{By using Insert and Queue functions}
-\subsection{Creating a playlist using the Playlist Catalog}
+\subsubsection{By using the Playlist Catalog}
-\subsection{Creating a playlist from the Main Menu}
+\subsubsection{By using the Main Menu}
-\section{Adding music to playlists}
+\subsection{Adding music to playlists}
-\subsection{\label{ref:Playlistsubmenu}Adding music to a dynamic playlist}
+\subsubsection{\label{ref:Playlistsubmenu}Adding music to a dynamic playlist}
\screenshot{rockbox_interface/images/ss-playlist-menu}{The Playlist Submenu}{}
The \setting{Playlist Submenu} allows you to put tracks into a
``dynamic playlist''. If there is no music currently playing, Rockbox will
@@ -101,14 +97,13 @@ playlist.
Dynamic playlists are saved so resume will restore them exactly as they
were before shutdown.
-\section{Saving playlists}
-
-\section{Loading saved playlists}
+\subsection{Saving playlists}
-\section{Helpful Hints}
+\subsection{Loading saved playlists}
-\subsection{Including subdirectories in playlists}
+\subsection{Helpful Hints}
+\subsubsection{Including subdirectories in playlists}
You can control whether or not Rockbox includes the contents of
subdirectories when adding an entire directory to a playlists.
Set the \setting{Main Menu $\rightarrow$ Playlist Options $\rightarrow$