From 6d4c19707ef95942e323cbdc89fbbfdbe45e7cc5 Mon Sep 17 00:00:00 2001 From: Björn Stenberg Date: Mon, 8 Jan 2007 23:52:01 +0000 Subject: Splitting out www git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11952 a1c6a512-1295-4272-9138-f99709370657 --- www/manual/Makefile | 9 -- www/manual/dir.t | 98 ------------- www/manual/general.t | 87 ----------- www/manual/index.t | 46 ------ www/manual/manual.t | 2 - www/manual/menu-buttons.t | 8 - www/manual/menu.t | 26 ---- www/manual/play-boot.png | Bin 182 -> 0 bytes www/manual/play-keyboard-Naentered.png | Bin 4408 -> 0 bytes www/manual/play-keyboard-Nselected.png | Bin 4348 -> 0 bytes www/manual/play-keyboard-accept.png | Bin 4293 -> 0 bytes www/manual/play-keyboard-initial.png | Bin 4379 -> 0 bytes www/manual/play-keyboard.t | 94 ------------ www/manual/rec-boot.png | Bin 519 -> 0 bytes www/manual/rec-dir.png | Bin 595 -> 0 bytes www/manual/rec-folder.png | Bin 232 -> 0 bytes www/manual/rec-generalsettings.png | Bin 1095 -> 0 bytes www/manual/rec-logo.png | Bin 1146 -> 0 bytes www/manual/rec-m3u.png | Bin 218 -> 0 bytes www/manual/rec-menu.png | Bin 477 -> 0 bytes www/manual/rec-mp3.png | Bin 219 -> 0 bytes www/manual/rec-soundsettings.png | Bin 582 -> 0 bytes www/manual/rec-volume.png | Bin 495 -> 0 bytes www/manual/rec-wps.png | Bin 620 -> 0 bytes www/manual/settings-buttons.t | 7 - www/manual/sound.t | 41 ------ www/manual/textreader.t | 29 ---- www/manual/wormlet.t | 259 --------------------------------- www/manual/wps.t | 78 ---------- 29 files changed, 784 deletions(-) delete mode 100644 www/manual/Makefile delete mode 100644 www/manual/dir.t delete mode 100644 www/manual/general.t delete mode 100644 www/manual/index.t delete mode 100644 www/manual/manual.t delete mode 100644 www/manual/menu-buttons.t delete mode 100644 www/manual/menu.t delete mode 100644 www/manual/play-boot.png delete mode 100644 www/manual/play-keyboard-Naentered.png delete mode 100644 www/manual/play-keyboard-Nselected.png delete mode 100644 www/manual/play-keyboard-accept.png delete mode 100644 www/manual/play-keyboard-initial.png delete mode 100644 www/manual/play-keyboard.t delete mode 100644 www/manual/rec-boot.png delete mode 100644 www/manual/rec-dir.png delete mode 100644 www/manual/rec-folder.png delete mode 100644 www/manual/rec-generalsettings.png delete mode 100644 www/manual/rec-logo.png delete mode 100644 www/manual/rec-m3u.png delete mode 100644 www/manual/rec-menu.png delete mode 100644 www/manual/rec-mp3.png delete mode 100644 www/manual/rec-soundsettings.png delete mode 100644 www/manual/rec-volume.png delete mode 100644 www/manual/rec-wps.png delete mode 100644 www/manual/settings-buttons.t delete mode 100644 www/manual/sound.t delete mode 100644 www/manual/textreader.t delete mode 100644 www/manual/wormlet.t delete mode 100644 www/manual/wps.t (limited to 'www/manual') diff --git a/www/manual/Makefile b/www/manual/Makefile deleted file mode 100644 index 751a62f256..0000000000 --- a/www/manual/Makefile +++ /dev/null @@ -1,9 +0,0 @@ -ACTION=@echo preprocessing $@; rm -f $@; $(HOME)/bin/fcpp -WWW -I.. -Uunix -H -C -V -LL >$@ - -SRC := $(wildcard *.t) -OBJS := $(SRC:%.t=%.html) - -all: $(OBJS) - -%.html : %.t - $(ACTION) $< diff --git a/www/manual/dir.t b/www/manual/dir.t deleted file mode 100644 index e41530ce84..0000000000 --- a/www/manual/dir.t +++ /dev/null @@ -1,98 +0,0 @@ -#define _PAGE_ Manual - Directory Browser -#include "head.t" -#include "manual.t" - -

- - -
-Dir browser -
Recorder screenshot -
- - -

-In the dir browser, you navigate your way around the harddisk. -There are icons on the left side of each file that shows what file type it is. - -

-The list of files you see is affected by the -"Show files" setting. - -

Button bindings

- - - - - - - - - - - - - - - - - - - - - -
ButtonFunction
UP/DOWN (r)
LEFT/RIGHT (p)
- Go to previous/next item in list. If you are on the first/last entry, - the cursor will wrap to the last/first entry. -
ON + UP/DOWN - (Recorder only:) Move one page up/down in list. -
LEFT (r)
STOP (p)
Go to the parent directory. -
PLAY Action depends on the file type the cursor points at: -
-
Directory -
The browser enters that directory. - -
.mp3 file -
You will be taken to the WPS -and start playing the file. - -
.m3u file -
The playlist will be loaded and started and you will then be taken to the WPS. - -
.ajz (recorder) or .mod (player) file -
The firmware file will be loaded and executed. - -
.wps file -
The file will be loaded and used for the wps display. - Look here for information about - the .wps file format. - -
.cfg file -
The file will be loaded and the sound settings will be set accordingly. - Look here for information about - the .cfg file format. - -
.lng file -
The language file will be loaded and replace the current language. - Look here for downloadable language files. - -
.txt file -
The text file will be displayed in the Text Reader. - -
.fnt file -
(Recorder only:) The font will be loaded and used in place of the - default font. - Look here for downloadable fonts. - -
-
- ON - - If there is an mp3 playing, this will go back to the WPS. -
- OFF (r) - - If there is an mp3 playing, this stops playback. -
F1 (r)
MENU (p)
Switches to the main menu.
F2 (r)(Recorder only) Show browse/play settings screen. A quick press will leave the screen up (press F2 again to exit), while holding it will close the screen when you release it.
F3 (r)(Recorder only) Show display settings screen. Quick/hold works as for F2.
- -#include "foot.t" diff --git a/www/manual/general.t b/www/manual/general.t deleted file mode 100644 index 54622ed607..0000000000 --- a/www/manual/general.t +++ /dev/null @@ -1,87 +0,0 @@ -#define _PAGE_ Manual - General Settings -#include "head.t" -#include "manual.t" - -

Playback

- - -

File View

- - -

Display

- - -

System

- - -#include "settings-buttons.t" - -#include "foot.t" - diff --git a/www/manual/index.t b/www/manual/index.t deleted file mode 100644 index 86613e2e0f..0000000000 --- a/www/manual/index.t +++ /dev/null @@ -1,46 +0,0 @@ -#define _PAGE_ User Manual -#include "head.t" - -

General concept

-

-The Rockbox user interface consists of three main screens: -

- -

The Directory Browser is where you find yourself -immediately after boot. It is used for exploring your harddisk and selecting files for playing or other functions. Click here for more information. - -

The While Playing Screen is the screen displayed while you are playing mp3 files. It contains information about the track you are playing. Click here for more information. - -

The Menu is where you can access all settings and auxiliary functions of the Rockbox software. Click here for more information. - -

Configuration

- -

Apart from all the settings, the major points -of configuration are: - -

- -

Button notation

-

-Since the Players and the Recorders provide mostly the same functions, this manual describes them both in the same pages. However, the key bindings differ for various features. This will be noted by a a (p) or (r) suffix to the key, like this: - -

