-
Notifications
You must be signed in to change notification settings - Fork 2
Getting started
Stable releases can be found on the Releases page. If, instead, you are interested in the latest development version just clone the master branch.
Requirements:
- Python >= 3.4
- Python-EFL >= 1.20.0 (download)
- python3-pyudev
- python3-dbus
- udisks2 to mount storage devices
- python3-discid (or libdiscid)
- python3-mutagen for the Music module
- python3-bs4 (or beautifulsoup4) + python3-lxml for the Online Channels module
- python3-pillow (or pil) for the Photos module
To install epymc on your system just run:
(sudo) python3 setup.py install
this will install in the default python directory for your distribution, you can change that by providing '--prefix=' param to the install command.
To uninstall run:
(sudo) python3 setup.py uninstall
To run the media center simply run the epymc command from the console, or just use your applications menu: you should find Emotion Media Center under the Audio Video category.
More of the application options can be changed directly from the user interface.
All that options, and more, are stored in simple text file located at <home>/.config/epymc/epymc.conf, that you can easily edit with a text editor. A default file is created on start up.
For more detailed instructions on how to use the various modules look at the relative wiki pages.