Enna 0.2.0

If you find a bug, please send me an email at nico@digital-corner.org
If you want to help, you can too. Just send me a e-mail. Read the TODO file
for a list of improvements. Enjoy free software ;)

You can configure enna with a simple file located in $HOME/.enna/enna.cfg

This file looks like this : 

--- begin of file ---

[tv_module]
used=0

[video_module]
base_path=path_to_your_videos
used=1

[music_module]
base_path=path_to_your_musics
used=1

[photo_module]
base_path=path_to_your_photos
used=1

[playlist_module]
base_path=path_to_your_playlists
used=1

[theme]
name=default

[keyboard]
Back=BackSpace
Exit=q
Pause=p
FastForward=Next
Rewind=Prior
Stop=s
Mute=m
Down=Down
Up=Up
Right=Right
Left=Left
Aspect=a
Language=l
FullScreen=f
AddToPlaylist=KP_Delete
Select=Return

--- end of file -------
[module section]

used=[0/1]
you can enable or disable one module with this option

[theme] section
name=[default/touchscreen]
default = default theme
touchscreen = theme with more buttons to enable control with touchscreen or mouse

[keyboard] section
you can change keybindings with this options. The name after = is the ecore event keyname



------------------------

Default keyboard mapping : 
If you don't have specified [keyboard] secition in your .ennarc file, 
you can find below the default mapping

Name           | Key Name      | Enna Event
--------------------------------------------------------             
Back			| BackSpace 	| enna_event_escape	
Exit            	| q 		| enna_event_exit
Play            	| o             | enna_event_play	
Pause           | p 		| enna_event_pause
FastForward | Next          | enna_event_fastforward
Rewind          | Prior         | enna_event_rewind
Stop            | s 		| enna_event_stop
Mute            | m 		| enna_event_mute
Down            | Down          | enna_event_down
Up 		| Up 		| enna_event_up
Right           | Right 	| enna_event_right
Left            | Left          | enna_event_left
Aspect          | a 		| enna_event_aspect
Language 	| l 		| enna_event_language
FullScreen 	| f 		| enna_event_fullscreen
AddToPlaylist   | KP_Delete	| enna_event_addtopl
Select          | Return	| enna_event_enter
Next            | b     	| enna_event_next
Prev            | n 	        | enna_event_prev
--------------------------------------------------------

You can build your .lircrc file with the name event as in this example

example : 
 
      
begin
	prog   = enna
	button = prev
	config = FastForward
end


have fun

Nico
