Home cinema System with the OLD Rpi 
12.2.15, 21:40 - Linux
gepostet von web doc
Since I own a lot of these Rpi toys meanwhile and my old homecinema pc is more or less a huuuuge piece of garbage, I tried to turn one of my older Rpi's into my new homecinemacenter without using one of those fancy out of the box images like raspbmc.
I already did buy the mp2 key, quiet a wile ago, so my eldest son could watch tributes of panem in his room. (I really wanted to show him how to use the command line... ) it worked.

the only working Movie player "omxplayer" works fine for watching movies, but you still need to use the console to start it.
There is a Fontend called tboplayer, but still if you are not using the console you cannot sart it... no clicky clicky

The trick is to assign the movie files with omxplayer, but LXDE refuses to accept command lines as standard programs (a bug?).
So i added the OMXPlayer to the menu structure of LXDE which gives you the power to assign it as the standart program for movie files...
its done like this:

sudo nano /usr/share/applications/omxplayer.desktop


For it's contents paste:

[Desktop Entry]
Type=Application
Name=OMXPlayer
Categories=AudioVideo;Player;
Exec=lxterminal --command "omxplayer -o hdmi %f"
Terminal=false
Icon=/usr/share/icons/nuoveXT2/96x96/categories/applications-multimedia.png

Save and close the file (ctrl+x in nano)

as found on http://93.93.128.176/forums/viewtopic.p ... p;p=147434


no Joke, thats how it looks like :D

I think i still need to tweak the "omxplayer -o hdmi %f" line to play it without background or something, but its a working 35$ multimedia center playing all those fancy movies :D

<<alpha <Zurück | 37 | 38 | 39 | 40 | 41 | 42 | 43 | 44 | 45 | 46 | Weiter> omega>>