forked from len0rd/rockbox
* Add a few things about cuesheet support (setting description, file format and config file option).
* Enable the pause on headphone unplug setting description for the gigabeat. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13017 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
ab9d654c86
commit
e7f72802fa
3 changed files with 13 additions and 1 deletions
|
@ -87,6 +87,8 @@
|
||||||
& on, off & N/A\\
|
& on, off & N/A\\
|
||||||
warn when erasing dynamic playlist
|
warn when erasing dynamic playlist
|
||||||
& on, off & N/A\\
|
& on, off & N/A\\
|
||||||
|
cuesheet support
|
||||||
|
& on, off & N/A\\
|
||||||
%
|
%
|
||||||
\opt{SWCODEC}{
|
\opt{SWCODEC}{
|
||||||
replaygain & on, off & N/A\\
|
replaygain & on, off & N/A\\
|
||||||
|
|
|
@ -12,6 +12,8 @@
|
||||||
& Audio file &
|
& Audio file &
|
||||||
\opt{MASCODEC}{mp3}\opt{SWCODEC}{\emph{various}}
|
\opt{MASCODEC}{mp3}\opt{SWCODEC}{\emph{various}}
|
||||||
& Rockbox takes you to the WPS and starts playing the file \\
|
& Rockbox takes you to the WPS and starts playing the file \\
|
||||||
|
\includegraphics[width=0.37cm]{appendix/images/icon-cuesheet.png}
|
||||||
|
& Cuesheet & \fname{.cue} & View a cuesheet file \\
|
||||||
\includegraphics[width=0.37cm]{appendix/images/icon-wav-file.png}
|
\includegraphics[width=0.37cm]{appendix/images/icon-wav-file.png}
|
||||||
& Wave Audio File & \fname{.wav} & Play a WAV file \\%
|
& Wave Audio File & \fname{.wav} & Play a WAV file \\%
|
||||||
\includegraphics[width=0.37cm]{appendix/images/icon-playlist.png}
|
\includegraphics[width=0.37cm]{appendix/images/icon-playlist.png}
|
||||||
|
|
|
@ -218,7 +218,7 @@ related to audio playback.
|
||||||
\setting{Auto-Change Directory} to function properly.}
|
\setting{Auto-Change Directory} to function properly.}
|
||||||
|
|
||||||
%
|
%
|
||||||
\opt{ipodnano,ipodvideo,ipodmini,ipod4g,ipod3g,ipodcolor}{
|
\opt{ipodnano,ipodvideo,ipodmini,ipod4g,ipod3g,ipodcolor,gigabeatf}{
|
||||||
\item[Pause on headphone unplug.] Enables and disables automatic pausing of
|
\item[Pause on headphone unplug.] Enables and disables automatic pausing of
|
||||||
playback when the headphones are disconnected from the \daps{} headphone
|
playback when the headphones are disconnected from the \daps{} headphone
|
||||||
socket.
|
socket.
|
||||||
|
@ -256,4 +256,12 @@ related to audio playback.
|
||||||
\note{See \wikilink{LastFMLog} for a further description, and for tools you
|
\note{See \wikilink{LastFMLog} for a further description, and for tools you
|
||||||
can use to submit your Last.fm log.}
|
can use to submit your Last.fm log.}
|
||||||
|
|
||||||
|
\item[Cuesheet Support.]\index{Cuesheet Support}
|
||||||
|
Enables reading of cuesheet files for played tracks. If a cuesheet is found
|
||||||
|
for a track, track markers are displayed on the progressbar and it is
|
||||||
|
possible to skip between the tracks within the cuesheet. Also the information
|
||||||
|
found in the cuesheet file will replace the information from the ID3 tags.
|
||||||
|
When you enable this option, you'll have to reboot for it to come into
|
||||||
|
effect.
|
||||||
|
|
||||||
\end{description}
|
\end{description}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue