
EPYMC RELEASE PROCESS
======================
 * update i18n stuff
 * update the Changelog file
 * change version in epymc/__init__.py
 * check efl min requirement in setup.py

 !!!!! TODO BEFORE 1.3  !!!!!!!!

 - attors info missing ?
 - EFL ERROR dialer=0x80000053ad4bf281 could not get effective HTTP version: An unknown option was passed in to libcurl

 - playlist editor in a separate dialog, with the songs list and the buttons:
   remove/moveup/movedown/close
   In another release we can also add save/load and edit id3


TMP
====
 * report on phab the Ethumb Client instability
 * ethumb: frame cannot be unset...witout an error

 * use the new sdb.items() generator where needed, it's fastest
 * clean dead files in music db like in movies
 * cast panel: movie list is not complete, see directors panel

BUGS
=====
 * mpris fail on Position > Int32    :/
 * mame's favorites got lost from config sometimes
 * text in dialogs dont scale on-the-fly (elm bug)
 * autoscrolled entry are not constant-speed changing the fps...it was used to work :/
 * no way to toggle fs with the mouse
 * with py3 you cannot run 2 epymc instances
 * dialogs on boot lost focus (thus unusable with keys)
 * play/pause do not work while buffering

CORE
=====
 * joy/webserver need a key-repetition handling
 * subtitles font and size configuration
 * subtitles upload to opensubtitles.org
 * use xdg to find config, cache download folders
 * add an option to disable exit confirmation (but show credit somewhere else)
 * apply the volume using a logaritic curve
 * better icons for dialogs background
 * more semantic text styles (likes, views, etc...)
 * cache musicbrainz discid results

CORE (minor)
============
 * Unify the usage of length (change music to use seconds, instead of milliseconds)
 * make volume changes visibile also from mpris, fix the mess there!!

NEW MODULES
===========
 * internet radio (check .pls files)
 * wikipedia
 * torrent (auto)search and download ( aria2c frontend? )
 * weather
 * a simple web browser
 * a simple mail reader
 * Do something like: github.com/midgetspy/Sick-Beard

TVSHOW
======
 * find a way to show special guests on the single episodes

MUSIC
=====
 * playlist item remove/reorder
 * id3 tag editor

MAME
=====
 * catver.ini: instead of reading a single file, scan a directory (~/.mame/cats/)
   for *.ini files and create a menu entry for each. The name in the root could
   be the name of the file (minus the extension)

