Skip to content

efl-dev/omc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

145 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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).

About

No description, website, or topics provided.

Resources

License

Stars

0 stars

Watchers

1 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors