Re: [e-users] [E-devel] Emotion Media Center 1.0 first beta is out

2014-08-05 Thread Wido
I'm getting an error when trying to lunch it:

Traceback (most recent call last):
  File /opt/e19/bin/epymc, line 5, in module
from epymc.main import start_epymc
  File /opt/e19/lib/python3.4/site-packages/epymc/main.py, line 31, in
module
gettext.install('epymc', names='ngettext', localedir=localedir)
  File /usr/lib/python3.4/gettext.py, line 425, in install
t = translation(domain, localedir, fallback=True, codeset=codeset)
  File /usr/lib/python3.4/gettext.py, line 410, in translation
t = _translations.setdefault(key, class_(fp))
  File /usr/lib/python3.4/gettext.py, line 160, in __init__
self._parse(fp)
  File /usr/lib/python3.4/gettext.py, line 281, in _parse
self.plural = c2py(plural)
  File /usr/lib/python3.4/gettext.py, line 74, in c2py
raise ValueError('plural forms expression could be dangerous')
ValueError: plural forms expression could be dangerous


I googled that and it would seem because of the linguage (which is
possible, since I'm working in the Spanish translation), but I have removed
my es.po file and I keep hiting this error


2014-08-04 18:36 GMT-03:00 Davide Andreoli d...@gurumeditation.it:

 2014-08-04 2:54 GMT+02:00 Daniel Juyung Seo seojuyu...@gmail.com:

  Hi, great job!
  I had svn version of epymc but I can't even remember how it was because
  there were a lot of enhancements.
  Thanks to you.
 
  By the way, I have a couple of comments.
  1. The icon and text sizes are too big compared with the default
 elementary
  theme with the default scalability. I had to manually scale it down to
 0.5
  to match it with default elementary theme from the general configuration
  panel. Is there a reason behind this?
  2. Unfocused buttons look like disabled as its in a grey color. It will
 be
  great if you can adjust the colors.
 

 I'm trying different colors. Now the labels are always white but the bg of
 the
 selected button is blue.. the effect seems good but i'm still not happy
 with the blu deviation... raster: your help needed here ;)

 Please update and tell me what you think


  3. Does it work with Joystick well? Then Cinoo needs to check this.
 
  Thanks.
 
  Daniel Juyung Seo (SeoZ)
 
 
 
  On Fri, Aug 1, 2014 at 6:55 PM, Davide Andreoli d...@gurumeditation.it
  wrote:
 
   Hi all,
  
   the first beta release of EpyMC is waiting for you !!
  
   This is the result of many years of development, I hope you will enjoy
  the
   result as I enjoined the development.
  
   The code is hosted at Github:
   https://github.com/DaveMDS/epymc
  
   Direct download link for this release:
   https://github.com/DaveMDS/epymc/archive/v1.0.0-beta1.tar.gz
  
   On the Github wiki you will find all the needed instructions for
  installing
   and using the media center, along with screenshots and screencasts.
  
   I'm planning to roll out the final 1.0 release in 7/10 days, please let
  me
   know of any issue you encounter with this first release.
  
   Happy testing
   davemds
  
  
 
 --
   Want fast and easy access to all the code in your enterprise? Index and
   search up to 200,000 lines of code with a free copy of Black Duck
   Code Sight - the same software that powers the world's largest code
   search on Ohloh, the Black Duck Open Hub! Try it now.
   http://p.sf.net/sfu/bds
   ___
   enlightenment-devel mailing list
   enlightenment-de...@lists.sourceforge.net
   https://lists.sourceforge.net/lists/listinfo/enlightenment-devel
  
 
 
 --
  Infragistics Professional
  Build stunning WinForms apps today!
  Reboot your WinForms applications with our WinForms controls.
  Build a bridge from your legacy apps to the future.
 
 
 http://pubads.g.doubleclick.net/gampad/clk?id=153845071iu=/4140/ostg.clktrk
  ___
  enlightenment-users mailing list
  enlightenment-users@lists.sourceforge.net
  https://lists.sourceforge.net/lists/listinfo/enlightenment-users
 

 --
 Infragistics Professional
 Build stunning WinForms apps today!
 Reboot your WinForms applications with our WinForms controls.
 Build a bridge from your legacy apps to the future.

 http://pubads.g.doubleclick.net/gampad/clk?id=153845071iu=/4140/ostg.clktrk
 ___
 enlightenment-users mailing list
 enlightenment-users@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/enlightenment-users




-- 
Wido
--
Infragistics Professional
Build stunning WinForms apps today!
Reboot your WinForms applications with our WinForms controls. 
Build a bridge from your legacy apps to the future.
http://pubads.g.doubleclick.net/gampad/clk?id=153845071iu=/4140/ostg.clktrk

Re: [e-users] [E-devel] Emotion Media Center 1.0 first beta is out

2014-08-05 Thread Wido
Ok, it IS because of the spanish translation. I removed the installed .mo
file but now I just have a segfault :S



2014-08-05 20:02 GMT-03:00 Wido wido...@gmail.com:

 I'm getting an error when trying to lunch it:

 Traceback (most recent call last):
   File /opt/e19/bin/epymc, line 5, in module
 from epymc.main import start_epymc
   File /opt/e19/lib/python3.4/site-packages/epymc/main.py, line 31, in
 module
 gettext.install('epymc', names='ngettext', localedir=localedir)
   File /usr/lib/python3.4/gettext.py, line 425, in install
 t = translation(domain, localedir, fallback=True, codeset=codeset)
   File /usr/lib/python3.4/gettext.py, line 410, in translation
 t = _translations.setdefault(key, class_(fp))
   File /usr/lib/python3.4/gettext.py, line 160, in __init__
 self._parse(fp)
   File /usr/lib/python3.4/gettext.py, line 281, in _parse
 self.plural = c2py(plural)
   File /usr/lib/python3.4/gettext.py, line 74, in c2py
 raise ValueError('plural forms expression could be dangerous')
 ValueError: plural forms expression could be dangerous


 I googled that and it would seem because of the linguage (which is
 possible, since I'm working in the Spanish translation), but I have removed
 my es.po file and I keep hiting this error


 2014-08-04 18:36 GMT-03:00 Davide Andreoli d...@gurumeditation.it:

 2014-08-04 2:54 GMT+02:00 Daniel Juyung Seo seojuyu...@gmail.com:

  Hi, great job!
  I had svn version of epymc but I can't even remember how it was because
  there were a lot of enhancements.
  Thanks to you.
 
  By the way, I have a couple of comments.
  1. The icon and text sizes are too big compared with the default
 elementary
  theme with the default scalability. I had to manually scale it down to
 0.5
  to match it with default elementary theme from the general configuration
  panel. Is there a reason behind this?
  2. Unfocused buttons look like disabled as its in a grey color. It will
 be
  great if you can adjust the colors.
 

 I'm trying different colors. Now the labels are always white but the bg of
 the
 selected button is blue.. the effect seems good but i'm still not happy
 with the blu deviation... raster: your help needed here ;)

 Please update and tell me what you think


  3. Does it work with Joystick well? Then Cinoo needs to check this.
 
  Thanks.
 
  Daniel Juyung Seo (SeoZ)
 
 
 
  On Fri, Aug 1, 2014 at 6:55 PM, Davide Andreoli d...@gurumeditation.it
 
  wrote:
 
   Hi all,
  
   the first beta release of EpyMC is waiting for you !!
  
   This is the result of many years of development, I hope you will enjoy
  the
   result as I enjoined the development.
  
   The code is hosted at Github:
   https://github.com/DaveMDS/epymc
  
   Direct download link for this release:
   https://github.com/DaveMDS/epymc/archive/v1.0.0-beta1.tar.gz
  
   On the Github wiki you will find all the needed instructions for
  installing
   and using the media center, along with screenshots and screencasts.
  
   I'm planning to roll out the final 1.0 release in 7/10 days, please
 let
  me
   know of any issue you encounter with this first release.
  
   Happy testing
   davemds
  
  
 
 --
   Want fast and easy access to all the code in your enterprise? Index
 and
   search up to 200,000 lines of code with a free copy of Black Duck
   Code Sight - the same software that powers the world's largest code
   search on Ohloh, the Black Duck Open Hub! Try it now.
   http://p.sf.net/sfu/bds
   ___
   enlightenment-devel mailing list
   enlightenment-de...@lists.sourceforge.net
   https://lists.sourceforge.net/lists/listinfo/enlightenment-devel
  
 
 
 --
  Infragistics Professional
  Build stunning WinForms apps today!
  Reboot your WinForms applications with our WinForms controls.
  Build a bridge from your legacy apps to the future.
 
 
 http://pubads.g.doubleclick.net/gampad/clk?id=153845071iu=/4140/ostg.clktrk
  ___
  enlightenment-users mailing list
  enlightenment-users@lists.sourceforge.net
  https://lists.sourceforge.net/lists/listinfo/enlightenment-users
 

 --
 Infragistics Professional
 Build stunning WinForms apps today!
 Reboot your WinForms applications with our WinForms controls.
 Build a bridge from your legacy apps to the future.

 http://pubads.g.doubleclick.net/gampad/clk?id=153845071iu=/4140/ostg.clktrk
 ___
 enlightenment-users mailing list
 enlightenment-users@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/enlightenment-users




 --
 Wido




-- 
Wido
--
Infragistics Professional
Build stunning WinForms apps 

Re: [e-users] [E-devel] Emotion Media Center 1.0 first beta is out

2014-08-05 Thread Davide Andreoli
2014-08-06 1:29 GMT+02:00 Wido wido...@gmail.com:

 Ok, it IS because of the spanish translation. I removed the installed .mo
 file but now I just have a segfault :S


segv on start?? never see one in several years.

It was working before? what version of efl? python-efl?

try to uninstall (setup.py uninstall) and reinstall. Or try to wipe your
config
(rm -rf ~/.config/epymc)

If still segv plese post the console output





 2014-08-05 20:02 GMT-03:00 Wido wido...@gmail.com:

  I'm getting an error when trying to lunch it:
 
  Traceback (most recent call last):
File /opt/e19/bin/epymc, line 5, in module
  from epymc.main import start_epymc
File /opt/e19/lib/python3.4/site-packages/epymc/main.py, line 31, in
  module
  gettext.install('epymc', names='ngettext', localedir=localedir)
File /usr/lib/python3.4/gettext.py, line 425, in install
  t = translation(domain, localedir, fallback=True, codeset=codeset)
File /usr/lib/python3.4/gettext.py, line 410, in translation
  t = _translations.setdefault(key, class_(fp))
File /usr/lib/python3.4/gettext.py, line 160, in __init__
  self._parse(fp)
File /usr/lib/python3.4/gettext.py, line 281, in _parse
  self.plural = c2py(plural)
File /usr/lib/python3.4/gettext.py, line 74, in c2py
  raise ValueError('plural forms expression could be dangerous')
  ValueError: plural forms expression could be dangerous
 
 
  I googled that and it would seem because of the linguage (which is
  possible, since I'm working in the Spanish translation), but I have
 removed
  my es.po file and I keep hiting this error
 
 
  2014-08-04 18:36 GMT-03:00 Davide Andreoli d...@gurumeditation.it:
 
  2014-08-04 2:54 GMT+02:00 Daniel Juyung Seo seojuyu...@gmail.com:
 
   Hi, great job!
   I had svn version of epymc but I can't even remember how it was
 because
   there were a lot of enhancements.
   Thanks to you.
  
   By the way, I have a couple of comments.
   1. The icon and text sizes are too big compared with the default
  elementary
   theme with the default scalability. I had to manually scale it down to
  0.5
   to match it with default elementary theme from the general
 configuration
   panel. Is there a reason behind this?
   2. Unfocused buttons look like disabled as its in a grey color. It
 will
  be
   great if you can adjust the colors.
  
 
  I'm trying different colors. Now the labels are always white but the bg
 of
  the
  selected button is blue.. the effect seems good but i'm still not happy
  with the blu deviation... raster: your help needed here ;)
 
  Please update and tell me what you think
 
 
   3. Does it work with Joystick well? Then Cinoo needs to check this.
  
   Thanks.
  
   Daniel Juyung Seo (SeoZ)
  
  
  
   On Fri, Aug 1, 2014 at 6:55 PM, Davide Andreoli 
 d...@gurumeditation.it
  
   wrote:
  
Hi all,
   
the first beta release of EpyMC is waiting for you !!
   
This is the result of many years of development, I hope you will
 enjoy
   the
result as I enjoined the development.
   
The code is hosted at Github:
https://github.com/DaveMDS/epymc
   
Direct download link for this release:
https://github.com/DaveMDS/epymc/archive/v1.0.0-beta1.tar.gz
   
On the Github wiki you will find all the needed instructions for
   installing
and using the media center, along with screenshots and screencasts.
   
I'm planning to roll out the final 1.0 release in 7/10 days, please
  let
   me
know of any issue you encounter with this first release.
   
Happy testing
davemds
   
   
  
 
 --
Want fast and easy access to all the code in your enterprise? Index
  and
search up to 200,000 lines of code with a free copy of Black Duck
Code Sight - the same software that powers the world's largest code
search on Ohloh, the Black Duck Open Hub! Try it now.
http://p.sf.net/sfu/bds
___
enlightenment-devel mailing list
enlightenment-de...@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel
   
  
  
 
 --
   Infragistics Professional
   Build stunning WinForms apps today!
   Reboot your WinForms applications with our WinForms controls.
   Build a bridge from your legacy apps to the future.
  
  
 
 http://pubads.g.doubleclick.net/gampad/clk?id=153845071iu=/4140/ostg.clktrk
   ___
   enlightenment-users mailing list
   enlightenment-users@lists.sourceforge.net
   https://lists.sourceforge.net/lists/listinfo/enlightenment-users
  
 
 
 --
  Infragistics Professional
  Build stunning WinForms apps today!
  Reboot your WinForms applications with our WinForms controls.
  Build a bridge from your legacy 

Re: [e-users] [E-devel] Emotion Media Center 1.0 first beta is out

2014-08-05 Thread Wido
I kept investigating, I think the problem is elementary as I can't run any
elm app, I get the same segv in all of them (terminology and
elementary_test and another python-elm app I  was testing)


2014-08-05 20:40 GMT-03:00 Davide Andreoli d...@gurumeditation.it:

 2014-08-06 1:29 GMT+02:00 Wido wido...@gmail.com:

  Ok, it IS because of the spanish translation. I removed the installed .mo
  file but now I just have a segfault :S
 

 segv on start?? never see one in several years.

 It was working before? what version of efl? python-efl?

 try to uninstall (setup.py uninstall) and reinstall. Or try to wipe your
 config
 (rm -rf ~/.config/epymc)

 If still segv plese post the console output


 
 
 
  2014-08-05 20:02 GMT-03:00 Wido wido...@gmail.com:
 
   I'm getting an error when trying to lunch it:
  
   Traceback (most recent call last):
 File /opt/e19/bin/epymc, line 5, in module
   from epymc.main import start_epymc
 File /opt/e19/lib/python3.4/site-packages/epymc/main.py, line 31,
 in
   module
   gettext.install('epymc', names='ngettext', localedir=localedir)
 File /usr/lib/python3.4/gettext.py, line 425, in install
   t = translation(domain, localedir, fallback=True, codeset=codeset)
 File /usr/lib/python3.4/gettext.py, line 410, in translation
   t = _translations.setdefault(key, class_(fp))
 File /usr/lib/python3.4/gettext.py, line 160, in __init__
   self._parse(fp)
 File /usr/lib/python3.4/gettext.py, line 281, in _parse
   self.plural = c2py(plural)
 File /usr/lib/python3.4/gettext.py, line 74, in c2py
   raise ValueError('plural forms expression could be dangerous')
   ValueError: plural forms expression could be dangerous
  
  
   I googled that and it would seem because of the linguage (which is
   possible, since I'm working in the Spanish translation), but I have
  removed
   my es.po file and I keep hiting this error
  
  
   2014-08-04 18:36 GMT-03:00 Davide Andreoli d...@gurumeditation.it:
  
   2014-08-04 2:54 GMT+02:00 Daniel Juyung Seo seojuyu...@gmail.com:
  
Hi, great job!
I had svn version of epymc but I can't even remember how it was
  because
there were a lot of enhancements.
Thanks to you.
   
By the way, I have a couple of comments.
1. The icon and text sizes are too big compared with the default
   elementary
theme with the default scalability. I had to manually scale it down
 to
   0.5
to match it with default elementary theme from the general
  configuration
panel. Is there a reason behind this?
2. Unfocused buttons look like disabled as its in a grey color. It
  will
   be
great if you can adjust the colors.
   
  
   I'm trying different colors. Now the labels are always white but the
 bg
  of
   the
   selected button is blue.. the effect seems good but i'm still not
 happy
   with the blu deviation... raster: your help needed here ;)
  
   Please update and tell me what you think
  
  
3. Does it work with Joystick well? Then Cinoo needs to check this.
   
Thanks.
   
Daniel Juyung Seo (SeoZ)
   
   
   
On Fri, Aug 1, 2014 at 6:55 PM, Davide Andreoli 
  d...@gurumeditation.it
   
wrote:
   
 Hi all,

 the first beta release of EpyMC is waiting for you !!

 This is the result of many years of development, I hope you will
  enjoy
the
 result as I enjoined the development.

 The code is hosted at Github:
 https://github.com/DaveMDS/epymc

 Direct download link for this release:
 https://github.com/DaveMDS/epymc/archive/v1.0.0-beta1.tar.gz

 On the Github wiki you will find all the needed instructions for
installing
 and using the media center, along with screenshots and
 screencasts.

 I'm planning to roll out the final 1.0 release in 7/10 days,
 please
   let
me
 know of any issue you encounter with this first release.

 Happy testing
 davemds


   
  
 
 --
 Want fast and easy access to all the code in your enterprise?
 Index
   and
 search up to 200,000 lines of code with a free copy of Black Duck
 Code Sight - the same software that powers the world's largest
 code
 search on Ohloh, the Black Duck Open Hub! Try it now.
 http://p.sf.net/sfu/bds
 ___
 enlightenment-devel mailing list
 enlightenment-de...@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/enlightenment-devel

   
   
  
 
 --
Infragistics Professional
Build stunning WinForms apps today!
Reboot your WinForms applications with our WinForms controls.
Build a bridge from your legacy apps to the future.
   
   
  
 
 http://pubads.g.doubleclick.net/gampad/clk?id=153845071iu=/4140/ostg.clktrk

Re: [e-users] [E-devel] Emotion Media Center 1.0 first beta is out

2014-08-04 Thread Davide Andreoli
2014-08-04 2:54 GMT+02:00 Daniel Juyung Seo seojuyu...@gmail.com:

 Hi, great job!
 I had svn version of epymc but I can't even remember how it was because
 there were a lot of enhancements.
 Thanks to you.

 By the way, I have a couple of comments.
 1. The icon and text sizes are too big compared with the default elementary
 theme with the default scalability. I had to manually scale it down to 0.5
 to match it with default elementary theme from the general configuration
 panel. Is there a reason behind this?


This is a media center, it is designed to be used in fullscreen from your
couch...
Can you read the texts from the couch at 0.5 scale? this app is not
designed
to match the default elm theme for the desktop.
But, if you really prefer a smaller scale (maybe your monitor has different
dpi?)
you can adjust the interface scale right from the config, there's a proper
option
for that.



 2. Unfocused buttons look like disabled as its in a grey color. It will be
 great if you can adjust the colors.


I will try this


 3. Does it work with Joystick well? Then Cinoo needs to check this.


Sure, digital joystick are fully supported, and are the primary way of
controlling
epymc, like remotes. Everything is implemented to work userfriendly with a
six buttons controller: up-down-left-right-ok-back, it's all you need to
use all
the features.



 Thanks.

 Daniel Juyung Seo (SeoZ)



 On Fri, Aug 1, 2014 at 6:55 PM, Davide Andreoli d...@gurumeditation.it
 wrote:

  Hi all,
 
  the first beta release of EpyMC is waiting for you !!
 
  This is the result of many years of development, I hope you will enjoy
 the
  result as I enjoined the development.
 
  The code is hosted at Github:
  https://github.com/DaveMDS/epymc
 
  Direct download link for this release:
  https://github.com/DaveMDS/epymc/archive/v1.0.0-beta1.tar.gz
 
  On the Github wiki you will find all the needed instructions for
 installing
  and using the media center, along with screenshots and screencasts.
 
  I'm planning to roll out the final 1.0 release in 7/10 days, please let
 me
  know of any issue you encounter with this first release.
 
  Happy testing
  davemds
 
 
 --
  Want fast and easy access to all the code in your enterprise? Index and
  search up to 200,000 lines of code with a free copy of Black Duck
  Code Sight - the same software that powers the world's largest code
  search on Ohloh, the Black Duck Open Hub! Try it now.
  http://p.sf.net/sfu/bds
  ___
  enlightenment-devel mailing list
  enlightenment-de...@lists.sourceforge.net
  https://lists.sourceforge.net/lists/listinfo/enlightenment-devel
 

 --
 Infragistics Professional
 Build stunning WinForms apps today!
 Reboot your WinForms applications with our WinForms controls.
 Build a bridge from your legacy apps to the future.

 http://pubads.g.doubleclick.net/gampad/clk?id=153845071iu=/4140/ostg.clktrk
 ___
 enlightenment-users mailing list
 enlightenment-users@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/enlightenment-users

--
Infragistics Professional
Build stunning WinForms apps today!
Reboot your WinForms applications with our WinForms controls. 
Build a bridge from your legacy apps to the future.
http://pubads.g.doubleclick.net/gampad/clk?id=153845071iu=/4140/ostg.clktrk
___
enlightenment-users mailing list
enlightenment-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-users


Re: [e-users] [E-devel] Emotion Media Center 1.0 first beta is out

2014-08-04 Thread Davide Andreoli
2014-08-04 2:38 GMT+02:00 Wido wido...@gmail.com:

 Hi!

 I sounds awesome, I was thinking in enna, what a shame it never made it
 (Sorry Nicolas, enna was awesome but it never catched up)


You can think of epymc like the continuation of enna, I was also involved
in the development of enna, the features and the mainly usage are the
same.



 I would like to give you a hand with spanish (latin american) translation
 and maybe, just maybe help you with the photo module. I would need some
 guidance, at least at the beginning, if you are ok with it =)


Great! both would be awesome.
For the translation look at the wiki, there's a page that explain how to
do, it's
REALLY easy.

For the photo module I will be happy to help you, should be really
straightforward to implement. The only core part that will need some love
for that is the grid view (all is just there, just need some small
adjustment
to look better). Of course photo module must wait the next release cycle.

Don't hesitate to contact me for more info/help




 2014-08-03 12:41 GMT-03:00 Davide Andreoli d...@gurumeditation.it:

  2014-08-03 12:43 GMT+02:00 Steven@e ste...@enlightenment.org:
 
   hey what a great work here !
  
   some thoughts/ideas
  
   Is the webserver wire compliant with xbmc ? so you could benefits from
   all xbmc apps (like yatse) to remote control it from your coutch.
  
 
  no, it is not compatible, for the moment it just serve a (skinnable) html
  page
  that simulate a remote (play, pause, etc). So it is usable by any device
  with a webrowser.
 
  I dont know how the xbmc one work, if the protocol is simple then it can
 be
  easily implemented in epymc.
 
 
  
   One of the common issue with all mediaserver softwares it that there
   are no backend/frontend separation. But the backend is basically the
   same problem for everyone, the frontend differs in its implementation
   (EFL/xbmc/...). This could merge efforts on the backend side with all
   networking/sharing/stuff and each project implements its frontend.
  
 
  epymc is not in any way a mediaserver, is more a mediaclient :)
 
 
  
   The success for a project like this is to be embedded in a distro
   (like openelec for xbmc). Being wire compatible, you could be an
   alternative integrated into openelec.
  
 
  Indeed, I was looking for an integration in openelec, but its a quite big
  task, someone else should do this
 
 
  
   Keep the good work :)
  
  
   On Fri, Aug 1, 2014 at 11:55 AM, Davide Andreoli 
 d...@gurumeditation.it
  
   wrote:
Hi all,
   
the first beta release of EpyMC is waiting for you !!
   
This is the result of many years of development, I hope you will
 enjoy
   the
result as I enjoined the development.
   
The code is hosted at Github:
https://github.com/DaveMDS/epymc
   
Direct download link for this release:
https://github.com/DaveMDS/epymc/archive/v1.0.0-beta1.tar.gz
   
On the Github wiki you will find all the needed instructions for
   installing
and using the media center, along with screenshots and screencasts.
   
I'm planning to roll out the final 1.0 release in 7/10 days, please
 let
   me
know of any issue you encounter with this first release.
   
Happy testing
davemds
   
  
 
 --
Want fast and easy access to all the code in your enterprise? Index
 and
search up to 200,000 lines of code with a free copy of Black Duck
Code Sight - the same software that powers the world's largest code
search on Ohloh, the Black Duck Open Hub! Try it now.
http://p.sf.net/sfu/bds
___
enlightenment-devel mailing list
enlightenment-de...@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel
  
  
  
 
 --
   Want fast and easy access to all the code in your enterprise? Index and
   search up to 200,000 lines of code with a free copy of Black Duck
   Code Sight - the same software that powers the world's largest code
   search on Ohloh, the Black Duck Open Hub! Try it now.
   http://p.sf.net/sfu/bds
   ___
   enlightenment-devel mailing list
   enlightenment-de...@lists.sourceforge.net
   https://lists.sourceforge.net/lists/listinfo/enlightenment-devel
  
 
 
 --
  Want fast and easy access to all the code in your enterprise? Index and
  search up to 200,000 lines of code with a free copy of Black Duck
  Code Sight - the same software that powers the world's largest code
  search on Ohloh, the Black Duck Open Hub! Try it now.
  http://p.sf.net/sfu/bds
  ___
  enlightenment-users mailing list
  enlightenment-users@lists.sourceforge.net
  

Re: [e-users] [E-devel] Emotion Media Center 1.0 first beta is out

2014-08-04 Thread The Rasterman
On Mon, 4 Aug 2014 09:07:22 +0200 Davide Andreoli d...@gurumeditation.it said:

 2014-08-04 2:54 GMT+02:00 Daniel Juyung Seo seojuyu...@gmail.com:
 
  Hi, great job!
  I had svn version of epymc but I can't even remember how it was because
  there were a lot of enhancements.
  Thanks to you.
 
  By the way, I have a couple of comments.
  1. The icon and text sizes are too big compared with the default elementary
  theme with the default scalability. I had to manually scale it down to 0.5
  to match it with default elementary theme from the general configuration
  panel. Is there a reason behind this?
 
 
 This is a media center, it is designed to be used in fullscreen from your
 couch...
 Can you read the texts from the couch at 0.5 scale? this app is not
 designed
 to match the default elm theme for the desktop.
 But, if you really prefer a smaller scale (maybe your monitor has different
 dpi?)
 you can adjust the interface scale right from the config, there's a proper
 option
 for that.

actually here i'd argue that your system config elm scale should be maybe 1.5
or 2 when on your tv - epymc would just follow. more specifically -
elementary_test, terminology, rage etc. should also seem nice and readable too
(catch - bitmap fonts wont work here in terminology as they are specifically
not scalable without major uglies).

so i'd say that epymc should look good at a normal desktop scale, and
similarly at the right scale (1.5, 2.0, 2.5 or whatever) on your tv when on the
couch, alongside everything else.

 
 
  2. Unfocused buttons look like disabled as its in a grey color. It will be
  great if you can adjust the colors.
 
 
 I will try this
 
 
  3. Does it work with Joystick well? Then Cinoo needs to check this.
 
 
 Sure, digital joystick are fully supported, and are the primary way of
 controlling
 epymc, like remotes. Everything is implemented to work userfriendly with a
 six buttons controller: up-down-left-right-ok-back, it's all you need to
 use all
 the features.
 
 
 
  Thanks.
 
  Daniel Juyung Seo (SeoZ)
 
 
 
  On Fri, Aug 1, 2014 at 6:55 PM, Davide Andreoli d...@gurumeditation.it
  wrote:
 
   Hi all,
  
   the first beta release of EpyMC is waiting for you !!
  
   This is the result of many years of development, I hope you will enjoy
  the
   result as I enjoined the development.
  
   The code is hosted at Github:
   https://github.com/DaveMDS/epymc
  
   Direct download link for this release:
   https://github.com/DaveMDS/epymc/archive/v1.0.0-beta1.tar.gz
  
   On the Github wiki you will find all the needed instructions for
  installing
   and using the media center, along with screenshots and screencasts.
  
   I'm planning to roll out the final 1.0 release in 7/10 days, please let
  me
   know of any issue you encounter with this first release.
  
   Happy testing
   davemds
  
  
  --
   Want fast and easy access to all the code in your enterprise? Index and
   search up to 200,000 lines of code with a free copy of Black Duck
   Code Sight - the same software that powers the world's largest code
   search on Ohloh, the Black Duck Open Hub! Try it now.
   http://p.sf.net/sfu/bds
   ___
   enlightenment-devel mailing list
   enlightenment-de...@lists.sourceforge.net
   https://lists.sourceforge.net/lists/listinfo/enlightenment-devel
  
 
  --
  Infragistics Professional
  Build stunning WinForms apps today!
  Reboot your WinForms applications with our WinForms controls.
  Build a bridge from your legacy apps to the future.
 
  http://pubads.g.doubleclick.net/gampad/clk?id=153845071iu=/4140/ostg.clktrk
  ___
  enlightenment-users mailing list
  enlightenment-users@lists.sourceforge.net
  https://lists.sourceforge.net/lists/listinfo/enlightenment-users
 
 --
 Infragistics Professional
 Build stunning WinForms apps today!
 Reboot your WinForms applications with our WinForms controls. 
 Build a bridge from your legacy apps to the future.
 http://pubads.g.doubleclick.net/gampad/clk?id=153845071iu=/4140/ostg.clktrk
 ___
 enlightenment-users mailing list
 enlightenment-users@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/enlightenment-users
 


