Re: [e-users] Emotion Media Center 1.0 is out !

2014-10-02 Thread Davide Andreoli
2014-10-01 20:00 GMT+02:00 Nitralime nitral...@gmail.com:

 I couldn't play back any youtube videos!
 ...
 MEDIAPLAYER: Cannot load image:
 http://i.ytimg.com/vi/ScNNfyq3d_w/hqdefault.jpg
 ONLINEVID:  ---
 ONLINEVID:  ---
 EFL ERROR ERROR: from element /GstURIDecodeBin:uridecodebin0: No URI
 handler implemented for https.


This line ^ is the relevant error: your gstreamer backend cannot handle
https urls, you are probably missing some gstreamer plugins. Install a
bunch of them through your package management system and see if the error
disappears.



 Additional debug info:
 gsturidecodebin.c(1416): gen_source_element ():
 /GstPlayBin:playbin/GstURIDecodeBin:uridecodebin0
 MEDIAPLAYER: Stop()
 MUSIC: PLAYBACK_FINISHED
 Traceback (most recent call last):
File efl.emotion.pyx, line 117, in efl.emotion._emotion_callback
 (efl/emotion/efl.emotion.c:2756)
File /usr/lib/python2.7/site-packages/epymc/mediaplayer.py, line
 737, in _cb_playback_finished
  playlist.play_next()
File /usr/lib/python2.7/site-packages/epymc/mediaplayer.py, line
 116, in play_next
  self.play_move(+1)
File /usr/lib/python2.7/site-packages/epymc/mediaplayer.py, line
 133, in play_move
  self.onair_item = self.items[self.cur_idx]
 IndexError: list index out of range

 my config:
 ...
 evas_engine = opengl_x11
 fps = 30
 scale = 1.0
 fullscreen = False
 modules = tvshows calibrator input_keyb movies music screensaver
 input_webserver onlinevideo

 [mediaplayer]
 volume = 29
 backend = gstreamer1
 ...


 On 09/29/2014 08:25 PM, Davide Andreoli wrote:
  2014-09-29 3:09 GMT+02:00 Wido wido...@gmail.com:
 
  Hey Dave, epymc it's pretty cool! but there are a bunch of things that
 are
  not 'quite there'
  * Mouse and keyb don't behave as expected. When I click any button, it
  just doesn't react.
 
  I never seen this issue before, buttons are all normally clickable
  here...all the buttons everywhere don't work? give a look at the log(see
  below) to see if there are some errors please
 
 
 
  And keyboard does funny things, like inserting a '1' when I hit enter
  (instead of accpeting) or going back when I try to delete a character
  (going back is fine when in a menu, but not when trying to write)
 
  You simply cannot write in the virtual keyboard using your keyboard
  letters, you need to navigate trough the buttons using arrows and the
 enter
  key just insert the focused letter. Or press the letters using the
 mouse. I
  know it's annoying but I still didn't find a decent solution, remember
 that
  epymc primary goal is to be used with a remote controller.
 
 
  * Is there a log? I tried watching something that never appeared, it may
  be related to a different bug I have in E with fullscreen apps (which
 I've
  already reported) but I would like to confirm
 
  The log is the console output, just run 'epymc' from a terminal, all the
  output will be there.
 
 
  *I'm sending you the Spanish translation, which I've said I was going to
  send you some months ago. I'ts almost full (I would say 97%). I tried to
  make it as neutral as possible, but I'm from Argentina, so it may be a
  little biased to es_LA. I'm taking the liberty of sending it to your
  personal email account, I hope you don't mind =), let me know if you
 don't
  receive it
 
  Thank you very much for the translation, I will try and merge soon.
 
 
  * one suggestion: there is a efl-webkit lib. Can you make a simple
 browser
  plugin?  so you don't have to exit the media center everytime you want
 to
  look for something
 
  Yes, that is a module that can be written, but it will never be very user
  friendly IMO as you should be able to navigate with the usual remote
  (arrows and 2 buttons) without a mouse. Using a normal webpage without a
  mouse can be tricky. My approach is more in the way to create modules for
  most-used site, like wikipedia, weather, a mail reader... other site you
  are interested?
 
 
  2014-09-28 21:16 GMT-03:00 Wido wido...@gmail.com:
 
  Hey, it was 'edje_cc'. Since I was running it with sudo, it was not
 taking
  my PATH env (where I had /opt), so I had to pass it with the rest of
 the
  variables.
 
  Thanks! I'll check it out =)
 
  2014-09-28 21:10 GMT-03:00 Wido wido...@gmail.com:
 
  Yup, it's all there:
  wido@frankie:~/sources/enlightenment/e19/epymc$ which edje_cc
  /opt/e19/bin/edje_cc
 
  I've installed python-efl using that exact same command, with no
 problems
 
  wido@frankie:~/sources/enlightenment/e19/epymc$ python
  Python 2.7.8 (default, Jul 26 2014, 15:25:14)
  [GCC 4.9.1] on linux2
  Type help, copyright, credits or license for more information.
  import efl
  help (efl)
  Help on package efl:
 
  NAME
   efl
 
  FILE
   /opt/e19/lib/python3.4/site-packages/efl/__init__.py
 
  PACKAGE CONTENTS
   ecore (package)
   elementary (package)
   utils (package)
 
  DATA
   __version__ = '1.11.0'
   __version_info__ = (1, 11, 0)
 
 
 
 
  should I be using python2?
 
 
  

Re: [e-users] Emotion Media Center 1.0 is out !