- - - - -
ButtonFunction
UP (r)
LEFT (p)
Go to previous item in list. -
- -

In the above example: Recorders use the UP button while players use the LEFT button. - -#include "foot.t" diff --git a/www/manual/manual.t b/www/manual/manual.t deleted file mode 100644 index 8de599ddd3..0000000000 --- a/www/manual/manual.t +++ /dev/null @@ -1,2 +0,0 @@ -

User Manual Front Page
- diff --git a/www/manual/menu-buttons.t b/www/manual/menu-buttons.t deleted file mode 100644 index 654bc881b9..0000000000 --- a/www/manual/menu-buttons.t +++ /dev/null @@ -1,8 +0,0 @@ -

Button bindings

- - - - - - -
ButtonFunction
UP (r)
LEFT (p)
Move up in menu
DOWN (r)
RIGHT (p)
Move down in menu
PLAYSelect item
LEFT (r)
STOP (p)
Exit menu
diff --git a/www/manual/menu.t b/www/manual/menu.t deleted file mode 100644 index 5f3a7ad595..0000000000 --- a/www/manual/menu.t +++ /dev/null @@ -1,26 +0,0 @@ -#define _PAGE_ Manual - Main Menu -#include "head.t" -#include "manual.t" -

-Main menu -
Recorder screenshot - -

The main menu offers: -

- -#include "menu-buttons.t" - -#include "foot.t" diff --git a/www/manual/play-boot.png b/www/manual/play-boot.png deleted file mode 100644 index ab6d76a563..0000000000 Binary files a/www/manual/play-boot.png and /dev/null differ diff --git a/www/manual/play-keyboard-Naentered.png b/www/manual/play-keyboard-Naentered.png deleted file mode 100644 index 088aa0e605..0000000000 Binary files a/www/manual/play-keyboard-Naentered.png and /dev/null differ diff --git a/www/manual/play-keyboard-Nselected.png b/www/manual/play-keyboard-Nselected.png deleted file mode 100644 index 8fd7cc473d..0000000000 Binary files a/www/manual/play-keyboard-Nselected.png and /dev/null differ diff --git a/www/manual/play-keyboard-accept.png b/www/manual/play-keyboard-accept.png deleted file mode 100644 index cebdfa6f45..0000000000 Binary files a/www/manual/play-keyboard-accept.png and /dev/null differ diff --git a/www/manual/play-keyboard-initial.png b/www/manual/play-keyboard-initial.png deleted file mode 100644 index df1e453e4d..0000000000 Binary files a/www/manual/play-keyboard-initial.png and /dev/null differ diff --git a/www/manual/play-keyboard.t b/www/manual/play-keyboard.t deleted file mode 100644 index bda482b6fd..0000000000 --- a/www/manual/play-keyboard.t +++ /dev/null @@ -1,94 +0,0 @@ -#define _PAGE_ Manual - Player keyboard -#include "head.t" -#include "manual.t" - -

- The keyboard allows you to edit text. The first line holds the - text being edited and the second line is a combined menu line - where you both can select characters for insertion and the - operations; backspace, delete, accept and abort. -

- -

- You move between the lines using the normal LEFT and RIGHT - buttons. An arrow to the left indicate what line is selected. The - second line will scroll. This is like like in most menus except - that the first line will always show the text being edited. -

- -

Button bindings and functionality

- - - - - - - -
LineFunction and key bindings
FirstText - Use UP and DOWN to move the cursor
Second - - - - - - - - - - - - - -
CharactersChars selectable for - input. With ON insert the char between the - arrows. Select another character by using UP and - DOWN. Finally change the character subset with - MENU. There are three subsets to choose from: - capital letters, small letters and others.
BackspaceUse UP to delete the char to the - left the cursor.
DeleteUse UP to delete char under the - cursor
AcceptUP accepts the text and returns - to the application
AbortUP returns to the application - without any change
-
- -

Example

- -

Supposed we want edit the text "file.mp3" and change it to - "fileName.mp3". Maybe as a part of doing a rename operation. This - is how the screen will look:

- - - -

Note how the arrow points to the first line. This means that UP - and DOWN will move the cursor on the first line so that you can - select where to insert a char or where to delete chars.

- -

Now we press DOWN three times to move the cursor so it will be - above the dot. The we move down to the second line by pressing - RIGHT. Finally we select the character N by pressing UP a few - times. You will se that the second line will scroll to the left - placing a new character between the arrows each time you press - UP. We continue doing this until we have N between the arrows. The - screen will look something like this then.

- - - -

We are now ready to insert out first character. Press ON and N - will be inserted at the place of the cursor.

- -

To get to the small letters we press MENU, move to 'a' by using - UP and DOWN, insert it by pressing ON.

- - - -

Finally to feed our new text back to the application requesting - this we move further down by pressing RIGHT. This will scroll the - second line vertically, move away the character insertion line and - another menu line will be visible. We continue pressing RIGHT until - the menu choice Accept is visible.

- - - -

We acknowledge this by pressing UP. We are done. We will now be - taken back to where we were before entering the keyboard.

- -#include "foot.t" diff --git a/www/manual/rec-boot.png b/www/manual/rec-boot.png deleted file mode 100644 index 6aca22b879..0000000000 Binary files a/www/manual/rec-boot.png and /dev/null differ diff --git a/www/manual/rec-dir.png b/www/manual/rec-dir.png deleted file mode 100644 index 2c211a83d9..0000000000 Binary files a/www/manual/rec-dir.png and /dev/null differ diff --git a/www/manual/rec-folder.png b/www/manual/rec-folder.png deleted file mode 100644 index 92095368ad..0000000000 Binary files a/www/manual/rec-folder.png and /dev/null differ diff --git a/www/manual/rec-generalsettings.png b/www/manual/rec-generalsettings.png deleted file mode 100644 index acfa2a7c70..0000000000 Binary files a/www/manual/rec-generalsettings.png and /dev/null differ diff --git a/www/manual/rec-logo.png b/www/manual/rec-logo.png deleted file mode 100644 index d79f0b2dc0..0000000000 Binary files a/www/manual/rec-logo.png and /dev/null differ diff --git a/www/manual/rec-m3u.png b/www/manual/rec-m3u.png deleted file mode 100644 index c1940c8bf5..0000000000 Binary files a/www/manual/rec-m3u.png and /dev/null differ diff --git a/www/manual/rec-menu.png b/www/manual/rec-menu.png deleted file mode 100644 index e3cfea5735..0000000000 Binary files a/www/manual/rec-menu.png and /dev/null differ diff --git a/www/manual/rec-mp3.png b/www/manual/rec-mp3.png deleted file mode 100644 index 6ea793f6ce..0000000000 Binary files a/www/manual/rec-mp3.png and /dev/null differ diff --git a/www/manual/rec-soundsettings.png b/www/manual/rec-soundsettings.png deleted file mode 100644 index 46e67aa28f..0000000000 Binary files a/www/manual/rec-soundsettings.png and /dev/null differ diff --git a/www/manual/rec-volume.png b/www/manual/rec-volume.png deleted file mode 100644 index bb5c873508..0000000000 Binary files a/www/manual/rec-volume.png and /dev/null differ diff --git a/www/manual/rec-wps.png b/www/manual/rec-wps.png deleted file mode 100644 index 5f9b16ce40..0000000000 Binary files a/www/manual/rec-wps.png and /dev/null differ diff --git a/www/manual/settings-buttons.t b/www/manual/settings-buttons.t deleted file mode 100644 index 1fb24c850b..0000000000 --- a/www/manual/settings-buttons.t +++ /dev/null @@ -1,7 +0,0 @@ -

Button bindings

- - - - - -
ButtonFunction
UP (r)
LEFT (p)
Decrease value / choose previous
DOWN (r)
RIGHT (p)
Increase value / choose next
LEFT (r)
STOP (p)
Exit setting
diff --git a/www/manual/sound.t b/www/manual/sound.t deleted file mode 100644 index 292bbed133..0000000000 --- a/www/manual/sound.t +++ /dev/null @@ -1,41 +0,0 @@ -#define _PAGE_ Manual - Sound Settings -#include "head.t" -#include "manual.t" - -

- This menu offers a selection of sound properties you may change - to improve your sound experience. - -

-
Volume -
The sound volume your music is played at. Although settable range is 0-100%, many units don't produce audible output below 40%. - -
Bass -
Bass emphasis or suppression. 0 is flat. - -
Treble -
Treble emphasis or suppression. 0 is flat. - -
Balance -
Adjusts left/right channel balance. - is left, + is right. - -
Channels -
Select which channels to hear: Left, Right, Stereo (both, separated) or Mono (both, mixed). - -
Loudness (Recorder only) -
Loudness is an effect which emphasises bass and treble. - -
Bass Boost (Recorder only) -
Bass Boost exploits the psychoacoustic phenomenon of the "missing fundamental" by creating harmonics of the frequencies below the center frequency of the bandpass filter. This enables a loudspeaker to display frequencies that are below its cutoff frequency. - -
Auto Volume (Recorder only) -
Auto volume is a feature that automaticly lowers the volume on loud parts, -and then slowly restores the volume to the previous level during N seconds. -That N time is configurable here. - -
- -#include "settings-buttons.t" - -#include "foot.t" - diff --git a/www/manual/textreader.t b/www/manual/textreader.t deleted file mode 100644 index 88c3ec4710..0000000000 --- a/www/manual/textreader.t +++ /dev/null @@ -1,29 +0,0 @@ -#define _PAGE_ Manual - Text Reader -#include "head.t" -#include "manual.t" - - - -

The text reader is a rather primitive tool to view plain text files. - -

Button bindings

- -

- - - - - - - - - - - - - - - -
KeyFunction
UP/DOWN (r)
LEFT/RIGHT (p)
Move one line up/down
LEFT/RIGHT (r)
MENU + LEFT/RIGHT (p)
Move one column left/right
ON + UP/DOWN (r) (Recorder only) Move one page up/down
ON + LEFT/RIGHT (r) (Recorder only) Move one screen left/right
OFF (r)
STOP (p)
Exit
- -#include "foot.t" diff --git a/www/manual/wormlet.t b/www/manual/wormlet.t deleted file mode 100644 index 7d56a6e556..0000000000 --- a/www/manual/wormlet.t +++ /dev/null @@ -1,259 +0,0 @@ -#define _PAGE_ Manual - Wormlet -#include "head.t" -#include "manual.t" - -

Overview

-

Wormlet is a multi-user multi-worm game on a multi-threaded multi-functional -rockbox console. You navigate a humgry little worm. Help -your worm to find food and to avoid poisoned argh-tiles. The goal -is to turn your tiny worm into a big worm as long as possible.

- -

System requirements

-

To play Wormlet you need an Archos Jukebox Recorder upgraded with Rockbox open -source jukebox firmware. Ensure that your version of Rockbox has games complied -in. Note that not all Rockbox versions contain Wormlet as the games are a -optional at compile time.

-

For 2-player games a remote control is not necessary but recommended. If you -try to hold the Jukebox in the four hands of two players you'll find out why. -Games with three players are only possible using a remote control.

- -

Start the game

-

Hit F1 on the jukebox to enter the menu. Use the arrow keys to select the -entry 'Games' and then 'Wormlet'.

- -

Game Options

-

Before the game starts a configuration panel appears. Here you select the -number of players, the number of worms and the control mode of the game.

-

Players

-