-- 
- Codito, ergo sum - I code, therefore I am --
The Rasterman (Carsten Haitzler)ras...@rasterman.com


--
Infragistics Professional
Build stunning WinForms apps today!
Reboot your WinForms applications with our WinForms controls. 
Build a bridge from your legacy apps to the future.
http://pubads.g.doubleclick.net/gampad/clk?id=153845071iu=/4140/ostg.clktrk

Re: [e-users] [E-devel] Emotion Media Center 1.0 first beta is out

2014-08-04 Thread Davide Andreoli
2014-08-04 10:12 GMT+02:00 Carsten Haitzler ras...@rasterman.com:

 On Mon, 4 Aug 2014 09:07:22 +0200 Davide Andreoli d...@gurumeditation.it
 said:

  2014-08-04 2:54 GMT+02:00 Daniel Juyung Seo seojuyu...@gmail.com:
 
   Hi, great job!
   I had svn version of epymc but I can't even remember how it was because
   there were a lot of enhancements.
   Thanks to you.
  
   By the way, I have a couple of comments.
   1. The icon and text sizes are too big compared with the default
 elementary
   theme with the default scalability. I had to manually scale it down to
 0.5
   to match it with default elementary theme from the general
 configuration
   panel. Is there a reason behind this?
  
 
  This is a media center, it is designed to be used in fullscreen from your
  couch...
  Can you read the texts from the couch at 0.5 scale? this app is not
  designed
  to match the default elm theme for the desktop.
  But, if you really prefer a smaller scale (maybe your monitor has
 different
  dpi?)
  you can adjust the interface scale right from the config, there's a
 proper
  option
  for that.

 actually here i'd argue that your system config elm scale should be maybe
 1.5
 or 2 when on your tv - epymc would just follow. more specifically -
 elementary_test, terminology, rage etc. should also seem nice and readable
 too
 (catch - bitmap fonts wont work here in terminology as they are
 specifically
 not scalable without major uglies).


And what when you use epymc on your normal pc monitor ?
If I change the whole elm_scale then all my desktop app will look ugly.
Then I want (on my desk pc) to run epymc, leave the seat, go to the couch
and
have epymc diplay bigger fonts.

I really think the way is implemented now is right, no?




 so i'd say that epymc should look good at a normal desktop scale, and
 similarly at the right scale (1.5, 2.0, 2.5 or whatever) on your tv when
 on the
 couch, alongside everything else.


I think it look good now, also on the desktop... yes, fonts are big, and
do not
match the default elm theme, but this is wanted.

Also the epymc theme scale quite well, it looks good at different scales.



 
 
   2. Unfocused buttons look like disabled as its in a grey color. It
 will be
   great if you can adjust the colors.
  
 
  I will try this
 
 
   3. Does it work with Joystick well? Then Cinoo needs to check this.
  
 
  Sure, digital joystick are fully supported, and are the primary way of
  controlling
  epymc, like remotes. Everything is implemented to work userfriendly with
 a
  six buttons controller: up-down-left-right-ok-back, it's all you need to
  use all
  the features.
 
 
  
   Thanks.
  
   Daniel Juyung Seo (SeoZ)
  
  
  
   On Fri, Aug 1, 2014 at 6:55 PM, Davide Andreoli 
 d...@gurumeditation.it
   wrote:
  
Hi all,
   
the first beta release of EpyMC is waiting for you !!
   
This is the result of many years of development, I hope you will
 enjoy
   the
result as I enjoined the development.
   
The code is hosted at Github:
https://github.com/DaveMDS/epymc
   
Direct download link for this release:
https://github.com/DaveMDS/epymc/archive/v1.0.0-beta1.tar.gz
   
On the Github wiki you will find all the needed instructions for
   installing
and using the media center, along with screenshots and screencasts.
   
I'm planning to roll out the final 1.0 release in 7/10 days, please
 let
   me
know of any issue you encounter with this first release.
   
Happy testing
davemds
   
   
  
 --
Want fast and easy access to all the code in your enterprise? Index
 and
search up to 200,000 lines of code with a free copy of Black Duck
Code Sight - the same software that powers the world's largest code
search on Ohloh, the Black Duck Open Hub! Try it now.
http://p.sf.net/sfu/bds
___
enlightenment-devel mailing list
enlightenment-de...@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel
   
  
  
 --
   Infragistics Professional
   Build stunning WinForms apps today!
   Reboot your WinForms applications with our WinForms controls.
   Build a bridge from your legacy apps to the future.
  
  
 http://pubads.g.doubleclick.net/gampad/clk?id=153845071iu=/4140/ostg.clktrk
   ___
   enlightenment-users mailing list
   enlightenment-users@lists.sourceforge.net
   https://lists.sourceforge.net/lists/listinfo/enlightenment-users
  
 
 --
  Infragistics Professional
  Build stunning WinForms apps today!
  Reboot your WinForms applications with our WinForms controls.
  Build a bridge from your legacy apps to the future.
 
 

Re: [e-users] [E-devel] Emotion Media Center 1.0 first beta is out

2014-08-04 Thread The Rasterman
On Mon, 4 Aug 2014 11:45:53 +0200 Davide Andreoli d...@gurumeditation.it said:

 2014-08-04 10:12 GMT+02:00 Carsten Haitzler ras...@rasterman.com:
 
  On Mon, 4 Aug 2014 09:07:22 +0200 Davide Andreoli d...@gurumeditation.it
  said:
 
   2014-08-04 2:54 GMT+02:00 Daniel Juyung Seo seojuyu...@gmail.com:
  
Hi, great job!
I had svn version of epymc but I can't even remember how it was because
there were a lot of enhancements.
Thanks to you.
   
By the way, I have a couple of comments.
1. The icon and text sizes are too big compared with the default
  elementary
theme with the default scalability. I had to manually scale it down to
  0.5
to match it with default elementary theme from the general
  configuration
panel. Is there a reason behind this?
   
  
   This is a media center, it is designed to be used in fullscreen from your
   couch...
   Can you read the texts from the couch at 0.5 scale? this app is not
   designed
   to match the default elm theme for the desktop.
   But, if you really prefer a smaller scale (maybe your monitor has
  different
   dpi?)
   you can adjust the interface scale right from the config, there's a
  proper
   option
   for that.
 
  actually here i'd argue that your system config elm scale should be maybe
  1.5
  or 2 when on your tv - epymc would just follow. more specifically -
  elementary_test, terminology, rage etc. should also seem nice and readable
  too
  (catch - bitmap fonts wont work here in terminology as they are
  specifically
  not scalable without major uglies).
 
 
 And what when you use epymc on your normal pc monitor ?

i know - thats why it should look right on my pc monitor at my current scale -
eg look fine on scale 1.0 out of the box. on my tv on the other side of the
living room switch scale to maybe 1.5 or 2 on the set top box or whatever is
attached to the tv. then it comes up at its current size nicely.

 If I change the whole elm_scale then all my desktop app will look ugly.
 Then I want (on my desk pc) to run epymc, leave the seat, go to the couch
 and
 have epymc diplay bigger fonts.
 
 I really think the way is implemented now is right, no?

assume a scale of 2.0 on your tv, but make it look nice at scale 1 (or
whatever) on your desktop. i shouldnt have lists of items and buttons etc. that
are bigger/chunkier than other lists/buttons on my desktop when there. it
should match sizing in fonts and widgets for the same purpose. on a tv you'd
configure acale to 1.5 or 2.0 and then it'd have the sizing you expect from a
living room tv.

  so i'd say that epymc should look good at a normal desktop scale, and
  similarly at the right scale (1.5, 2.0, 2.5 or whatever) on your tv when
  on the
  couch, alongside everything else.
 
 
 I think it look good now, also on the desktop... yes, fonts are big, and
 do not
 match the default elm theme, but this is wanted.
 
 Also the epymc theme scale quite well, it looks good at different scales.
 
 
 
  
  
2. Unfocused buttons look like disabled as its in a grey color. It
  will be
great if you can adjust the colors.
   
  
   I will try this
  
  
3. Does it work with Joystick well? Then Cinoo needs to check this.
   
  
   Sure, digital joystick are fully supported, and are the primary way of
   controlling
   epymc, like remotes. Everything is implemented to work userfriendly with
  a
   six buttons controller: up-down-left-right-ok-back, it's all you need to
   use all
   the features.
  
  
   
Thanks.
   
Daniel Juyung Seo (SeoZ)
   
   
   
On Fri, Aug 1, 2014 at 6:55 PM, Davide Andreoli 
  d...@gurumeditation.it
wrote:
   
 Hi all,

 the first beta release of EpyMC is waiting for you !!

 This is the result of many years of development, I hope you will
  enjoy
the
 result as I enjoined the development.

 The code is hosted at Github:
 https://github.com/DaveMDS/epymc

 Direct download link for this release:
 https://github.com/DaveMDS/epymc/archive/v1.0.0-beta1.tar.gz

 On the Github wiki you will find all the needed instructions for
installing
 and using the media center, along with screenshots and screencasts.

 I'm planning to roll out the final 1.0 release in 7/10 days, please
  let
me
 know of any issue you encounter with this first release.

 Happy testing
 davemds


   
  --
 Want fast and easy access to all the code in your enterprise? Index
  and
 search up to 200,000 lines of code with a free copy of Black Duck
 Code Sight - the same software that powers the world's largest code
 search on Ohloh, the Black Duck Open Hub! Try it now.
 http://p.sf.net/sfu/bds
 ___
 enlightenment-devel mailing list
 enlightenment-de...@lists.sourceforge.net
 

Re: [e-users] [E-devel] Emotion Media Center 1.0 first beta is out

2014-08-04 Thread Davide Andreoli
2014-08-04 2:54 GMT+02:00 Daniel Juyung Seo seojuyu...@gmail.com:

 Hi, great job!
 I had svn version of epymc but I can't even remember how it was because
 there were a lot of enhancements.
 Thanks to you.

 By the way, I have a couple of comments.
 1. The icon and text sizes are too big compared with the default elementary
 theme with the default scalability. I had to manually scale it down to 0.5
 to match it with default elementary theme from the general configuration
 panel. Is there a reason behind this?
 2. Unfocused buttons look like disabled as its in a grey color. It will be
 great if you can adjust the colors.


I'm trying different colors. Now the labels are always white but the bg of
the
selected button is blue.. the effect seems good but i'm still not happy
with the blu deviation... raster: your help needed here ;)

Please update and tell me what you think


 3. Does it work with Joystick well? Then Cinoo needs to check this.

 Thanks.

 Daniel Juyung Seo (SeoZ)



 On Fri, Aug 1, 2014 at 6:55 PM, Davide Andreoli d...@gurumeditation.it
 wrote:

  Hi all,
 
  the first beta release of EpyMC is waiting for you !!
 
  This is the result of many years of development, I hope you will enjoy
 the
  result as I enjoined the development.
 
  The code is hosted at Github:
  https://github.com/DaveMDS/epymc
 
  Direct download link for this release:
  https://github.com/DaveMDS/epymc/archive/v1.0.0-beta1.tar.gz
 
  On the Github wiki you will find all the needed instructions for
 installing
  and using the media center, along with screenshots and screencasts.
 
  I'm planning to roll out the final 1.0 release in 7/10 days, please let
 me
  know of any issue you encounter with this first release.
 
  Happy testing
  davemds
 
 
 --
  Want fast and easy access to all the code in your enterprise? Index and
  search up to 200,000 lines of code with a free copy of Black Duck
  Code Sight - the same software that powers the world's largest code
  search on Ohloh, the Black Duck Open Hub! Try it now.
  http://p.sf.net/sfu/bds
  ___
  enlightenment-devel mailing list
  enlightenment-de...@lists.sourceforge.net
  https://lists.sourceforge.net/lists/listinfo/enlightenment-devel
 

 --
 Infragistics Professional
 Build stunning WinForms apps today!
 Reboot your WinForms applications with our WinForms controls.
 Build a bridge from your legacy apps to the future.

 http://pubads.g.doubleclick.net/gampad/clk?id=153845071iu=/4140/ostg.clktrk
 ___
 enlightenment-users mailing list
 enlightenment-users@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/enlightenment-users

--
Infragistics Professional
Build stunning WinForms apps today!
Reboot your WinForms applications with our WinForms controls. 
Build a bridge from your legacy apps to the future.
http://pubads.g.doubleclick.net/gampad/clk?id=153845071iu=/4140/ostg.clktrk
___
enlightenment-users mailing list
enlightenment-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-users


Re: [e-users] [E-devel] Emotion Media Center 1.0 first beta is out

2014-08-03 Thread Nicolas Aguirre
Huhu,
you did what' we never finished with enna and it's really awesome !

Great job :D

Now i have only one thing in head try it on a rpi or cubieboard to see
if it's better than xbmc !




2014-08-03 2:06 GMT+02:00 Carsten Haitzler ras...@rasterman.com:
 On Fri, 1 Aug 2014 11:55:17 +0200 Davide Andreoli d...@gurumeditation.it 
 said:

 i have to say... this is rather awesome.

 Hi all,

 the first beta release of EpyMC is waiting for you !!

 This is the result of many years of development, I hope you will enjoy the
 result as I enjoined the development.

 The code is hosted at Github:
 https://github.com/DaveMDS/epymc

 Direct download link for this release:
 https://github.com/DaveMDS/epymc/archive/v1.0.0-beta1.tar.gz

 On the Github wiki you will find all the needed instructions for installing
 and using the media center, along with screenshots and screencasts.

 I'm planning to roll out the final 1.0 release in 7/10 days, please let me
 know of any issue you encounter with this first release.

 Happy testing
 davemds
 --
 Want fast and easy access to all the code in your enterprise? Index and
 search up to 200,000 lines of code with a free copy of Black Duck
 Code Sight - the same software that powers the world's largest code
 search on Ohloh, the Black Duck Open Hub! Try it now.
 http://p.sf.net/sfu/bds
 ___
 enlightenment-users mailing list
 enlightenment-users@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/enlightenment-users



 --
 - Codito, ergo sum - I code, therefore I am --
 The Rasterman (Carsten Haitzler)ras...@rasterman.com


 --
 Want fast and easy access to all the code in your enterprise? Index and
 search up to 200,000 lines of code with a free copy of Black Duck
 Code Sight - the same software that powers the world's largest code
 search on Ohloh, the Black Duck Open Hub! Try it now.
 http://p.sf.net/sfu/bds
 ___
 enlightenment-devel mailing list
 enlightenment-de...@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/enlightenment-devel



-- 
Nicolas Aguirre
Mail: aguirre.nico...@gmail.com
Web: http://enna.geexbox.org
Blog: http://dev.enlightenment.fr/~captainigloo/

--
Want fast and easy access to all the code in your enterprise? Index and
search up to 200,000 lines of code with a free copy of Black Duck
Code Sight - the same software that powers the world's largest code
search on Ohloh, the Black Duck Open Hub! Try it now.
http://p.sf.net/sfu/bds
___
enlightenment-users mailing list
enlightenment-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-users


Re: [e-users] [E-devel] Emotion Media Center 1.0 first beta is out

2014-08-03 Thread Davide Andreoli
2014-08-03 10:06 GMT+02:00 Nicolas Aguirre aguirre.nico...@gmail.com:

 Huhu,
 you did what' we never finished with enna and it's really awesome !


yep, I've done it  :P



 Great job :D

 Now i have only one thing in head try it on a rpi or cubieboard to see
 if it's better than xbmc !


Raspberry is also my final goal!
Xbmc has been optimized to use all the hw of the pi, it do opengl and also
use hardware video decoding... not really easy to beat.

Evas with Opengl ES on the rpi should be doable, just some mess with their
driver, but should be compatible. Last time I tried I got blocked on trying
to let evas compile with gl/es enabled

For hw decoding I read that gstreamer1.0 has a rpi backend, so probably is
possible to use. Atm rasbian comes with gstreamer0.10, so we should build
it from sources.

Let me know if you make some work/progress on this






 2014-08-03 2:06 GMT+02:00 Carsten Haitzler ras...@rasterman.com:
  On Fri, 1 Aug 2014 11:55:17 +0200 Davide Andreoli 
 d...@gurumeditation.it said:
 
  i have to say... this is rather awesome.
 
  Hi all,
 
  the first beta release of EpyMC is waiting for you !!
 
  This is the result of many years of development, I hope you will enjoy
 the
  result as I enjoined the development.
 
  The code is hosted at Github:
  https://github.com/DaveMDS/epymc
 
  Direct download link for this release:
  https://github.com/DaveMDS/epymc/archive/v1.0.0-beta1.tar.gz
 
  On the Github wiki you will find all the needed instructions for
 installing
  and using the media center, along with screenshots and screencasts.
 
  I'm planning to roll out the final 1.0 release in 7/10 days, please let
 me
  know of any issue you encounter with this first release.
 
  Happy testing
  davemds
 
 --
  Want fast and easy access to all the code in your enterprise? Index and
  search up to 200,000 lines of code with a free copy of Black Duck
  Code Sight - the same software that powers the world's largest code
  search on Ohloh, the Black Duck Open Hub! Try it now.
  http://p.sf.net/sfu/bds
  ___
  enlightenment-users mailing list
  enlightenment-users@lists.sourceforge.net
  https://lists.sourceforge.net/lists/listinfo/enlightenment-users
 
 
 
  --
  - Codito, ergo sum - I code, therefore I am --
  The Rasterman (Carsten Haitzler)ras...@rasterman.com
 
 
 
 --
  Want fast and easy access to all the code in your enterprise? Index and
  search up to 200,000 lines of code with a free copy of Black Duck
  Code Sight - the same software that powers the world's largest code
  search on Ohloh, the Black Duck Open Hub! Try it now.
  http://p.sf.net/sfu/bds
  ___
  enlightenment-devel mailing list
  enlightenment-de...@lists.sourceforge.net
  https://lists.sourceforge.net/lists/listinfo/enlightenment-devel



 --
 Nicolas Aguirre
 Mail: aguirre.nico...@gmail.com
 Web: http://enna.geexbox.org
 Blog: http://dev.enlightenment.fr/~captainigloo/


 --
 Want fast and easy access to all the code in your enterprise? Index and
 search up to 200,000 lines of code with a free copy of Black Duck
 Code Sight - the same software that powers the world's largest code
 search on Ohloh, the Black Duck Open Hub! Try it now.
 http://p.sf.net/sfu/bds
 ___
 enlightenment-users mailing list
 enlightenment-users@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/enlightenment-users

--
Want fast and easy access to all the code in your enterprise? Index and
search up to 200,000 lines of code with a free copy of Black Duck
Code Sight - the same software that powers the world's largest code
search on Ohloh, the Black Duck Open Hub! Try it now.
http://p.sf.net/sfu/bds
___
enlightenment-users mailing list
enlightenment-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-users


Re: [e-users] [E-devel] Emotion Media Center 1.0 first beta is out

2014-08-03 Thread Steven@e
hey what a great work here !

some thoughts/ideas

Is the webserver wire compliant with xbmc ? so you could benefits from
all xbmc apps (like yatse) to remote control it from your coutch.

One of the common issue with all mediaserver softwares it that there
are no backend/frontend separation. But the backend is basically the
same problem for everyone, the frontend differs in its implementation
(EFL/xbmc/...). This could merge efforts on the backend side with all
networking/sharing/stuff and each project implements its frontend.

The success for a project like this is to be embedded in a distro
(like openelec for xbmc). Being wire compatible, you could be an
alternative integrated into openelec.

Keep the good work :)


On Fri, Aug 1, 2014 at 11:55 AM, Davide Andreoli d...@gurumeditation.it wrote:
 Hi all,

 the first beta release of EpyMC is waiting for you !!

 This is the result of many years of development, I hope you will enjoy the
 result as I enjoined the development.

 The code is hosted at Github:
 https://github.com/DaveMDS/epymc

 Direct download link for this release:
 https://github.com/DaveMDS/epymc/archive/v1.0.0-beta1.tar.gz

 On the Github wiki you will find all the needed instructions for installing
 and using the media center, along with screenshots and screencasts.

 I'm planning to roll out the final 1.0 release in 7/10 days, please let me
 know of any issue you encounter with this first release.

 Happy testing
 davemds
 --
 Want fast and easy access to all the code in your enterprise? Index and
 search up to 200,000 lines of code with a free copy of Black Duck
 Code Sight - the same software that powers the world's largest code
 search on Ohloh, the Black Duck Open Hub! Try it now.
 http://p.sf.net/sfu/bds
 ___
 enlightenment-devel mailing list
 enlightenment-de...@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/enlightenment-devel

--
Want fast and easy access to all the code in your enterprise? Index and
search up to 200,000 lines of code with a free copy of Black Duck
Code Sight - the same software that powers the world's largest code
search on Ohloh, the Black Duck Open Hub! Try it now.
http://p.sf.net/sfu/bds
___
enlightenment-users mailing list
enlightenment-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-users


Re: [e-users] [E-devel] Emotion Media Center 1.0 first beta is out

2014-08-03 Thread Davide Andreoli
2014-08-03 12:43 GMT+02:00 Steven@e ste...@enlightenment.org:

 hey what a great work here !

 some thoughts/ideas

 Is the webserver wire compliant with xbmc ? so you could benefits from
 all xbmc apps (like yatse) to remote control it from your coutch.


no, it is not compatible, for the moment it just serve a (skinnable) html
page
that simulate a remote (play, pause, etc). So it is usable by any device
with a webrowser.

I dont know how the xbmc one work, if the protocol is simple then it can be
easily implemented in epymc.



 One of the common issue with all mediaserver softwares it that there
 are no backend/frontend separation. But the backend is basically the
 same problem for everyone, the frontend differs in its implementation
 (EFL/xbmc/...). This could merge efforts on the backend side with all
 networking/sharing/stuff and each project implements its frontend.


epymc is not in any way a mediaserver, is more a mediaclient :)



 The success for a project like this is to be embedded in a distro
 (like openelec for xbmc). Being wire compatible, you could be an
 alternative integrated into openelec.


Indeed, I was looking for an integration in openelec, but its a quite big
task, someone else should do this



 Keep the good work :)


 On Fri, Aug 1, 2014 at 11:55 AM, Davide Andreoli d...@gurumeditation.it
 wrote:
  Hi all,
 
  the first beta release of EpyMC is waiting for you !!
 
  This is the result of many years of development, I hope you will enjoy
 the
  result as I enjoined the development.
 
  The code is hosted at Github:
  https://github.com/DaveMDS/epymc
 
  Direct download link for this release:
  https://github.com/DaveMDS/epymc/archive/v1.0.0-beta1.tar.gz
 
  On the Github wiki you will find all the needed instructions for
 installing
  and using the media center, along with screenshots and screencasts.
 
  I'm planning to roll out the final 1.0 release in 7/10 days, please let
 me
  know of any issue you encounter with this first release.
 
  Happy testing
  davemds
 
 --
  Want fast and easy access to all the code in your enterprise? Index and
  search up to 200,000 lines of code with a free copy of Black Duck
  Code Sight - the same software that powers the world's largest code
  search on Ohloh, the Black Duck Open Hub! Try it now.
  http://p.sf.net/sfu/bds
  ___
  enlightenment-devel mailing list
  enlightenment-de...@lists.sourceforge.net
  https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


 --
 Want fast and easy access to all the code in your enterprise? Index and
 search up to 200,000 lines of code with a free copy of Black Duck
 Code Sight - the same software that powers the world's largest code
 search on Ohloh, the Black Duck Open Hub! Try it now.
 http://p.sf.net/sfu/bds
 ___
 enlightenment-devel mailing list
 enlightenment-de...@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/enlightenment-devel

--
Want fast and easy access to all the code in your enterprise? Index and
search up to 200,000 lines of code with a free copy of Black Duck
Code Sight - the same software that powers the world's largest code
search on Ohloh, the Black Duck Open Hub! Try it now.
http://p.sf.net/sfu/bds
___
enlightenment-users mailing list
enlightenment-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-users


Re: [e-users] [E-devel] Emotion Media Center 1.0 first beta is out

2014-08-03 Thread Wido
Hi!

I sounds awesome, I was thinking in enna, what a shame it never made it
(Sorry Nicolas, enna was awesome but it never catched up)

I would like to give you a hand with spanish (latin american) translation
and maybe, just maybe help you with the photo module. I would need some
guidance, at least at the beginning, if you are ok with it =)


2014-08-03 12:41 GMT-03:00 Davide Andreoli d...@gurumeditation.it:

 2014-08-03 12:43 GMT+02:00 Steven@e ste...@enlightenment.org:

  hey what a great work here !
 
  some thoughts/ideas
 
  Is the webserver wire compliant with xbmc ? so you could benefits from
  all xbmc apps (like yatse) to remote control it from your coutch.
 

 no, it is not compatible, for the moment it just serve a (skinnable) html
 page
 that simulate a remote (play, pause, etc). So it is usable by any device
 with a webrowser.

 I dont know how the xbmc one work, if the protocol is simple then it can be
 easily implemented in epymc.


 
  One of the common issue with all mediaserver softwares it that there
  are no backend/frontend separation. But the backend is basically the
  same problem for everyone, the frontend differs in its implementation
  (EFL/xbmc/...). This could merge efforts on the backend side with all
  networking/sharing/stuff and each project implements its frontend.
 

 epymc is not in any way a mediaserver, is more a mediaclient :)


 
  The success for a project like this is to be embedded in a distro
  (like openelec for xbmc). Being wire compatible, you could be an
  alternative integrated into openelec.
 

 Indeed, I was looking for an integration in openelec, but its a quite big
 task, someone else should do this


 
  Keep the good work :)
 
 
  On Fri, Aug 1, 2014 at 11:55 AM, Davide Andreoli d...@gurumeditation.it
 
  wrote:
   Hi all,
  
   the first beta release of EpyMC is waiting for you !!
  
   This is the result of many years of development, I hope you will enjoy
  the
   result as I enjoined the development.
  
   The code is hosted at Github:
   https://github.com/DaveMDS/epymc
  
   Direct download link for this release:
   https://github.com/DaveMDS/epymc/archive/v1.0.0-beta1.tar.gz
  
   On the Github wiki you will find all the needed instructions for
  installing
   and using the media center, along with screenshots and screencasts.
  
   I'm planning to roll out the final 1.0 release in 7/10 days, please let
  me
   know of any issue you encounter with this first release.
  
   Happy testing
   davemds
  
 
 --
   Want fast and easy access to all the code in your enterprise? Index and
   search up to 200,000 lines of code with a free copy of Black Duck
   Code Sight - the same software that powers the world's largest code
   search on Ohloh, the Black Duck Open Hub! Try it now.
   http://p.sf.net/sfu/bds
   ___
   enlightenment-devel mailing list
   enlightenment-de...@lists.sourceforge.net
   https://lists.sourceforge.net/lists/listinfo/enlightenment-devel
 
 
 
 --
  Want fast and easy access to all the code in your enterprise? Index and
  search up to 200,000 lines of code with a free copy of Black Duck
  Code Sight - the same software that powers the world's largest code
  search on Ohloh, the Black Duck Open Hub! Try it now.
  http://p.sf.net/sfu/bds
  ___
  enlightenment-devel mailing list
  enlightenment-de...@lists.sourceforge.net
  https://lists.sourceforge.net/lists/listinfo/enlightenment-devel
 

 --
 Want fast and easy access to all the code in your enterprise? Index and
 search up to 200,000 lines of code with a free copy of Black Duck
 Code Sight - the same software that powers the world's largest code
 search on Ohloh, the Black Duck Open Hub! Try it now.
 http://p.sf.net/sfu/bds
 ___
 enlightenment-users mailing list
 enlightenment-users@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/enlightenment-users




-- 
Wido
--
Infragistics Professional
Build stunning WinForms apps today!
Reboot your WinForms applications with our WinForms controls. 
Build a bridge from your legacy apps to the future.
http://pubads.g.doubleclick.net/gampad/clk?id=153845071iu=/4140/ostg.clktrk
___
enlightenment-users mailing list
enlightenment-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-users


Re: [e-users] [E-devel] Emotion Media Center 1.0 first beta is out

2014-08-03 Thread Daniel Juyung Seo
Hi, great job!
I had svn version of epymc but I can't even remember how it was because
there were a lot of enhancements.
Thanks to you.

By the way, I have a couple of comments.
1. The icon and text sizes are too big compared with the default elementary
theme with the default scalability. I had to manually scale it down to 0.5
to match it with default elementary theme from the general configuration
panel. Is there a reason behind this?
2. Unfocused buttons look like disabled as its in a grey color. It will be
great if you can adjust the colors.
3. Does it work with Joystick well? Then Cinoo needs to check this.

Thanks.

Daniel Juyung Seo (SeoZ)



On Fri, Aug 1, 2014 at 6:55 PM, Davide Andreoli d...@gurumeditation.it
wrote:

 Hi all,

 the first beta release of EpyMC is waiting for you !!

 This is the result of many years of development, I hope you will enjoy the
 result as I enjoined the development.

 The code is hosted at Github:
 https://github.com/DaveMDS/epymc

 Direct download link for this release:
 https://github.com/DaveMDS/epymc/archive/v1.0.0-beta1.tar.gz

 On the Github wiki you will find all the needed instructions for installing
 and using the media center, along with screenshots and screencasts.

 I'm planning to roll out the final 1.0 release in 7/10 days, please let me
 know of any issue you encounter with this first release.

 Happy testing
 davemds

 --
 Want fast and easy access to all the code in your enterprise? Index and
 search up to 200,000 lines of code with a free copy of Black Duck
 Code Sight - the same software that powers the world's largest code
 search on Ohloh, the Black Duck Open Hub! Try it now.
 http://p.sf.net/sfu/bds
 ___
 enlightenment-devel mailing list
 enlightenment-de...@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/enlightenment-devel

--
Infragistics Professional
Build stunning WinForms apps today!
Reboot your WinForms applications with our WinForms controls. 
Build a bridge from your legacy apps to the future.
http://pubads.g.doubleclick.net/gampad/clk?id=153845071iu=/4140/ostg.clktrk
___
enlightenment-users mailing list
enlightenment-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-users