GeneralConfig
From Mms-wiki
Contents |
[edit] General
[edit] Usage
Navigate MMS with 7 keys. The 8th key in this list is "Home" and is also accessible from the menu. Also in the menu, you can see all available keys. Just look them up, if you want to use a shortcut (direct access to a function)
| Key | Function |
|---|---|
| Up | moves cursor in menu one element up |
| Down | moves cursor in menu one element down |
| Left | moves cursor in menu one element to the left |
| Right | moves cursor in menu one element to the right |
| Enter | Selects an element (e.g. enters a folder) |
| Space | retrieves a menu with all available commands (context dependent) |
| End | Exits menus and directories |
| Home | always enters your playlist (if not empty and also available via Menu) |
[edit] General Config
The general config file for mms is
/etc/mms/Config
All Config files are self-explaining. The basic MMS settings are:
- Set up DVD by copying the name form your /etc/fstab
cdrom = /dev/scd0, /mnt/cdrom/ cdrom_name = /dev/scd0, /mnt/cdrom/
- Set fullscreen either to true or false
fullscreen = false
- Choose your prefered Output method ( dxr3, dvb, mpeg, sdl and opengl)
outdev = opengl
- Specify your input (Keyboard/Lirc)
input = keyboard input = lirc
- Set your resolution
h_res = 1024 v_res = 768
Other Config files are explained in their Plugin describtion section.
[edit] Starting MMS
start MMS for example like this:
mms -i keyboard -o sdl
or if you prefer French language:
LANG="fr_FR.UTF-8" mms -i keyboard -o sdl