2014-10-02 Thread Davide Andreoli
2014-10-02 1:21 GMT+02:00 Wido wido...@gmail.com:



 2014-09-29 15:25 GMT-03:00 Davide Andreoli d...@gurumeditation.it:

 2014-09-29 3:09 GMT+02:00 Wido wido...@gmail.com:

 Hey Dave, epymc it's pretty cool! but there are a bunch of things that
 are not 'quite there'
 * Mouse and keyb don't behave as expected. When I click any button, it
 just doesn't react.


 I never seen this issue before, buttons are all normally clickable
 here...all the buttons everywhere don't work? give a look at the log(see
 below) to see if there are some errors please

 Nevermind. It's entirely related to the other bug I mentioned. When I use
 it without fullscreen mouse works as expected.





 And keyboard does funny things, like inserting a '1' when I hit enter
 (instead of accpeting) or going back when I try to delete a character
 (going back is fine when in a menu, but not when trying to write)

 You simply cannot write in the virtual keyboard using your keyboard
 letters, you need to navigate trough the buttons using arrows and the enter
 key just insert the focused letter. Or press the letters using the mouse. I
 know it's annoying but I still didn't find a decent solution, remember that
 epymc primary goal is to be used with a remote controller.

 Right, maybe my use case is different than what you though for epymc




 * Is there a log? I tried watching something that never appeared, it may
 be related to a different bug I have in E with fullscreen apps (which I've
 already reported) but I would like to confirm

 The log is the console output, just run 'epymc' from a terminal, all the
 output will be there.

 Thanks! I wonder why didn't tried that.





 *I'm sending you the Spanish translation, which I've said I was going to
 send you some months ago. I'ts almost full (I would say 97%). I tried to
 make it as neutral as possible, but I'm from Argentina, so it may be a
 little biased to es_LA. I'm taking the liberty of sending it to your
 personal email account, I hope you don't mind =), let me know if you don't
 receive it


 Thank you very much for the translation, I will try and merge soon.

 Cool :D !!! I'll try to complete it when I have time. I can keep updating
 it if you like =)


Yes, please, complete it and keep updated :)
I'm testing your translation, found some errors (in epymc) here and there
using that language, fixing them all.






 * one suggestion: there is a efl-webkit lib. Can you make a simple
 browser plugin?  so you don't have to exit the media center everytime you
 want to look for something


 Yes, that is a module that can be written, but it will never be very user
 friendly IMO as you should be able to navigate with the usual remote
 (arrows and 2 buttons) without a mouse. Using a normal webpage without a
 mouse can be tricky. My approach is more in the way to create modules for
 most-used site, like wikipedia, weather, a mail reader... other site you
 are interested?

 As I said before, my use case is slightly different than what you thought
 for epymc. In my case, I live in an appartement, don't have a proper
 desktop pc nor a laptop. My computer (which is actually a desktop form
 factor) is connected to my TV through hdmi. My TV is not smart, but I
 didn't cared because I always knew that my pc was going to be connected to
 it.

 Now, I do watch series, listen to music, but I also use it as a regular pc
 (web browsing, some officematic stuff, gaming with steam), so having an
 embedded web browser would be a nice-to-have feature. The fact that I don't
 use xmbc permanently (or epymc now) is that fact, that web browsing is what
 I use the most and can't do that without having to close the MC. Now, I
 understand that those are different things, that's why I said it was a
 suggestion =)


Webbrowser module in the TODO now, will work on it as soon as I will found
some time... Do you use the mouse when using the mediacenter on your TV? I
think the browser module will require a mouse to be used decently.







 2014-09-28 21:16 GMT-03:00 Wido wido...@gmail.com:

 Hey, it was 'edje_cc'. Since I was running it with sudo, it was not
 taking my PATH env (where I had /opt), so I had to pass it with the rest of
 the variables.

 Thanks! I'll check it out =)

 2014-09-28 21:10 GMT-03:00 Wido wido...@gmail.com:

 Yup, it's all there:

 wido@frankie:~/sources/enlightenment/e19/epymc$ which edje_cc
 /opt/e19/bin/edje_cc

 I've installed python-efl using that exact same command, with no
 problems

 wido@frankie:~/sources/enlightenment/e19/epymc$ python
 Python 2.7.8 (default, Jul 26 2014, 15:25:14)
 [GCC 4.9.1] on linux2
 Type help, copyright, credits or license for more information.
  import efl
  help (efl)

 Help on package efl:

 NAME
 efl

 FILE
 /opt/e19/lib/python3.4/site-packages/efl/__init__.py

 PACKAGE CONTENTS
 ecore (package)
 elementary (package)
 utils (package)

 DATA
 __version__ = '1.11.0'
 __version_info__ = (1, 11, 0)




 should I be using python2?


 

Re: [e-users] Emotion Media Center 1.0 is out !

2014-10-01 Thread Nitralime
I couldn't play back any youtube videos!
...
MEDIAPLAYER: Cannot load image: 
http://i.ytimg.com/vi/ScNNfyq3d_w/hqdefault.jpg
ONLINEVID:  ---
ONLINEVID:  ---
EFL ERROR ERROR: from element /GstURIDecodeBin:uridecodebin0: No URI 
handler implemented for https.
Additional debug info:
gsturidecodebin.c(1416): gen_source_element (): 
/GstPlayBin:playbin/GstURIDecodeBin:uridecodebin0
MEDIAPLAYER: Stop()
MUSIC: PLAYBACK_FINISHED
Traceback (most recent call last):
   File efl.emotion.pyx, line 117, in efl.emotion._emotion_callback 
(efl/emotion/efl.emotion.c:2756)
   File /usr/lib/python2.7/site-packages/epymc/mediaplayer.py, line 
737, in _cb_playback_finished
 playlist.play_next()
   File /usr/lib/python2.7/site-packages/epymc/mediaplayer.py, line 
116, in play_next
 self.play_move(+1)
   File /usr/lib/python2.7/site-packages/epymc/mediaplayer.py, line 
133, in play_move
 self.onair_item = self.items[self.cur_idx]
IndexError: list index out of range

my config:
...
evas_engine = opengl_x11
fps = 30
scale = 1.0
fullscreen = False
modules = tvshows calibrator input_keyb movies music screensaver 
input_webserver onlinevideo

[mediaplayer]
volume = 29
backend = gstreamer1
...


On 09/29/2014 08:25 PM, Davide Andreoli wrote:
 2014-09-29 3:09 GMT+02:00 Wido wido...@gmail.com:

 Hey Dave, epymc it's pretty cool! but there are a bunch of things that are
 not 'quite there'
 * Mouse and keyb don't behave as expected. When I click any button, it
 just doesn't react.

 I never seen this issue before, buttons are all normally clickable
 here...all the buttons everywhere don't work? give a look at the log(see
 below) to see if there are some errors please



 And keyboard does funny things, like inserting a '1' when I hit enter
 (instead of accpeting) or going back when I try to delete a character
 (going back is fine when in a menu, but not when trying to write)

 You simply cannot write in the virtual keyboard using your keyboard
 letters, you need to navigate trough the buttons using arrows and the enter
 key just insert the focused letter. Or press the letters using the mouse. I
 know it's annoying but I still didn't find a decent solution, remember that
 epymc primary goal is to be used with a remote controller.


 * Is there a log? I tried watching something that never appeared, it may
 be related to a different bug I have in E with fullscreen apps (which I've
 already reported) but I would like to confirm

 The log is the console output, just run 'epymc' from a terminal, all the
 output will be there.


 *I'm sending you the Spanish translation, which I've said I was going to
 send you some months ago. I'ts almost full (I would say 97%). I tried to
 make it as neutral as possible, but I'm from Argentina, so it may be a
 little biased to es_LA. I'm taking the liberty of sending it to your
 personal email account, I hope you don't mind =), let me know if you don't
 receive it

 Thank you very much for the translation, I will try and merge soon.


 * one suggestion: there is a efl-webkit lib. Can you make a simple browser
 plugin?  so you don't have to exit the media center everytime you want to
 look for something

 Yes, that is a module that can be written, but it will never be very user
 friendly IMO as you should be able to navigate with the usual remote
 (arrows and 2 buttons) without a mouse. Using a normal webpage without a
 mouse can be tricky. My approach is more in the way to create modules for
 most-used site, like wikipedia, weather, a mail reader... other site you
 are interested?


 2014-09-28 21:16 GMT-03:00 Wido wido...@gmail.com:

 Hey, it was 'edje_cc'. Since I was running it with sudo, it was not taking
 my PATH env (where I had /opt), so I had to pass it with the rest of the
 variables.

 Thanks! I'll check it out =)

 2014-09-28 21:10 GMT-03:00 Wido wido...@gmail.com:

 Yup, it's all there:
 wido@frankie:~/sources/enlightenment/e19/epymc$ which edje_cc
 /opt/e19/bin/edje_cc

 I've installed python-efl using that exact same command, with no problems

 wido@frankie:~/sources/enlightenment/e19/epymc$ python
 Python 2.7.8 (default, Jul 26 2014, 15:25:14)
 [GCC 4.9.1] on linux2
 Type help, copyright, credits or license for more information.
 import efl
 help (efl)
 Help on package efl:

 NAME
  efl

 FILE
  /opt/e19/lib/python3.4/site-packages/efl/__init__.py

 PACKAGE CONTENTS
  ecore (package)
  elementary (package)
  utils (package)

 DATA
  __version__ = '1.11.0'
  __version_info__ = (1, 11, 0)




 should I be using python2?


 2014-09-28 11:23 GMT-03:00 Davide Andreoli d...@gurumeditation.it:

 2014-09-28 15:47 GMT+02:00 Wido wido...@gmail.com:
 Well, this is awkward...

 frankie:~/sources/enlightenment/e19/epymc$ sudo
 LD_LIBRARY_PATH=/opt/e19/lib PREFIX=/opt/e19
 PKG_CONFIG_PATH=/opt/e19/lib/pkgconfig/ ./setup.py install
 --prefix=$PREFIX
 running install
 running build
 running build_themes
 building theme: default from: data/themes/default/default.edc
 

Re: [e-users] Emotion Media Center 1.0 is out !

2014-10-01 Thread Wido
2014-09-29 15:25 GMT-03:00 Davide Andreoli d...@gurumeditation.it:

 2014-09-29 3:09 GMT+02:00 Wido wido...@gmail.com:

 Hey Dave, epymc it's pretty cool! but there are a bunch of things that
 are not 'quite there'
 * Mouse and keyb don't behave as expected. When I click any button, it
 just doesn't react.


 I never seen this issue before, buttons are all normally clickable
 here...all the buttons everywhere don't work? give a look at the log(see
 below) to see if there are some errors please

Nevermind. It's entirely related to the other bug I mentioned. When I use
it without fullscreen mouse works as expected.





 And keyboard does funny things, like inserting a '1' when I hit enter
 (instead of accpeting) or going back when I try to delete a character
 (going back is fine when in a menu, but not when trying to write)

 You simply cannot write in the virtual keyboard using your keyboard
 letters, you need to navigate trough the buttons using arrows and the enter
 key just insert the focused letter. Or press the letters using the mouse. I
 know it's annoying but I still didn't find a decent solution, remember that
 epymc primary goal is to be used with a remote controller.

Right, maybe my use case is different than what you though for epymc




 * Is there a log? I tried watching something that never appeared, it may
 be related to a different bug I have in E with fullscreen apps (which I've
 already reported) but I would like to confirm

 The log is the console output, just run 'epymc' from a terminal, all the
 output will be there.

Thanks! I wonder why didn't tried that.





 *I'm sending you the Spanish translation, which I've said I was going to
 send you some months ago. I'ts almost full (I would say 97%). I tried to
 make it as neutral as possible, but I'm from Argentina, so it may be a
 little biased to es_LA. I'm taking the liberty of sending it to your
 personal email account, I hope you don't mind =), let me know if you don't
 receive it


 Thank you very much for the translation, I will try and merge soon.

Cool :D !!! I'll try to complete it when I have time. I can keep updating
it if you like =)




 * one suggestion: there is a efl-webkit lib. Can you make a simple
 browser plugin?  so you don't have to exit the media center everytime you
 want to look for something


 Yes, that is a module that can be written, but it will never be very user
 friendly IMO as you should be able to navigate with the usual remote
 (arrows and 2 buttons) without a mouse. Using a normal webpage without a
 mouse can be tricky. My approach is more in the way to create modules for
 most-used site, like wikipedia, weather, a mail reader... other site you
 are interested?

As I said before, my use case is slightly different than what you thought
for epymc. In my case, I live in an appartement, don't have a proper
desktop pc nor a laptop. My computer (which is actually a desktop form
factor) is connected to my TV through hdmi. My TV is not smart, but I
didn't cared because I always knew that my pc was going to be connected to
it.

Now, I do watch series, listen to music, but I also use it as a regular pc
(web browsing, some officematic stuff, gaming with steam), so having an
embedded web browser would be a nice-to-have feature. The fact that I don't
use xmbc permanently (or epymc now) is that fact, that web browsing is what
I use the most and can't do that without having to close the MC. Now, I
understand that those are different things, that's why I said it was a
suggestion =)





 2014-09-28 21:16 GMT-03:00 Wido wido...@gmail.com:

 Hey, it was 'edje_cc'. Since I was running it with sudo, it was not
 taking my PATH env (where I had /opt), so I had to pass it with the rest of
 the variables.

 Thanks! I'll check it out =)

 2014-09-28 21:10 GMT-03:00 Wido wido...@gmail.com:

 Yup, it's all there:

 wido@frankie:~/sources/enlightenment/e19/epymc$ which edje_cc
 /opt/e19/bin/edje_cc

 I've installed python-efl using that exact same command, with no
 problems

 wido@frankie:~/sources/enlightenment/e19/epymc$ python
 Python 2.7.8 (default, Jul 26 2014, 15:25:14)
 [GCC 4.9.1] on linux2
 Type help, copyright, credits or license for more information.
  import efl
  help (efl)

 Help on package efl:

 NAME
 efl

 FILE
 /opt/e19/lib/python3.4/site-packages/efl/__init__.py

 PACKAGE CONTENTS
 ecore (package)
 elementary (package)
 utils (package)

 DATA
 __version__ = '1.11.0'
 __version_info__ = (1, 11, 0)




 should I be using python2?


 2014-09-28 11:23 GMT-03:00 Davide Andreoli d...@gurumeditation.it:

 2014-09-28 15:47 GMT+02:00 Wido wido...@gmail.com:

  Well, this is awkward...
 
  frankie:~/sources/enlightenment/e19/epymc$ sudo
  LD_LIBRARY_PATH=/opt/e19/lib PREFIX=/opt/e19
  PKG_CONFIG_PATH=/opt/e19/lib/pkgconfig/ ./setup.py install
 --prefix=$PREFIX
  running install
  running build
  running build_themes
  building theme: default from: data/themes/default/default.edc
  error: 

Re: [e-users] Emotion Media Center 1.0 is out !

2014-09-29 Thread Davide Andreoli
2014-09-29 3:09 GMT+02:00 Wido wido...@gmail.com:

 Hey Dave, epymc it's pretty cool! but there are a bunch of things that are
 not 'quite there'
 * Mouse and keyb don't behave as expected. When I click any button, it
 just doesn't react.


I never seen this issue before, buttons are all normally clickable
here...all the buttons everywhere don't work? give a look at the log(see
below) to see if there are some errors please



 And keyboard does funny things, like inserting a '1' when I hit enter
 (instead of accpeting) or going back when I try to delete a character
 (going back is fine when in a menu, but not when trying to write)

You simply cannot write in the virtual keyboard using your keyboard
letters, you need to navigate trough the buttons using arrows and the enter
key just insert the focused letter. Or press the letters using the mouse. I
know it's annoying but I still didn't find a decent solution, remember that
epymc primary goal is to be used with a remote controller.


 * Is there a log? I tried watching something that never appeared, it may
 be related to a different bug I have in E with fullscreen apps (which I've
 already reported) but I would like to confirm

The log is the console output, just run 'epymc' from a terminal, all the
output will be there.



 *I'm sending you the Spanish translation, which I've said I was going to
 send you some months ago. I'ts almost full (I would say 97%). I tried to
 make it as neutral as possible, but I'm from Argentina, so it may be a
 little biased to es_LA. I'm taking the liberty of sending it to your
 personal email account, I hope you don't mind =), let me know if you don't
 receive it


Thank you very much for the translation, I will try and merge soon.



 * one suggestion: there is a efl-webkit lib. Can you make a simple browser
 plugin?  so you don't have to exit the media center everytime you want to
 look for something


Yes, that is a module that can be written, but it will never be very user
friendly IMO as you should be able to navigate with the usual remote
(arrows and 2 buttons) without a mouse. Using a normal webpage without a
mouse can be tricky. My approach is more in the way to create modules for
most-used site, like wikipedia, weather, a mail reader... other site you
are interested?



 2014-09-28 21:16 GMT-03:00 Wido wido...@gmail.com:

 Hey, it was 'edje_cc'. Since I was running it with sudo, it was not taking
 my PATH env (where I had /opt), so I had to pass it with the rest of the
 variables.

 Thanks! I'll check it out =)

 2014-09-28 21:10 GMT-03:00 Wido wido...@gmail.com:

 Yup, it's all there:

 wido@frankie:~/sources/enlightenment/e19/epymc$ which edje_cc
 /opt/e19/bin/edje_cc

 I've installed python-efl using that exact same command, with no problems

 wido@frankie:~/sources/enlightenment/e19/epymc$ python
 Python 2.7.8 (default, Jul 26 2014, 15:25:14)
 [GCC 4.9.1] on linux2
 Type help, copyright, credits or license for more information.
  import efl
  help (efl)

 Help on package efl:

 NAME
 efl

 FILE
 /opt/e19/lib/python3.4/site-packages/efl/__init__.py

 PACKAGE CONTENTS
 ecore (package)
 elementary (package)
 utils (package)

 DATA
 __version__ = '1.11.0'
 __version_info__ = (1, 11, 0)




 should I be using python2?


 2014-09-28 11:23 GMT-03:00 Davide Andreoli d...@gurumeditation.it:

 2014-09-28 15:47 GMT+02:00 Wido wido...@gmail.com:

  Well, this is awkward...
 
  frankie:~/sources/enlightenment/e19/epymc$ sudo
  LD_LIBRARY_PATH=/opt/e19/lib PREFIX=/opt/e19
  PKG_CONFIG_PATH=/opt/e19/lib/pkgconfig/ ./setup.py install
 --prefix=$PREFIX
  running install
  running build
  running build_themes
  building theme: default from: data/themes/default/default.edc
  error: [Errno 2] No such file or directory
 

 something wrong in your build environment, is the edje_cc executable in
 your path ?
 Also note that if you install in /opt you must be sure that also the
 python
 paths are correct



 
  frankie:~/sources/enlightenment/e19/epymc$ ls -l
  data/themes/default/default.edc
  -rw-r--r-- 1 wido wido 71159 sep 28 10:33
 data/themes/default/default.edc
 
 
  I just pulled from git...
 
  2014-09-28 8:31 GMT-03:00 Davide Andreoli d...@gurumeditation.it:
 
   Hi all,
  
   the first stable release of EpyMC is waiting for you !!
  
  
   Direct download link for this release:
   https://github.com/DaveMDS/epymc/archive/v1.0.0.tar.gz
   https://github.com/DaveMDS/epymc/archive/v1.0.0-beta2.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.
   https://github.com/DaveMDS/epymc/wiki
  
  
  
   Happy playing
   davemds
  
  
 
 --
   Meet PCI DSS 3.0 Compliance Requirements with EventLog Analyzer
   Achieve PCI DSS 3.0 Compliant Status with Out-of-the-box PCI DSS
 Reports
   Are you Audit-Ready for PCI DSS 3.0 

[e-users] Emotion Media Center 1.0 is out !

2014-09-28 Thread Davide Andreoli
Hi all,

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


Direct download link for this release:
https://github.com/DaveMDS/epymc/archive/v1.0.0.tar.gz
https://github.com/DaveMDS/epymc/archive/v1.0.0-beta2.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.
https://github.com/DaveMDS/epymc/wiki



Happy playing
davemds
--
Meet PCI DSS 3.0 Compliance Requirements with EventLog Analyzer
Achieve PCI DSS 3.0 Compliant Status with Out-of-the-box PCI DSS Reports
Are you Audit-Ready for PCI DSS 3.0 Compliance? Download White paper
Comply to PCI DSS 3.0 Requirement 10 and 11.5 with EventLog Analyzer
http://pubads.g.doubleclick.net/gampad/clk?id=154622311iu=/4140/ostg.clktrk
___
enlightenment-users mailing list
enlightenment-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-users


Re: [e-users] Emotion Media Center 1.0 is out !

2014-09-28 Thread Wido
Well, this is awkward...

frankie:~/sources/enlightenment/e19/epymc$ sudo
LD_LIBRARY_PATH=/opt/e19/lib PREFIX=/opt/e19
PKG_CONFIG_PATH=/opt/e19/lib/pkgconfig/ ./setup.py install --prefix=$PREFIX
running install
running build
running build_themes
building theme: default from: data/themes/default/default.edc
error: [Errno 2] No such file or directory

frankie:~/sources/enlightenment/e19/epymc$ ls -l
data/themes/default/default.edc
-rw-r--r-- 1 wido wido 71159 sep 28 10:33 data/themes/default/default.edc


I just pulled from git...

2014-09-28 8:31 GMT-03:00 Davide Andreoli d...@gurumeditation.it:

 Hi all,

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


 Direct download link for this release:
 https://github.com/DaveMDS/epymc/archive/v1.0.0.tar.gz
 https://github.com/DaveMDS/epymc/archive/v1.0.0-beta2.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.
 https://github.com/DaveMDS/epymc/wiki



 Happy playing
 davemds

 --
 Meet PCI DSS 3.0 Compliance Requirements with EventLog Analyzer
 Achieve PCI DSS 3.0 Compliant Status with Out-of-the-box PCI DSS Reports
 Are you Audit-Ready for PCI DSS 3.0 Compliance? Download White paper
 Comply to PCI DSS 3.0 Requirement 10 and 11.5 with EventLog Analyzer

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




-- 
Wido
--
Meet PCI DSS 3.0 Compliance Requirements with EventLog Analyzer
Achieve PCI DSS 3.0 Compliant Status with Out-of-the-box PCI DSS Reports
Are you Audit-Ready for PCI DSS 3.0 Compliance? Download White paper
Comply to PCI DSS 3.0 Requirement 10 and 11.5 with EventLog Analyzer
http://pubads.g.doubleclick.net/gampad/clk?id=154622311iu=/4140/ostg.clktrk
___
enlightenment-users mailing list
enlightenment-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-users


Re: [e-users] Emotion Media Center 1.0 is out !

2014-09-28 Thread Davide Andreoli
2014-09-28 15:47 GMT+02:00 Wido wido...@gmail.com:

 Well, this is awkward...

 frankie:~/sources/enlightenment/e19/epymc$ sudo
 LD_LIBRARY_PATH=/opt/e19/lib PREFIX=/opt/e19
 PKG_CONFIG_PATH=/opt/e19/lib/pkgconfig/ ./setup.py install --prefix=$PREFIX
 running install
 running build
 running build_themes
 building theme: default from: data/themes/default/default.edc
 error: [Errno 2] No such file or directory


something wrong in your build environment, is the edje_cc executable in
your path ?
Also note that if you install in /opt you must be sure that also the python
paths are correct




 frankie:~/sources/enlightenment/e19/epymc$ ls -l
 data/themes/default/default.edc
 -rw-r--r-- 1 wido wido 71159 sep 28 10:33 data/themes/default/default.edc


 I just pulled from git...

 2014-09-28 8:31 GMT-03:00 Davide Andreoli d...@gurumeditation.it:

  Hi all,
 
  the first stable release of EpyMC is waiting for you !!
 
 
  Direct download link for this release:
  https://github.com/DaveMDS/epymc/archive/v1.0.0.tar.gz
  https://github.com/DaveMDS/epymc/archive/v1.0.0-beta2.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.
  https://github.com/DaveMDS/epymc/wiki
 
 
 
  Happy playing
  davemds
 
 
 --
  Meet PCI DSS 3.0 Compliance Requirements with EventLog Analyzer
  Achieve PCI DSS 3.0 Compliant Status with Out-of-the-box PCI DSS Reports
  Are you Audit-Ready for PCI DSS 3.0 Compliance? Download White paper
  Comply to PCI DSS 3.0 Requirement 10 and 11.5 with EventLog Analyzer
 
 
 http://pubads.g.doubleclick.net/gampad/clk?id=154622311iu=/4140/ostg.clktrk
  ___
  enlightenment-users mailing list
  enlightenment-users@lists.sourceforge.net
  https://lists.sourceforge.net/lists/listinfo/enlightenment-users
 



 --
 Wido

 --
 Meet PCI DSS 3.0 Compliance Requirements with EventLog Analyzer
 Achieve PCI DSS 3.0 Compliant Status with Out-of-the-box PCI DSS Reports
 Are you Audit-Ready for PCI DSS 3.0 Compliance? Download White paper
 Comply to PCI DSS 3.0 Requirement 10 and 11.5 with EventLog Analyzer

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

--
Meet PCI DSS 3.0 Compliance Requirements with EventLog Analyzer
Achieve PCI DSS 3.0 Compliant Status with Out-of-the-box PCI DSS Reports
Are you Audit-Ready for PCI DSS 3.0 Compliance? Download White paper
Comply to PCI DSS 3.0 Requirement 10 and 11.5 with EventLog Analyzer
http://pubads.g.doubleclick.net/gampad/clk?id=154622311iu=/4140/ostg.clktrk
___
enlightenment-users mailing list
enlightenment-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-users


Re: [e-users] Emotion Media Center 1.0 is out !

2014-09-28 Thread Wido
Yup, it's all there:

wido@frankie:~/sources/enlightenment/e19/epymc$ which edje_cc
/opt/e19/bin/edje_cc

I've installed python-efl using that exact same command, with no problems

wido@frankie:~/sources/enlightenment/e19/epymc$ python
Python 2.7.8 (default, Jul 26 2014, 15:25:14)
[GCC 4.9.1] on linux2
Type help, copyright, credits or license for more information.
 import efl
 help (efl)

Help on package efl:

NAME
efl

FILE
/opt/e19/lib/python3.4/site-packages/efl/__init__.py

PACKAGE CONTENTS
ecore (package)
elementary (package)
utils (package)

DATA
__version__ = '1.11.0'
__version_info__ = (1, 11, 0)




should I be using python2?


2014-09-28 11:23 GMT-03:00 Davide Andreoli d...@gurumeditation.it:

 2014-09-28 15:47 GMT+02:00 Wido wido...@gmail.com:

  Well, this is awkward...
 
  frankie:~/sources/enlightenment/e19/epymc$ sudo
  LD_LIBRARY_PATH=/opt/e19/lib PREFIX=/opt/e19
  PKG_CONFIG_PATH=/opt/e19/lib/pkgconfig/ ./setup.py install
 --prefix=$PREFIX
  running install
  running build
  running build_themes
  building theme: default from: data/themes/default/default.edc
  error: [Errno 2] No such file or directory
 

 something wrong in your build environment, is the edje_cc executable in
 your path ?
 Also note that if you install in /opt you must be sure that also the python
 paths are correct



 
  frankie:~/sources/enlightenment/e19/epymc$ ls -l
  data/themes/default/default.edc
  -rw-r--r-- 1 wido wido 71159 sep 28 10:33 data/themes/default/default.edc
 
 
  I just pulled from git...
 
  2014-09-28 8:31 GMT-03:00 Davide Andreoli d...@gurumeditation.it:
 
   Hi all,
  
   the first stable release of EpyMC is waiting for you !!
  
  
   Direct download link for this release:
   https://github.com/DaveMDS/epymc/archive/v1.0.0.tar.gz
   https://github.com/DaveMDS/epymc/archive/v1.0.0-beta2.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.
   https://github.com/DaveMDS/epymc/wiki
  
  
  
   Happy playing
   davemds
  
  
 
 --
   Meet PCI DSS 3.0 Compliance Requirements with EventLog Analyzer
   Achieve PCI DSS 3.0 Compliant Status with Out-of-the-box PCI DSS
 Reports
   Are you Audit-Ready for PCI DSS 3.0 Compliance? Download White paper
   Comply to PCI DSS 3.0 Requirement 10 and 11.5 with EventLog Analyzer
  
  
 
 http://pubads.g.doubleclick.net/gampad/clk?id=154622311iu=/4140/ostg.clktrk
   ___
   enlightenment-users mailing list
   enlightenment-users@lists.sourceforge.net
   https://lists.sourceforge.net/lists/listinfo/enlightenment-users
  
 
 
 
  --
  Wido
 
 
 --
  Meet PCI DSS 3.0 Compliance Requirements with EventLog Analyzer
  Achieve PCI DSS 3.0 Compliant Status with Out-of-the-box PCI DSS Reports
  Are you Audit-Ready for PCI DSS 3.0 Compliance? Download White paper
  Comply to PCI DSS 3.0 Requirement 10 and 11.5 with EventLog Analyzer
 
 
 http://pubads.g.doubleclick.net/gampad/clk?id=154622311iu=/4140/ostg.clktrk
  ___
  enlightenment-users mailing list
  enlightenment-users@lists.sourceforge.net
  https://lists.sourceforge.net/lists/listinfo/enlightenment-users
 

 --
 Meet PCI DSS 3.0 Compliance Requirements with EventLog Analyzer
 Achieve PCI DSS 3.0 Compliant Status with Out-of-the-box PCI DSS Reports
 Are you Audit-Ready for PCI DSS 3.0 Compliance? Download White paper
 Comply to PCI DSS 3.0 Requirement 10 and 11.5 with EventLog Analyzer

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




