summaryrefslogtreecommitdiff
path: root/manual/advanced_topics/main.tex
diff options
context:
space:
mode:
Diffstat (limited to 'manual/advanced_topics/main.tex')
-rw-r--r--manual/advanced_topics/main.tex12
1 files changed, 7 insertions, 5 deletions
diff --git a/manual/advanced_topics/main.tex b/manual/advanced_topics/main.tex
index f6ba4ae52a..f95692267b 100644
--- a/manual/advanced_topics/main.tex
+++ b/manual/advanced_topics/main.tex
@@ -16,7 +16,8 @@ in the font package at \url{http://www.rockbox.org/daily.shtml}.}
16 \fname{/.rockbox/fonts} directory and the filename must be at most 24 characters 16 \fname{/.rockbox/fonts} directory and the filename must be at most 24 characters
17 long. You can browse the fonts in \fname{/.rockbox/fonts} under 17 long. You can browse the fonts in \fname{/.rockbox/fonts} under
18 \setting{Settings $\rightarrow$ Theme Settings $\rightarrow$ Font} 18 \setting{Settings $\rightarrow$ Theme Settings $\rightarrow$ Font}
19 in the \setting{Main Menu}. 19 in the \setting{Main Menu}.\\
20
20 \note{Advanced Users Only: Any BDF font file up to 16 pixels high should 21 \note{Advanced Users Only: Any BDF font file up to 16 pixels high should
21 be usable with Rockbox. To convert from \fname{.bdf} to \fname{.fnt}, use 22 be usable with Rockbox. To convert from \fname{.bdf} to \fname{.fnt}, use
22 the \fname{convbdf} tool. This tool can be found in the \fname{tools} 23 the \fname{convbdf} tool. This tool can be found in the \fname{tools}
@@ -28,11 +29,11 @@ in the font package at \url{http://www.rockbox.org/daily.shtml}.}
28Rockbox can load language files at runtime. Simply copy the \fname{.lng} file 29Rockbox can load language files at runtime. Simply copy the \fname{.lng} file
29\emph{(do not use the .lang file)} to the \dap\ and ``play'' it in the 30\emph{(do not use the .lang file)} to the \dap\ and ``play'' it in the
30Rockbox directory browser or select \setting{Settings $\rightarrow$ 31Rockbox directory browser or select \setting{Settings $\rightarrow$
31General Settings $\rightarrow$ Language }from the \setting{Main Menu}. 32General Settings $\rightarrow$ Language }from the \setting{Main Menu}.\\
32 33
33\note{If you want a language to be loaded automatically every time you start 34\note{If you want a language to be loaded automatically every time you start
34up, it must be located in the \fname{/.rockbox/langs} directory and the filename 35up, it must be located in the \fname{/.rockbox/langs} directory and the filename
35must be a maximum of 24 characters long.} 36must be a maximum of 24 characters long.\\}
36 37
37If your language is not yet supported and you want to write your own language 38If your language is not yet supported and you want to write your own language
38file find the instructions on the Rockbox website: 39file find the instructions on the Rockbox website:
@@ -220,7 +221,7 @@ plan).
220If you use the upper-case versions of the 221If you use the upper-case versions of the
221three tags: \config{F}, \config{I} and \config{D}, they will instead refer to 222three tags: \config{F}, \config{I} and \config{D}, they will instead refer to
222the next song instead of the current one. Example: \config{\%Ig} is the genre 223the next song instead of the current one. Example: \config{\%Ig} is the genre
223name used in the next song and \config{\%Ff} is the mp3 frequency. 224name used in the next song and \config{\%Ff} is the mp3 frequency.\\
224 225
225\note{The next song information \emph{will not} be available at all 226\note{The next song information \emph{will not} be available at all
226 times, but will most likely be available at the end of a song. We 227 times, but will most likely be available at the end of a song. We
@@ -396,7 +397,7 @@ Example of a configuration file:
396 settings. Create a few different files with different settings, give 397 settings. Create a few different files with different settings, give
397 each file a different name (such as \fname{car.cfg}, 398 each file a different name (such as \fname{car.cfg},
398 \fname{headphones.cfg}, etc.), and you can then use the \setting{Browse .cfg 399 \fname{headphones.cfg}, etc.), and you can then use the \setting{Browse .cfg
399 files} option to quickly change settings.} 400 files} option to quickly change settings.\\}
400 401
401 A special case configuration file can be used to force a particular setting 402 A special case configuration file can be used to force a particular setting
402 or settings every time Rockbox starts up (e.g. to set the volume to a safe 403 or settings every time Rockbox starts up (e.g. to set the volume to a safe
@@ -482,6 +483,7 @@ You just ``play'' a file with the extension %
482\opt{iaudio}{\fname{.iaudio}.} % 483\opt{iaudio}{\fname{.iaudio}.} %
483\opt{sansa,h10,h10_5gb}{\fname{.mi4}.} % 484\opt{sansa,h10,h10_5gb}{\fname{.mi4}.} %
484\opt{sansaAMS}{\fname{.sansa}.} % 485\opt{sansaAMS}{\fname{.sansa}.} %
486\opt{gigabeatf,gigabeats}{\fname{.gigabeat}.} %
485This can be used to test new firmware versions without deleting your 487This can be used to test new firmware versions without deleting your
486current version. 488current version.
487 489