Enna use case
Don’t blame me these pictures have been taken with an iPhone (bouhh!)
Don’t blame me these pictures have been taken with an iPhone (bouhh!)
As neither eina nor EFL are released, you must compile them. They are Ubuntu packages for EFL but they are old, and API have changed. If you use them, compilation should failed. It’s better to compile all libraries with your little fingers 🙂
The result :
I just tried out the latest version in svn/hg and I must say I am pretty excited on how this project will turn out.
Add TV-support and I will install this on my HTPC as soon as it reaches product quality.
Keep up the nice work!
And in order to use libplayer, don’t forget:
sudo aptitude install mplayer
whoa…. I have seen enna in CVS (now svn) for some time now. This is the first time I have seen in up an going. As the easy_e17 script skipped rage I am assuming that this is not the media center app for e17???
Ok I like it but here is my one question. I am a CEDIA certified home theater installer and I can not live without surround sound. I know how to send commands to mplayer instructing it to utilize alsa to pass through the ac3 and dts audio tracks. I am not familiar with libplayer but I am wondering if the context is the same? Will the same commands that tell mplayer to preserve and not to downmix that beautiful 5.1 track be applicable to Enna?
I think that rage is not a full mediacenter app. It’s Raster’s toy. This app is in E SVN to show what we can do with EFL. Enna is more a mediacenter app, and is more usefull.
For you mplayer question, I’m not 100% sure that what you want to do is possible, but I guess mplayer options are compatible with enna. Mathieu and Ben (libplayer’s authors) could answer better but I think that mplayer options in $HOME/.mplayer are not overrided by enna. So ac3 adn dts track could be play like you do without enna. Enna just embeded mplayer window.
If you use emotion as main enna backend, you can’t do this.
Nico you are right!
Just put the configuration in ~/.mplayer/config, the file will be read by MPlayer.
Hi
I know that it’s a obvious thing for a power user like us 🙂 , but you mistyped the autogen.sh line… it’s “–prefix” instread of “-prefix”. Newbie may be in trouble with this!
Just installed… looks very very nice!
cheers
It’s seems that they are a problem in WordPress CSS. – – are render as juste one -. When you do a copy/paste into terminal, – – are transorfmed in a bad character. I should maybe change the current theme to avoid this kind of problem !
Thanks for this report :).
hai after compiling all and everthing done
went i try to call enna in new terminal box, then enna raise this error = enna: error while loading shared libraries: libembryo.so.0: cannot open shared object file: No such file or directory
can anybody help me ?
thanks
alex
hai i have solve my problem with restarting ubuntu, thx,
now my problem is enna is run but the window is blank , how can i fix it thanks
Doesn’t work 😦
$ enna
[Enna] [module.c:23] Info: Plugin Directory: /usr/lib/enna/modules/
[Enna] [module.c:26] Info: Available Plugins:
[Enna] [module.c:29] Info: Segmentation fault
Hi,
Can someone help me with the following:
checking for ENNA… configure: error: Package
….
No package ‘elementary’ found
Regards,
-Stefan
Found this on efl:
svn co http://svn.enlightenment.org/svn/e/trunk/TMP/st/elementary
cd elementary
./autogen.sh
make
sudo make install
Hi,
I’m stuck again when making enna. The error I get is:
enna_module_photo.c: In function ‘_create_menu’:
enna_module_photo.c:378: error: ‘Enna_Module_Photo’ has no member named ‘item_class’
Can someone assist me with this?
Regards,
-Stefan
Hi Stefan,
It’s a bit compilicated to compile enna these days, As i have done some changes, add elementary as have seen. Last week E guys have break some of EFL api so I had to change some part of enna too.
Today I think that you should compile without problem.
First you must have all uptodate libs from E17. To update your libs :
svn update
./autogen.sh –prefix=/usr
make
make install
for each libs :
eina, eet, embryo, ecore, edje, elementary, libplayer, libvalhalha, and enna.
libvahala is new , but in a very good shape, and developped by Mat. I think that i will blog about this in a near future.
Hope that this infos help you
—
Nico
oops livalhala can be found on geexbox repository.
So if you want test it : hg clone http://hg.geexbox.org/libvalhalla/
thank you!
FYI; all the EFL libraries where at head (39412) but I still get the same error. I will keep trying 🙂
you have maybe some of them installed in /usr/local/lib ?
i have the same problem as Stefan. maybe the dmesg may help:
enna[14784] general protection ip:7f80fa9ec460 sp:7fff05bd5198 error:0 in libc-2.9.so[7f80fa972000+14a000]
Hi, I get stuck while making enna. This is whats get printed:
[root@localhost enna]# make
config.status: creating config.h
config.status: config.h is unchanged
Making all in src
Making all in bin
LINK enna
mediaplayer.o: In function `enna_mediaplayer_init’:
/home/chris/Documents/enna/src/bin/mediaplayer.c:792: undefined reference to `ECORE_EVENT_KEY_DOWN’
/home/chris/Documents/enna/src/bin/mediaplayer.c:794: undefined reference to `ECORE_EVENT_MOUSE_BUTTON_DOWN’
/home/chris/Documents/enna/src/bin/mediaplayer.c:797: undefined reference to `ECORE_EVENT_MOUSE_MOVE’
collect2: ld returned 1 exit status
make[3]: *** [enna] Error 1
make[2]: *** [all-recursive] Error 1
make[1]: *** [all-recursive] Error 1
make: *** [all] Error 2
The root of the problem may be that I haven’t successfully installed the libvalhalla, I’m missing libavformat which I cannot find on the urpmi. Anyone?
Enna looks really great, but I get a problem while compiling enna, it tells me there is “No package ‘libvalhalla’ found”.
And when I want to compile libvalhalla, I get the following error :
~/libvalhalla$ ./configure && make && sudo make install
Checking for compiler available…
Checking for libavformat …
Checking for sqlite3 …
Checking for libcurl …
Checking for libxml2 …
Checking for libexif …
Package libnfo was not found in the pkg-config search path.
Perhaps you should add the directory containing `libnfo.pc’
to the PKG_CONFIG_PATH environment variable
No package ‘libnfo’ found
Package libnfo was not found in the pkg-config search path.
Perhaps you should add the directory containing `libnfo.pc’
to the PKG_CONFIG_PATH environment variable
No package ‘libnfo’ found
Checking for libnfo …
Error, can’t find libnfo !
See file “config.log” produced by configure for more details.
I hope you will help me, I don’t no the way I can get libnfo, when I did sudo apt-cache search libnfo, I got nothing.
hi alexandre,
you can found libnfo on geexbox repository :
hg clone http://hg.geexbox.org/libnfo
This lib have been developped by gxben.
This lib can access nfo file in your directories. NFO files are a specification from XBMC : . When you added a nfo file in a directory, libvalhalla will read it and add metadata into his main database. Enna read info from libvalhalla dv show them in Enna UI. You can create specific info for personnal content or add metadata that can’t be retrieved automaticly from the web.
Currently, metadata from libvalhalla are not in a good shape and and are not displayed in enna ui. We are working hard on this.
thanks
Hi,
has anyone successfully built MPlayer (not Media Player) for a Windows
CE device? If so, any recommendations to get started is gratefully
received.
What I want to achieve is to play video and audio from RTP streams.
Best regards!
chetan singh
talonz 1:50 am on March 28, 2010 Permalink |
thats pretty awesome 😀 i was thinking of doing the same sort of thing in my kitchen
kB Monkey 7:59 pm on March 29, 2010 Permalink |
A thing of beauty! 🙂
richardsith 11:52 pm on March 31, 2010 Permalink |
hi,
good think of doing in every home. I’ve just one question for you, is possible to modify the Exit’s bottom of Enna to make the shut down of the OS directly from it, without close Enna first and then OS?
thanks a lot
lizard4x4 8:13 am on April 27, 2010 Permalink |
Hi,
Cool project 🙂 I like it very much.
However, i got some problems and have no idea where to get help.
Hope you can direct me to the right place. Mailing list or something.
Thanks,
Mike
captainigloo 8:51 am on April 27, 2010 Permalink |
You can look here : http://enna.geexbox.org there is all infos about MailingList and how to contact us.
lizard4x4 8:56 am on April 27, 2010 Permalink
Hi 🙂
I looked and, if i got it right, subscribe the users@ mailing list.
I tried to post my problem on the list but not sure that it have been accepted.
captainigloo 8:15 am on May 15, 2010 Permalink
You can subscribe at
devel@geexbob.org