forked from len0rd/rockbox
Dealing with the description of flash based vs. hard disk based players in the manual. (1) If possible make the phrasing more general. (2) Introducing a 'disk' macro in the platform files for further use. Any workarounds for this problem should be replaced one by one.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13419 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
5acb2d5d76
commit
a352c62ad0
21 changed files with 22 additions and 3 deletions
|
|
@ -275,7 +275,7 @@ Rockbox allows users to store and load multiple settings through the use of
|
||||||
configuration files. A configuration file is simply a text file with the
|
configuration files. A configuration file is simply a text file with the
|
||||||
extension \fname{.cfg}.
|
extension \fname{.cfg}.
|
||||||
|
|
||||||
A configuration file may reside anywhere on the hard disk. Multiple
|
A configuration file may reside anywhere on the disk. Multiple
|
||||||
configuration files are permitted. So, for example, you could have
|
configuration files are permitted. So, for example, you could have
|
||||||
a \fname{car.cfg} file for the settings that you use while playing your
|
a \fname{car.cfg} file for the settings that you use while playing your
|
||||||
jukebox in your car, and a \fname{headphones.cfg} file to store the
|
jukebox in your car, and a \fname{headphones.cfg} file to store the
|
||||||
|
|
@ -362,7 +362,7 @@ Example of a configuration file:
|
||||||
}
|
}
|
||||||
|
|
||||||
\item [Write .cfg file.]This option writes a \fname{.cfg} file to
|
\item [Write .cfg file.]This option writes a \fname{.cfg} file to
|
||||||
your \daps\ hard disk. The configuration file has the \fname{.cfg}
|
your \daps\ disk. The configuration file has the \fname{.cfg}
|
||||||
extension and is used to store all of the user settings that are described
|
extension and is used to store all of the user settings that are described
|
||||||
throughout this manual.
|
throughout this manual.
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -145,7 +145,7 @@ Example for the \config{\%dN} commands: If the path is
|
||||||
\section{Virtual LED}
|
\section{Virtual LED}
|
||||||
\begin{table}
|
\begin{table}
|
||||||
\begin{tagmap}{}{}
|
\begin{tagmap}{}{}
|
||||||
\config{\%lh} & ``h'' if there is hard disk activity\\
|
\config{\%lh} & ``h'' if the \disk\ is accessed\\
|
||||||
\end{tagmap}
|
\end{tagmap}
|
||||||
\end{table}
|
\end{table}
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -19,6 +19,7 @@
|
||||||
\newcommand{\daps}{player's}
|
\newcommand{\daps}{player's}
|
||||||
\newcommand{\firmwarefilename}{\fname{rockbox.e200}}
|
\newcommand{\firmwarefilename}{\fname{rockbox.e200}}
|
||||||
\newcommand{\screenshotsize}{4cm}
|
\newcommand{\screenshotsize}{4cm}
|
||||||
|
\newcommand{\disk}{flash storage}
|
||||||
|
|
||||||
\newcommand{\ButtonLeft}{\btnfnt{Left}}
|
\newcommand{\ButtonLeft}{\btnfnt{Left}}
|
||||||
\newcommand{\ButtonRight}{\btnfnt{Right}}
|
\newcommand{\ButtonRight}{\btnfnt{Right}}
|
||||||
|
|
|
||||||
|
|
@ -18,6 +18,7 @@
|
||||||
\newcommand{\daps}{player's}
|
\newcommand{\daps}{player's}
|
||||||
\newcommand{\firmwarefilename}{\fname{rockbox.gigabeat}}
|
\newcommand{\firmwarefilename}{\fname{rockbox.gigabeat}}
|
||||||
\newcommand{\screenshotsize}{6cm}
|
\newcommand{\screenshotsize}{6cm}
|
||||||
|
\newcommand{\disk}{hard disk}
|
||||||
|
|
||||||
\newcommand{\ButtonPower}{\btnfnt{Power}}
|
\newcommand{\ButtonPower}{\btnfnt{Power}}
|
||||||
\newcommand{\ButtonMenu}{\btnfnt{Menu}}
|
\newcommand{\ButtonMenu}{\btnfnt{Menu}}
|
||||||
|
|
|
||||||
|
|
@ -19,6 +19,7 @@
|
||||||
\newcommand{\daps}{player's}
|
\newcommand{\daps}{player's}
|
||||||
\newcommand{\firmwarefilename}{\fname{rockbox.h10}}
|
\newcommand{\firmwarefilename}{\fname{rockbox.h10}}
|
||||||
\newcommand{\screenshotsize}{4cm}
|
\newcommand{\screenshotsize}{4cm}
|
||||||
|
\newcommand{\disk}{hard disk}
|
||||||
|
|
||||||
\newcommand{\ButtonLeft}{\btnfnt{Cancel}}
|
\newcommand{\ButtonLeft}{\btnfnt{Cancel}}
|
||||||
\newcommand{\ButtonRight}{\btnfnt{Select}}
|
\newcommand{\ButtonRight}{\btnfnt{Select}}
|
||||||
|
|
|
||||||
|
|
@ -19,6 +19,7 @@
|
||||||
\newcommand{\daps}{player's}
|
\newcommand{\daps}{player's}
|
||||||
\newcommand{\firmwarefilename}{\fname{rockbox.h10}}
|
\newcommand{\firmwarefilename}{\fname{rockbox.h10}}
|
||||||
\newcommand{\screenshotsize}{4cm}
|
\newcommand{\screenshotsize}{4cm}
|
||||||
|
\newcommand{\disk}{hard disk}
|
||||||
|
|
||||||
\newcommand{\ButtonLeft}{\btnfnt{Cancel}}
|
\newcommand{\ButtonLeft}{\btnfnt{Cancel}}
|
||||||
\newcommand{\ButtonRight}{\btnfnt{Select}}
|
\newcommand{\ButtonRight}{\btnfnt{Select}}
|
||||||
|
|
|
||||||
|
|
@ -20,6 +20,7 @@
|
||||||
\newcommand{\daps}{player's}
|
\newcommand{\daps}{player's}
|
||||||
\newcommand{\firmwarefilename}{\fname{rockbox.iriver}}
|
\newcommand{\firmwarefilename}{\fname{rockbox.iriver}}
|
||||||
\newcommand{\screenshotsize}{4cm}
|
\newcommand{\screenshotsize}{4cm}
|
||||||
|
\newcommand{\disk}{hard disk}
|
||||||
|
|
||||||
\newcommand{\ButtonLeft}{\btnfnt{Left}}
|
\newcommand{\ButtonLeft}{\btnfnt{Left}}
|
||||||
\newcommand{\ButtonRight}{\btnfnt{Right}}
|
\newcommand{\ButtonRight}{\btnfnt{Right}}
|
||||||
|
|
|
||||||
|
|
@ -22,6 +22,7 @@
|
||||||
\newcommand{\daps}{player's}
|
\newcommand{\daps}{player's}
|
||||||
\newcommand{\firmwarefilename}{\fname{rockbox.iriver}}
|
\newcommand{\firmwarefilename}{\fname{rockbox.iriver}}
|
||||||
\newcommand{\screenshotsize}{6cm}
|
\newcommand{\screenshotsize}{6cm}
|
||||||
|
\newcommand{\disk}{hard disk}
|
||||||
|
|
||||||
\newcommand{\ButtonLeft}{\btnfnt{Left}}
|
\newcommand{\ButtonLeft}{\btnfnt{Left}}
|
||||||
\newcommand{\ButtonRight}{\btnfnt{Right}}
|
\newcommand{\ButtonRight}{\btnfnt{Right}}
|
||||||
|
|
|
||||||
|
|
@ -19,6 +19,7 @@
|
||||||
\newcommand{\daps}{player's}
|
\newcommand{\daps}{player's}
|
||||||
\newcommand{\firmwarefilename}{\fname{rockbox.ipod}}
|
\newcommand{\firmwarefilename}{\fname{rockbox.ipod}}
|
||||||
\newcommand{\screenshotsize}{4cm}
|
\newcommand{\screenshotsize}{4cm}
|
||||||
|
\newcommand{\disk}{hard disk}
|
||||||
|
|
||||||
\newcommand{\ButtonLeft}{\btnfnt{Prev}}
|
\newcommand{\ButtonLeft}{\btnfnt{Prev}}
|
||||||
\newcommand{\ButtonRight}{\btnfnt{Next}}
|
\newcommand{\ButtonRight}{\btnfnt{Next}}
|
||||||
|
|
|
||||||
|
|
@ -19,6 +19,7 @@
|
||||||
\newcommand{\daps}{player's}
|
\newcommand{\daps}{player's}
|
||||||
\newcommand{\firmwarefilename}{\fname{rockbox.ipod}}
|
\newcommand{\firmwarefilename}{\fname{rockbox.ipod}}
|
||||||
\newcommand{\screenshotsize}{4cm}
|
\newcommand{\screenshotsize}{4cm}
|
||||||
|
\newcommand{\disk}{hard disk}
|
||||||
|
|
||||||
\newcommand{\ButtonLeft}{\btnfnt{Prev}}
|
\newcommand{\ButtonLeft}{\btnfnt{Prev}}
|
||||||
\newcommand{\ButtonRight}{\btnfnt{Next}}
|
\newcommand{\ButtonRight}{\btnfnt{Next}}
|
||||||
|
|
|
||||||
|
|
@ -20,6 +20,7 @@
|
||||||
\newcommand{\daps}{player's}
|
\newcommand{\daps}{player's}
|
||||||
\newcommand{\firmwarefilename}{\fname{rockbox.ipod}}
|
\newcommand{\firmwarefilename}{\fname{rockbox.ipod}}
|
||||||
\newcommand{\screenshotsize}{6cm}
|
\newcommand{\screenshotsize}{6cm}
|
||||||
|
\newcommand{\disk}{hard disk}
|
||||||
|
|
||||||
\newcommand{\ButtonLeft}{\btnfnt{Prev}}
|
\newcommand{\ButtonLeft}{\btnfnt{Prev}}
|
||||||
\newcommand{\ButtonRight}{\btnfnt{Next}}
|
\newcommand{\ButtonRight}{\btnfnt{Next}}
|
||||||
|
|
|
||||||
|
|
@ -19,6 +19,7 @@
|
||||||
\newcommand{\daps}{player's}
|
\newcommand{\daps}{player's}
|
||||||
\newcommand{\firmwarefilename}{\fname{rockbox.ipod}}
|
\newcommand{\firmwarefilename}{\fname{rockbox.ipod}}
|
||||||
\newcommand{\screenshotsize}{4cm}
|
\newcommand{\screenshotsize}{4cm}
|
||||||
|
\newcommand{\disk}{hard disk}
|
||||||
|
|
||||||
\newcommand{\ButtonLeft}{\btnfnt{Prev}}
|
\newcommand{\ButtonLeft}{\btnfnt{Prev}}
|
||||||
\newcommand{\ButtonRight}{\btnfnt{Next}}
|
\newcommand{\ButtonRight}{\btnfnt{Next}}
|
||||||
|
|
|
||||||
|
|
@ -20,6 +20,7 @@
|
||||||
\newcommand{\daps}{player's}
|
\newcommand{\daps}{player's}
|
||||||
\newcommand{\firmwarefilename}{\fname{rockbox.ipod}}
|
\newcommand{\firmwarefilename}{\fname{rockbox.ipod}}
|
||||||
\newcommand{\screenshotsize}{4cm}
|
\newcommand{\screenshotsize}{4cm}
|
||||||
|
\newcommand{\disk}{flash storage}
|
||||||
|
|
||||||
\newcommand{\ButtonLeft}{\btnfnt{Prev}}
|
\newcommand{\ButtonLeft}{\btnfnt{Prev}}
|
||||||
\newcommand{\ButtonRight}{\btnfnt{Next}}
|
\newcommand{\ButtonRight}{\btnfnt{Next}}
|
||||||
|
|
|
||||||
|
|
@ -20,6 +20,7 @@
|
||||||
\newcommand{\daps}{player's}
|
\newcommand{\daps}{player's}
|
||||||
\newcommand{\firmwarefilename}{\fname{rockbox.ipod}}
|
\newcommand{\firmwarefilename}{\fname{rockbox.ipod}}
|
||||||
\newcommand{\screenshotsize}{8cm}
|
\newcommand{\screenshotsize}{8cm}
|
||||||
|
\newcommand{\disk}{hard disk}
|
||||||
|
|
||||||
\newcommand{\ButtonLeft}{\btnfnt{Prev}}
|
\newcommand{\ButtonLeft}{\btnfnt{Prev}}
|
||||||
\newcommand{\ButtonRight}{\btnfnt{Next}}
|
\newcommand{\ButtonRight}{\btnfnt{Next}}
|
||||||
|
|
|
||||||
|
|
@ -20,6 +20,7 @@
|
||||||
\newcommand{\daps}{player's}
|
\newcommand{\daps}{player's}
|
||||||
\newcommand{\firmwarefilename}{\fname{rockbox.iaudio}}
|
\newcommand{\firmwarefilename}{\fname{rockbox.iaudio}}
|
||||||
\newcommand{\screenshotsize}{4cm}
|
\newcommand{\screenshotsize}{4cm}
|
||||||
|
\newcommand{\disk}{hard disk}
|
||||||
|
|
||||||
\newcommand{\ButtonLeft}{\btnfnt{Left}}
|
\newcommand{\ButtonLeft}{\btnfnt{Left}}
|
||||||
\newcommand{\ButtonRight}{\btnfnt{Right}}
|
\newcommand{\ButtonRight}{\btnfnt{Right}}
|
||||||
|
|
|
||||||
|
|
@ -21,6 +21,7 @@
|
||||||
\newcommand{\daps}{player's}
|
\newcommand{\daps}{player's}
|
||||||
\newcommand{\firmwarefilename}{\fname{ajbrec.ajz}}
|
\newcommand{\firmwarefilename}{\fname{ajbrec.ajz}}
|
||||||
\newcommand{\screenshotsize}{4cm}
|
\newcommand{\screenshotsize}{4cm}
|
||||||
|
\newcommand{\disk}{flash storage}
|
||||||
|
|
||||||
\newcommand{\ButtonLeft}{\btnfnt{Left}}
|
\newcommand{\ButtonLeft}{\btnfnt{Left}}
|
||||||
\newcommand{\ButtonRight}{\btnfnt{Right}}
|
\newcommand{\ButtonRight}{\btnfnt{Right}}
|
||||||
|
|
|
||||||
|
|
@ -18,6 +18,7 @@
|
||||||
\newcommand{\daps}{player's}
|
\newcommand{\daps}{player's}
|
||||||
\newcommand{\firmwarefilename}{\fname{ajbrec.ajz}}
|
\newcommand{\firmwarefilename}{\fname{ajbrec.ajz}}
|
||||||
\newcommand{\screenshotsize}{4cm}
|
\newcommand{\screenshotsize}{4cm}
|
||||||
|
\newcommand{\disk}{flash storage}
|
||||||
|
|
||||||
\newcommand{\ButtonLeft}{\btnfnt{Left}}
|
\newcommand{\ButtonLeft}{\btnfnt{Left}}
|
||||||
\newcommand{\ButtonRight}{\btnfnt{Right}}
|
\newcommand{\ButtonRight}{\btnfnt{Right}}
|
||||||
|
|
|
||||||
|
|
@ -15,6 +15,7 @@
|
||||||
\newcommand{\daps}{player's}
|
\newcommand{\daps}{player's}
|
||||||
\newcommand{\firmwarefilename}{\fname{archos.mod}}
|
\newcommand{\firmwarefilename}{\fname{archos.mod}}
|
||||||
\newcommand{\screenshotsize}{4cm}
|
\newcommand{\screenshotsize}{4cm}
|
||||||
|
\newcommand{\disk}{hard disk}
|
||||||
|
|
||||||
\newcommand{\ButtonLeft}{\btnfnt{Minus}}
|
\newcommand{\ButtonLeft}{\btnfnt{Minus}}
|
||||||
\newcommand{\ButtonRight}{\btnfnt{Plus}}
|
\newcommand{\ButtonRight}{\btnfnt{Plus}}
|
||||||
|
|
|
||||||
|
|
@ -19,6 +19,7 @@
|
||||||
\newcommand{\daps}{player's}
|
\newcommand{\daps}{player's}
|
||||||
\newcommand{\firmwarefilename}{\fname{ajbrec.ajz}}
|
\newcommand{\firmwarefilename}{\fname{ajbrec.ajz}}
|
||||||
\newcommand{\screenshotsize}{4cm}
|
\newcommand{\screenshotsize}{4cm}
|
||||||
|
\newcommand{\disk}{hard disk}
|
||||||
|
|
||||||
\newcommand{\ButtonOn}{\btnfnt{On}}
|
\newcommand{\ButtonOn}{\btnfnt{On}}
|
||||||
\newcommand{\ButtonOff}{\btnfnt{Off}}
|
\newcommand{\ButtonOff}{\btnfnt{Off}}
|
||||||
|
|
|
||||||
|
|
@ -20,6 +20,7 @@
|
||||||
\newcommand{\daps}{player's}
|
\newcommand{\daps}{player's}
|
||||||
\newcommand{\firmwarefilename}{\fname{ajbrec.ajz}}
|
\newcommand{\firmwarefilename}{\fname{ajbrec.ajz}}
|
||||||
\newcommand{\screenshotsize}{4cm}
|
\newcommand{\screenshotsize}{4cm}
|
||||||
|
\newcommand{\disk}{hard disk}
|
||||||
|
|
||||||
\newcommand{\ButtonOn}{\btnfnt{On}}
|
\newcommand{\ButtonOn}{\btnfnt{On}}
|
||||||
\newcommand{\ButtonOff}{\btnfnt{Off}}
|
\newcommand{\ButtonOff}{\btnfnt{Off}}
|
||||||
|
|
|
||||||
|
|
@ -22,6 +22,7 @@
|
||||||
\newcommand{\daps}{player's}
|
\newcommand{\daps}{player's}
|
||||||
\newcommand{\firmwarefilename}{\fname{rockbox.iaudio}}
|
\newcommand{\firmwarefilename}{\fname{rockbox.iaudio}}
|
||||||
\newcommand{\screenshotsize}{4cm}
|
\newcommand{\screenshotsize}{4cm}
|
||||||
|
\newcommand{\disk}{hard disk}
|
||||||
|
|
||||||
\newcommand{\ButtonLeft}{\btnfnt{Left}}
|
\newcommand{\ButtonLeft}{\btnfnt{Left}}
|
||||||
\newcommand{\ButtonRight}{\btnfnt{Right}}
|
\newcommand{\ButtonRight}{\btnfnt{Right}}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue