-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathREADME
More file actions
48 lines (37 loc) · 1.17 KB
/
README
File metadata and controls
48 lines (37 loc) · 1.17 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
Requirements
************
- Evas >= 0.9.9.023 :
http://enlightenment.freedesktop.org/fetch.php?file=evas-0.9.9.023.tar.gz
Evas must be compiled with png support.
- Ecore >= 0.9.9.023 :
http://enlightenment.freedesktop.org/fetch.php?file=ecore-0.9.9.023.tar.gz
- Xine-lib >= 1.1.1 (deprecated) :
http://prdownloads.sourceforge.net/xine/xine-lib-1.1.1.tar.gz
- libplayer (always use latest Mercurial version from geexbox repos)
- Curl
Build
*****
To compile, run configure and then make.
Example :
CC="gcc" CFLAGS="-Os" ./configure --prefix=/usr --sysconfdir=/etc
make
Install
*******
make install
Configuration
*************
- Copy etc/omc.conf to $HOME/.omc.conf
- Edit the file to fit main parameters :
* media_dir : default shared path
* screenw : screen width
* screenh : screen height
* fonts : fonts description (size, color, name etc ...)
* show_infos: display demuxed file information ?
* show_cover: display audio/video files covers (local or Amazon.com) ?
* save_cover: save remotely acquiered covers to disk ?
* lang: UI langage.
Usage
*****
From omc build dir :
./src/omc
Images and Fonts (data) must have been installed in the datadir (with make install command).