First run instructions 
======================

Media configuration
-------------------

After the first run of Elisa, edit `~/.elisa/elisa.conf` and add some media
locations in `[base:audio_activity]`, `[base:image_activity]` and
`[base:video_activity]` config sections:

::

  [base:audio_activity]
  # the audio media locations
  locations = ['file://./sample_data/music/']

  [base:image_activity]
  # the picture media locations
  locations = ['file://./sample_data/pictures/']

  [base:video_activity]
  # the video media locations
  locations = ['file://./sample_data/movies/']

Replace the default entries with your own locations. For example:

::

  [base:audio_activity]
  # the audio media locations
  locations = ['file:///home/<username>/Music/','file:///some/other/location']

  [base:image_activity]
  # the picture media locations
  locations = ['file:///home/<username>/Pictures/']

  [base:video_activity]
  # the video media locations
  locations = ['file:///home/<username>/Movies/']

Keyboard control
----------------

Menu hidden or not
++++++++++++++++++

- Space bar : Hide/Show menu.
- q         : Exit 

Menu active
+++++++++++

- Arrows    : Navigate through the menu
- Enter     : Action (play video ...)
- f         : Toggle fullscreen

Menu hidden
+++++++++++

- Left or v : Seek backward
- Right or b: Seek forward
- Up/Down   : Volume up/down
- Enter     : Play/pause
- x         : previous track of playlist
- c         : next track of playlist

Infrared remote controls (LIRC)
-------------------------------

Currently only Streamzap remotes are supported. To support other types
of remotes, create a new lircrc config file like
core/plugins/data/streamzap.lirc. Put the new file in ~/.elisa and
update ~/.elisa/elisa.conf accordingly in the [base.lirc_input] section.