With the up and down keys of the Jukebox you can adjust the number of -players that take part in the game. To each player a worm will be assigned. -If there are more worms than players in the game those worms will be -steered by the Jukebox with artificial stupidity. This enables you to play -against opponents if you lack of friends. If you are smart: maybe you should -put away Wormlet every now and then to make new friends that can steer the -worms more intelligently than artificial stupidity. Although: sometimes human -stipidity outstupids artificial stupidity... But that doesn't apply to _your_ -friends.

-

By specifying 0 players you enter the couch-potato-mode. All worms are -controlled by artificial stupidity and thus out of control. Grab some popcorn -and watch the worms fight each other. Maybe you feel like supporting a worm -of your choice loudly.

- -

Worms

-Adjust the number of worms that take part in the game. Note that you can have -more worms than players but not more players than worms. Worms without a player -are controlled by artificial stupidity. - -

Control

-Using the F1 key you can select the control mode. The available control modes -depend on the number of players taking part in the game. Only in single player -games the 4 Key control is available. It would be unfair if you had to -distinguish four keys while your opponent is already busy with only two .... - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
PlayersModesPlayer 1Player 2Player 3
0Out of control - With no player taking part in the game all worms are out of control and - steered by artificial stupidity. -
12 Key control - on Jukebox
- left: turn worm left
- right: turn worm right -
--
4 Key control - on Jukebox
- left: make worm creep left
- up: make worm creep up
- right: make worm creep right
- down: make worm creep down -
--
2Remote Control - on Jukebox
- left: turn worm left
- right: turn worm right
-
- on remote control
- Volume down: turn worm left
- Volume up: turn worm right
-
-
No rem. control - on Jukebox
- left: turn worm left
- right: turn worm right
-
- on Jukebox
- F2: turn worm left
- F3: turn worm right
-
-
3Remote control - on Jukebox
- left: turn worm left
- right: turn worm right
-
- on remote control
- Volume down: turn worm left
- Volume up: turn worm right
-
- on Jukebox
- F2: turn worm left
- F3: turn worm right
-
- -

Start the game

-

When you have finished selecting the game options you start the game by -pressing the 'play' or 'on' button. The field is populated with food, -argh tiles and of course the worms. According to your selectin up to -three worms appear. All worms start creeping to the right. -The worm of player 1 is the top most worm, player 2 controls the worm in -the middle, the third worm is driven by player 3.

- -

The game

-

Use the control keys of your worm to navigate around obstacles and find -food. Worms can not stop creeping besides when dead. Dead worms are no fun. -Be careful as your worm will try to eat anything that you steer it -across. It doesn't distinguish wether it's eatable or not.

- -

Food

-

The small quadratical hollow pieces are food. By creeping your worm over a -food tile you make it eat. After you ate your worm grows. Each time a piece -of food has been eaten a new piece of food will pop up somewhere. -Unfortunately for each new food that appears two new argh pieces will appear, -too.

- -

Argh

-You surely wondered what the heaven an argh might be. An argh is a -black quadratical poisoned piece - slightly bigger than food - that makes a -worm say "Argh!" when creeping against. A worm that tried to eat an argh is -dead. Thus you must avoid eating argh under any circumstances. Arghs have -the annoying tendency to accumulate. - -

Worms

-Thou shall not eat worms. Neither other worms nor yourself. Eating worms is -plasphemic canibalism, not healthy and causes instant death. And it doesn't -help you anyway: you can't hurt the other worm by biting it. It will go -on creeping happily and eat all the food you left on the table. - -

Walls

-Don't creep against the walls. Walls are not eatable. Creeping a worm against -a wall causes it a headache it doesn't survive. - -

Game over

-The game is over when all worms are dead. The longest worm wins the game. - -

Pause the game

-Press the play key to pause the game. Hit play again to resume the game. - -

Stop the game

-There are two ways to stop a running game. - - -

The score board

-On the right side of the game field you can see the score board. For each worm -it displays its status and its length. The top most entry displays the state of -worm 1, the second worm 3 and the third worm 3. When a worm dies it's entry on the -score board turns black. - -

Len:

-Here the current length of the worm is displayed. When a worm is on food it -grows by one pixel for each step it creeps. - -

Hungry

-That's the normal state of a worm. Worms are always hungry and want to eat. -It's good to have a hungry worm since it means that your worm is alive. But -it's better to get your worm growing. - -

Growing

-When your worm has eaten a piece of food it starts growing. For each step -it creeps it can grow by one pixel. One piece of food lasts for 7 steps. -After your worm has crept 7 steps the food is used up. If you encounter -another piece of food while growing don't hesitate to eat it. It will increase -your growing state for another 7 steps. - -

Crashed

-This indicats that you crashed your poor worm against a wall. That was evil. -Go and find something hard and smash it against your forehead so you feel -what you did to your worm. And don't use your Jukebox. You might damage it and -with its soft blue rubber edges that wouldn't hurt enough anyway. - -

Argh

-If your score board entry displays "Argh" it means your worm is dead because of -trying to eat an argh. Until we can make the worm say "Argh!" it's your -job to say "Argh!" aloud. - -

Wormed

-Your worm tried to eat another worm or even itself. That's why it's dead now. -Maybe your opponent has managed to build a trap with his worm. Try to -do the same with him in the next game. - -

Hints

- - -#include "foot.t" diff --git a/www/manual/wps.t b/www/manual/wps.t deleted file mode 100644 index 4ae73c8afc..0000000000 --- a/www/manual/wps.t +++ /dev/null @@ -1,78 +0,0 @@ -#define _PAGE_ Manual - While Playing Screen -#include "head.t" -#include "manual.t" -

- -
Recorder screenshot - -

-The While Playing Screen shows info about what is currently played and can -only be seen while there is actual music playback. - -

Screen contents

- -

-The screen lines by default contain the following information: - -

Recorder

-
    -
  1. Status bar: Battery level, charger status, volume, play mode, repeat mode, shuffle mode and clock -
  2. Scrolling path+filename of the current song. -
  3. The ID3 track name -
  4. The ID3 album name -
  5. The ID3 artist namn -
  6. Bit rate. VBR files display average bitrate and "(avg)". -
  7. Elapsed and total time -
  8. A slidebar progress meter representing where in the song you are -
  9. Peak meter -
- -

Notes: -

  • The number of lines shown depends on the size of the font used. -
  • The peak meter is normally only visible if you turn off the status bar. - -

    Player

    -
      -
    1. Playlist index/Playlist size: Artist - Title -
    2. Current-time Progress-indicator Left -
    - -

    Configuration

    - -

    You can configure the WPS contents by creating a .wps file and "playing" it. -The custom wps format supports a wide variety of configurations. - -

    Button bindings

    - -

    - - - - - - - - - - - - - - - - - - - - - - - - -
    KeyFunction
    UP (r)
    MENU + RIGHT (p)
    Increase volume
    DOWN (r)
    MENU + LEFT (p)
    Decrease volume
    LEFT Quick press = Go to beginning of track, or if -pressed while in the first seconds of a track, go to previous track.
    -Hold = Rewind in track.
    RIGHT Quick press = Go to next track.
    -Hold = Fast-forward in track.
    PLAY Toggle play/pause.
    ON Quick press = Go to dir browser
    -(Recorder only:) Hold = Show pitch setting screen
    OFF (r)
    STOP (p)
    Stop playback
    F1 (r)
    MENU (p)
    Go to main menu
    F1 + DOWN (r)
    MENU + DOWN (p)
    Key lock on/off
    F1 + PLAY (r)
    MENU + PLAY (p)
    Mute on/off
    F1 + ON (r)
    MENU + ON (p)
    Enter ID3 viewer
    F2 (r)(Recorder only:) Show browse/play settings screen
    F3 (r)(Recorder only:) Show display settings screen
    - -#include "foot.t" -- cgit v1.2.3