summaryrefslogtreecommitdiff
path: root/manual/rockbox_interface
diff options
context:
space:
mode:
Diffstat (limited to 'manual/rockbox_interface')
-rw-r--r--manual/rockbox_interface/browsing_and_playing.tex10
-rw-r--r--manual/rockbox_interface/wps.tex28
2 files changed, 23 insertions, 15 deletions
diff --git a/manual/rockbox_interface/browsing_and_playing.tex b/manual/rockbox_interface/browsing_and_playing.tex
index 973c8e08de..baf377634c 100644
--- a/manual/rockbox_interface/browsing_and_playing.tex
+++ b/manual/rockbox_interface/browsing_and_playing.tex
@@ -159,18 +159,20 @@ each option pertains both to files and directories):
159 for more details on viewers. 159 for more details on viewers.
160\item [Create Directory.] 160\item [Create Directory.]
161 Create a new directory in the current directory on the disk. 161 Create a new directory in the current directory on the disk.
162\item [Properties.] 162\item [Properties / Show Track Info.]
163 Shows properties such as size and the time and date of the last modification 163 Shows properties such as size and the time and date of the last modification
164 for the selected file. If used on a directory, the number of files and 164 for the selected file. If used on a directory, the number of files and
165 subdirectories will be shown, as well as the total size. 165 subdirectories will be shown, as well as the total size. If used on a supported
166 audio file, its metadata will be displayed.
166\opt{lcd_non-mono}{ 167\opt{lcd_non-mono}{
167\item [Set As Backdrop.] 168\item [Set As Backdrop.]
168 Set the selected \fname{bmp} file as background image. The bitmaps need to meet the 169 Set the selected \fname{bmp} file as background image. The bitmaps need to meet the
169 conditions explained in \reference{ref:LoadingBackdrops}. 170 conditions explained in \reference{ref:LoadingBackdrops}.
170} 171}
171\item [Add to Shortcuts.] 172\item [Add to Shortcuts.]
172 Adds a link to the selected item in the \fname{shortcuts.link} file. 173 Adds a link to the selected item in the \fname{shortcuts.txt} file
173 If the file does not already exist it will be created in the root directory. 174 (see \reference{ref:MainMenuShortcuts}).
175 If the file does not already exist it will be created in your Rockbox directory.
174 Note that if you create a shortcut to a file, Rockbox will not open it upon 176 Note that if you create a shortcut to a file, Rockbox will not open it upon
175 selecting, but simply bring you to its location in the \setting{File Browser}. 177 selecting, but simply bring you to its location in the \setting{File Browser}.
176\end{description} 178\end{description}
diff --git a/manual/rockbox_interface/wps.tex b/manual/rockbox_interface/wps.tex
index c433b76608..839392b054 100644
--- a/manual/rockbox_interface/wps.tex
+++ b/manual/rockbox_interface/wps.tex
@@ -224,19 +224,24 @@ to a track which can be displayed in the WPS and used in the Database
224browser. The value wraps at 10. 224browser. The value wraps at 10.
225 225
226\subsubsection{\label{ref:createbookmark}Bookmarks} 226\subsubsection{\label{ref:createbookmark}Bookmarks}
227This allows you to create a bookmark in the currently-playing track. Note that bookmarks 227Create a bookmark in the currently playing track, or display existing entries.
228can only be created for directories, or for playlists stored on disk. Unsaved or modified 228Bookmarks can only be used with directories, or playlists stored on
229lists must be saved first. Queued tracks, which are automatically removed after playback, 229disk. If you don't see the option to create a bookmark, try saving the
230do not get stored to the playlist file. When saving, Rockbox will offer to purge the 230current playlist first.
231current playlist of such tracks, so that you'll be able to create bookmarks afterwards. 231
232See \reference{ref:Bookmarkconfigactual} for more information on bookmarks. 232\note{If you've enabled options for queuing tracks (see \reference{ref:queuing}), keep
233in mind that those are not saved to a playlist file.
234When saving, Rockbox will offer to remove queued tracks, so that bookmarking the
235current playlist becomes possible.}
236
237Refer to \reference{ref:Bookmarkconfigactual} for more information on bookmarks.
233 238
234\subsubsection{\label{ref:trackinfoviewer}Show Track Info} 239\subsubsection{\label{ref:trackinfoviewer}Show Track Info}
235\screenshot{rockbox_interface/images/ss-id3-viewer}{The track info viewer}{} 240\screenshot{rockbox_interface/images/ss-id3-viewer}{The track info viewer}{}
236This screen is accessible from the WPS screen, and provides a detailed view of 241Provides a detailed view of all the identity information about the current
237all the identity information about the current track. This info is known as 242or selected track. This info is known as meta data and is stored in audio
238meta data and is stored in audio file formats to keep information on artist, 243file formats to keep information on artist, album etc. To get to this screen
239album etc. To access this screen, % 244from the WPS, %
240\opt{IRIVER_H100_PAD,IRIVER_H300_PAD,IRIVER_H10_PAD,% 245\opt{IRIVER_H100_PAD,IRIVER_H300_PAD,IRIVER_H10_PAD,%
241 SANSA_C200_PAD,SANSA_E200_PAD,SANSA_FUZE_PAD,SANSA_FUZEPLUS_PAD}{ 246 SANSA_C200_PAD,SANSA_E200_PAD,SANSA_FUZE_PAD,SANSA_FUZEPLUS_PAD}{
242 press \ActionWpsIdThreeScreen. }% 247 press \ActionWpsIdThreeScreen. }%
@@ -244,7 +249,8 @@ album etc. To access this screen, %
244 GIGABEAT_PAD,GIGABEAT_S_PAD,MROBE100_PAD,SANSA_CLIP_PAD,PBELL_VIBE500_PAD,% 249 GIGABEAT_PAD,GIGABEAT_S_PAD,MROBE100_PAD,SANSA_CLIP_PAD,PBELL_VIBE500_PAD,%
245 MPIO_HD200_PAD,MPIO_HD300_PAD,SAMSUNG_YH92X_PAD,SAMSUNG_YH820_PAD,XDUOO_X3_PAD}% 250 MPIO_HD200_PAD,MPIO_HD300_PAD,SAMSUNG_YH92X_PAD,SAMSUNG_YH820_PAD,XDUOO_X3_PAD}%
246 {press \ActionWpsContext{} to access the 251 {press \ActionWpsContext{} to access the
247 \setting{WPS Context Menu} and select \setting{Show Track Info}. } 252 \setting{Context Menu}. Then select \setting{Show Track Info}. The same steps
253 work in the Playlist Viewer as well.}
248 254
249\subsubsection{Open With...} 255\subsubsection{Open With...}
250This \setting{Open With} function is the same as the \setting{Open With} 256This \setting{Open With} function is the same as the \setting{Open With}