forked from len0rd/rockbox
Added instructions on how to save a playlist in the new working with playlists section and made some minor cleanup (removed trailing spaces and tabs, broke long lines etc.) fixed a reference in the quickstart.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11215 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
1c3d89c35e
commit
2239bbab04
3 changed files with 74 additions and 66 deletions
|
@ -187,7 +187,7 @@ a so-called ``dynamic playlist'' is generated, unless you play a saved
|
|||
playlist. You can modify the dynamic playlist while playing and also save
|
||||
it to a file. If you don't want to use playlists you can simply play your
|
||||
files folder based.
|
||||
Playlists are covered in detail in \ref{ref:working_with_playlists}.
|
||||
Playlists are covered in detail in \reference{ref:working_with_playlists}.
|
||||
|
||||
\subsubsection{Menu}
|
||||
From the menu you can customise Rockbox. Rockbox itself is very customisable.
|
||||
|
|
|
@ -188,7 +188,7 @@ before shutdown.
|
|||
\note{To view, save or reshuffle the current dynamic playlist, use the
|
||||
\setting{Playlist Options} setting in the WPS Context Menu.}
|
||||
|
||||
\subsection{Virtual Keyboard}
|
||||
\subsection{\label{sec:virtual_keyboard}Virtual Keyboard}
|
||||
\screenshot{rockbox_interface/images/ss-virtual-keyboard}{The virtual keyboard}{}
|
||||
This is the virtual keyboard that is used when entering file names in Rockbox.
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
\section{Working with Playlists}
|
||||
\section{\label{ref:working_with_playlists}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}
|
||||
|
@ -39,10 +39,10 @@ playlists:
|
|||
Rockbox can create playlists in four different ways.
|
||||
|
||||
\subsubsection{By playing a song}
|
||||
|
||||
Whenever a song is selected from the \setting{File Browser} using the
|
||||
\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.
|
||||
\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
|
||||
song will \emph{erase} the current playlist and create a new one. If you
|
||||
|
@ -98,6 +98,14 @@ Dynamic playlists are saved so resume will restore them exactly as they
|
|||
were before shutdown.
|
||||
|
||||
\subsection{Saving playlists}
|
||||
To save the current playlist either enter the \setting{Playlist} submenu
|
||||
in the \setting{WPS Context Menu} (see \reference{sec:contextmenu}) and
|
||||
select \setting{Save Current Playlist} or enter the
|
||||
\setting{Playlist Options} menu in the \setting{Main Menu} and select
|
||||
\setting{Save Current Playlist}.
|
||||
Either method will bring you to the \setting{Virtual Keyboard} (see
|
||||
\reference{sec:virtual_keyboard}), enter a filename for your playlist and
|
||||
accept it and you're done.
|
||||
|
||||
\subsection{Loading saved playlists}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue