Change two occurences of m3u to m3u8, as this is what Rockbox saves in. Thanks to Grahack on IRC for pointing out.

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@20799 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Alex Parker 2009-04-26 10:56:38 +00:00
parent 690f1f1207
commit 48db5b53c5
2 changed files with 10 additions and 7 deletions

View file

@ -174,11 +174,14 @@ to bring up the \setting{Playlist Viewer Menu}.
\subsubsection{Playlist Viewer Menu}
\begin{description}
\item[Show Icons.] This toggles display of the icon for the currently selected
playlist entry and the icon for moving a playlist entry
\item[Show Indicies.] This toggles display of the line numbering for the playlist
\item[Track Display.] This toggles between filename only and full path for playlist entries
\item[Save Current Playlist.] Allows the current playlist to be saved as a \fname{.m3u} playlist file
\item[Show Icons.] This toggles display of the icon for the currently
selected playlist entry and the icon for moving a playlist entry
\item[Show Indicies.] This toggles display of the line numbering for
the playlist
\item[Track Display.] This toggles between filename only and full path
for playlist entries
\item[Save Current Playlist.] Allows the current playlist to be saved as
a \fname{.m3u8} playlist file
\end{description}

View file

@ -73,9 +73,9 @@ the selected track or directory.
\subsubsection{By using the Main Menu}
To create a playlist containing all music on your \dap{}, you can use the
\setting{Create Playlist} command in the \setting{Playlist Options} menu found
\setting{Create Playlist} command in the \setting{Playlists} menu found
in the \setting{Main Menu}. The created playlist will be named
\fname{root.m3u} and saved in the root of your \daps{} disk.
\fname{root.m3u8} and saved in the root of your \daps{} disk.
\subsection{Adding music to playlists}