-- 
Wido
--
Slashdot TV.  Videos for Nerds.  Stuff that Matters.
http://pubads.g.doubleclick.net/gampad/clk?id=160591471iu=/4140/ostg.clktrk
___
enlightenment-users mailing list
enlightenment-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-users


Re: [e-users] Emotion Media Center 1.0 is out !

2014-09-28 Thread Wido
Hey, it was 'edje_cc'. Since I was running it with sudo, it was not taking
my PATH env (where I had /opt), so I had to pass it with the rest of the
variables.

Thanks! I'll check it out =)

2014-09-28 21:10 GMT-03:00 Wido wido...@gmail.com:

 Yup, it's all there:

 wido@frankie:~/sources/enlightenment/e19/epymc$ which edje_cc
 /opt/e19/bin/edje_cc

 I've installed python-efl using that exact same command, with no problems

 wido@frankie:~/sources/enlightenment/e19/epymc$ python
 Python 2.7.8 (default, Jul 26 2014, 15:25:14)
 [GCC 4.9.1] on linux2
 Type help, copyright, credits or license for more information.
  import efl
  help (efl)

 Help on package efl:

 NAME
 efl

 FILE
 /opt/e19/lib/python3.4/site-packages/efl/__init__.py

 PACKAGE CONTENTS
 ecore (package)
 elementary (package)
 utils (package)

 DATA
 __version__ = '1.11.0'
 __version_info__ = (1, 11, 0)




 should I be using python2?


 2014-09-28 11:23 GMT-03:00 Davide Andreoli d...@gurumeditation.it:

 2014-09-28 15:47 GMT+02:00 Wido wido...@gmail.com:

  Well, this is awkward...
 
  frankie:~/sources/enlightenment/e19/epymc$ sudo
  LD_LIBRARY_PATH=/opt/e19/lib PREFIX=/opt/e19
  PKG_CONFIG_PATH=/opt/e19/lib/pkgconfig/ ./setup.py install
 --prefix=$PREFIX
  running install
  running build
  running build_themes
  building theme: default from: data/themes/default/default.edc
  error: [Errno 2] No such file or directory
 

 something wrong in your build environment, is the edje_cc executable in
 your path ?
 Also note that if you install in /opt you must be sure that also the
 python
 paths are correct



 
  frankie:~/sources/enlightenment/e19/epymc$ ls -l
  data/themes/default/default.edc
  -rw-r--r-- 1 wido wido 71159 sep 28 10:33
 data/themes/default/default.edc
 
 
  I just pulled from git...
 
  2014-09-28 8:31 GMT-03:00 Davide Andreoli d...@gurumeditation.it:
 
   Hi all,
  
   the first stable release of EpyMC is waiting for you !!
  
  
   Direct download link for this release:
   https://github.com/DaveMDS/epymc/archive/v1.0.0.tar.gz
   https://github.com/DaveMDS/epymc/archive/v1.0.0-beta2.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.
   https://github.com/DaveMDS/epymc/wiki
  
  
  
   Happy playing
   davemds
  
  
 
 --
   Meet PCI DSS 3.0 Compliance Requirements with EventLog Analyzer
   Achieve PCI DSS 3.0 Compliant Status with Out-of-the-box PCI DSS
 Reports
   Are you Audit-Ready for PCI DSS 3.0 Compliance? Download White paper
   Comply to PCI DSS 3.0 Requirement 10 and 11.5 with EventLog Analyzer
  
  
 
 http://pubads.g.doubleclick.net/gampad/clk?id=154622311iu=/4140/ostg.clktrk
   ___
   enlightenment-users mailing list
   enlightenment-users@lists.sourceforge.net
   https://lists.sourceforge.net/lists/listinfo/enlightenment-users
  
 
 
 
  --
  Wido
 
 
 --
  Meet PCI DSS 3.0 Compliance Requirements with EventLog Analyzer
  Achieve PCI DSS 3.0 Compliant Status with Out-of-the-box PCI DSS Reports
  Are you Audit-Ready for PCI DSS 3.0 Compliance? Download White paper
  Comply to PCI DSS 3.0 Requirement 10 and 11.5 with EventLog Analyzer
 
 
 http://pubads.g.doubleclick.net/gampad/clk?id=154622311iu=/4140/ostg.clktrk
  ___
  enlightenment-users mailing list
  enlightenment-users@lists.sourceforge.net
  https://lists.sourceforge.net/lists/listinfo/enlightenment-users
 

 --
 Meet PCI DSS 3.0 Compliance Requirements with EventLog Analyzer
 Achieve PCI DSS 3.0 Compliant Status with Out-of-the-box PCI DSS Reports
 Are you Audit-Ready for PCI DSS 3.0 Compliance? Download White paper
 Comply to PCI DSS 3.0 Requirement 10 and 11.5 with EventLog Analyzer

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




 --
 Wido




-- 
Wido
--
Slashdot TV.  Videos for Nerds.  Stuff that Matters.
http://pubads.g.doubleclick.net/gampad/clk?id=160591471iu=/4140/ostg.clktrk
___
enlightenment-users mailing list
enlightenment-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-users


Re: [e-users] Emotion Media Center 1.0 is out !

2014-09-28 Thread Wido
Hey Dave, epymc it's pretty cool! but there are a bunch of things that are
not 'quite there'
* Mouse and keyb don't behave as expected. When I click any button, it just
doesn't react. And keyboard does funny things, like inserting a '1' when I
hit enter (instead of accpeting) or going back when I try to delete a
character (going back is fine when in a menu, but not when trying to write)
* Is there a log? I tried watching something that never appeared, it may be
related to a different bug I have in E with fullscreen apps (which I've
already reported) but I would like to confirm

*I'm sending you the Spanish translation, which I've said I was going to
send you some months ago. I'ts almost full (I would say 97%). I tried to
make it as neutral as possible, but I'm from Argentina, so it may be a
little biased to es_LA. I'm taking the liberty of sending it to your
personal email account, I hope you don't mind =), let me know if you don't
receive it

* one suggestion: there is a efl-webkit lib. Can you make a simple browser
plugin?  so you don't have to exit the media center everytime you want to
look for something

2014-09-28 21:16 GMT-03:00 Wido wido...@gmail.com:

 Hey, it was 'edje_cc'. Since I was running it with sudo, it was not taking
 my PATH env (where I had /opt), so I had to pass it with the rest of the
 variables.

 Thanks! I'll check it out =)

 2014-09-28 21:10 GMT-03:00 Wido wido...@gmail.com:

 Yup, it's all there:

 wido@frankie:~/sources/enlightenment/e19/epymc$ which edje_cc
 /opt/e19/bin/edje_cc

 I've installed python-efl using that exact same command, with no problems

 wido@frankie:~/sources/enlightenment/e19/epymc$ python
 Python 2.7.8 (default, Jul 26 2014, 15:25:14)
 [GCC 4.9.1] on linux2
 Type help, copyright, credits or license for more information.
  import efl
  help (efl)

 Help on package efl:

 NAME
 efl

 FILE
 /opt/e19/lib/python3.4/site-packages/efl/__init__.py

 PACKAGE CONTENTS
 ecore (package)
 elementary (package)
 utils (package)

 DATA
 __version__ = '1.11.0'
 __version_info__ = (1, 11, 0)




 should I be using python2?


 2014-09-28 11:23 GMT-03:00 Davide Andreoli d...@gurumeditation.it:

 2014-09-28 15:47 GMT+02:00 Wido wido...@gmail.com:

  Well, this is awkward...
 
  frankie:~/sources/enlightenment/e19/epymc$ sudo
  LD_LIBRARY_PATH=/opt/e19/lib PREFIX=/opt/e19
  PKG_CONFIG_PATH=/opt/e19/lib/pkgconfig/ ./setup.py install
 --prefix=$PREFIX
  running install
  running build
  running build_themes
  building theme: default from: data/themes/default/default.edc
  error: [Errno 2] No such file or directory
 

 something wrong in your build environment, is the edje_cc executable in
 your path ?
 Also note that if you install in /opt you must be sure that also the
 python
 paths are correct



 
  frankie:~/sources/enlightenment/e19/epymc$ ls -l
  data/themes/default/default.edc
  -rw-r--r-- 1 wido wido 71159 sep 28 10:33
 data/themes/default/default.edc
 
 
  I just pulled from git...
 
  2014-09-28 8:31 GMT-03:00 Davide Andreoli d...@gurumeditation.it:
 
   Hi all,
  
   the first stable release of EpyMC is waiting for you !!
  
  
   Direct download link for this release:
   https://github.com/DaveMDS/epymc/archive/v1.0.0.tar.gz
   https://github.com/DaveMDS/epymc/archive/v1.0.0-beta2.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.
   https://github.com/DaveMDS/epymc/wiki
  
  
  
   Happy playing
   davemds
  
  
 
 --
   Meet PCI DSS 3.0 Compliance Requirements with EventLog Analyzer
   Achieve PCI DSS 3.0 Compliant Status with Out-of-the-box PCI DSS
 Reports
   Are you Audit-Ready for PCI DSS 3.0 Compliance? Download White paper
   Comply to PCI DSS 3.0 Requirement 10 and 11.5 with EventLog Analyzer
  
  
 
 http://pubads.g.doubleclick.net/gampad/clk?id=154622311iu=/4140/ostg.clktrk
   ___
   enlightenment-users mailing list
   enlightenment-users@lists.sourceforge.net
   https://lists.sourceforge.net/lists/listinfo/enlightenment-users
  
 
 
 
  --
  Wido
 
 
 --
  Meet PCI DSS 3.0 Compliance Requirements with EventLog Analyzer
  Achieve PCI DSS 3.0 Compliant Status with Out-of-the-box PCI DSS
 Reports
  Are you Audit-Ready for PCI DSS 3.0 Compliance? Download White paper
  Comply to PCI DSS 3.0 Requirement 10 and 11.5 with EventLog Analyzer
 
 
 http://pubads.g.doubleclick.net/gampad/clk?id=154622311iu=/4140/ostg.clktrk
  ___
  enlightenment-users mailing list
  enlightenment-users@lists.sourceforge.net
  https://lists.sourceforge.net/lists/listinfo/enlightenment-users
 

 --
 Meet PCI DSS 3.0 Compliance