progress indication should start at 1, not 0.
[Rockbox.git] / manual / platform / player.tex
blob7a1c675b53ae10f98d81e1ab5e086117adf6dc7b
1 % $Id$ %
2 \def\UseOption{player}
3 \edef\UseOption{\UseOption,MASCODEC}
4 \edef\UseOption{\UseOption,PLAYER_PAD}
5 \edef\UseOption{\UseOption,HAVE_BACKLIGHT}
6 \edef\UseOption{\UseOption,HAVE_DISK_STORAGE}
7 \edef\UseOption{\UseOption,HAVE_CAR_ADAPTER_MODE}
8 \edef\UseOption{\UseOption,archos}
10 \newcommand{\playerman}{Archos}
11 \newcommand{\playertype}{Studio/Player}
12 \newcommand{\playerlongtype}{Jukebox 5000, 6000, Studio 10 and 20}
13 \newcommand{\genericimg}{charx11x1}
14 \newcommand{\specimg}{player}
15 %Used to name the player, e.g. ...to the \dap
16 \newcommand{\dap}{player}
17 %For use when referring to the player. E.g. the \daps\ capacity ...
18 \newcommand{\daps}{player's}
19 \newcommand{\firmwarefilename}{\fname{archos.mod}}
20 \newcommand{\screenshotsize}{4cm}
21 \newcommand{\disk}{hard disk}
23 \newcommand{\ButtonLeft}{\btnfnt{Minus}}
24 \newcommand{\ButtonRight}{\btnfnt{Plus}}
25 \newcommand{\ButtonOn}{\btnfnt{On}}
26 \newcommand{\ButtonMenu}{\btnfnt{Menu}}
27 \newcommand{\ButtonPlay}{\btnfnt{Play}}
28 \newcommand{\ButtonStop}{\btnfnt{Stop}}
30 %Button actions, standard context
31 \newcommand{\ActionStdPrev}{\ButtonLeft}
32 \newcommand{\ActionStdPrevRepeat}{Long \ButtonLeft}
33 \newcommand{\ActionStdNext}{\ButtonRight}
34 \newcommand{\ActionStdNextRepeat}{Long \ButtonRight}
35 \newcommand{\ActionStdCancel}{\ButtonStop}
36 \newcommand{\ActionStdContext}{Long \ButtonPlay}
37 \newcommand{\ActionStdMenu}{\ButtonMenu}
38 \newcommand{\ActionStdOk}{\ButtonPlay}
40 %Button actions, wps context
41 \newcommand{\ActionWpsPlay}{\ButtonPlay}
42 \newcommand{\ActionWpsSkipNext}{\ButtonRight}
43 \newcommand{\ActionWpsSkipPrev}{\ButtonLeft}
44 \newcommand{\ActionWpsSeekBack}{Long \ButtonLeft}
45 \newcommand{\ActionWpsSeekFwd}{Long \ButtonRight}
47 \newcommand{\ActionWpsStop}{\ButtonStop}
48 \newcommand{\ActionWpsVolDown}{\ButtonMenu{} + \ButtonLeft}
49 \newcommand{\ActionWpsVolUp}{\ButtonMenu{} + \ButtonRight}
51 \newcommand{\ActionWpsMenu}{\ButtonMenu}
52 \newcommand{\ActionWpsContext}{Long \ButtonPlay}
53 \newcommand{\ActionWpsBrowse}{\ButtonOn}
54 \newcommand{\ActionWpsIdThreeScreen}{\ButtonMenu{} + \ButtonOn}
56 %Button actions, tree context
57 \newcommand{\ActionTreeWps}{\ButtonOn}
58 \newcommand{\ActionTreeEnter}{\ButtonPlay}
59 \newcommand{\ActionTreeParentDirectory}{\ButtonStop}
61 %Button actions, YesNo context
62 \newcommand{\ActionYesNoAccept}{\ButtonPlay}
64 %Button actions, Setting context
65 \newcommand{\ActionSettingInc}{\ButtonRight}
66 \newcommand{\ActionSettingDec}{\ButtonLeft}