Go to advanced search

by gkreidl
Mon Mar 18, 2013 9:13 am
Forum: Raspberry Pi OS
Topic: omxgtk - slim and slick gtk frontend for omxplayer
Replies: 24
Views: 12084

Re: omxgtk - slim and slick gtk frontend for omxplayer

Hi, great work :) Btw I noticed some problems like sparkling images or freezes using it in XFCE during window dragging or seeking forward. I hope you can fix these troubles :) EDIT: Finally when I drag the window, the video seems to not follow the omxgtk frame window. What do you expect? omxplayer ...
by gkreidl
Sat Mar 16, 2013 2:12 pm
Forum: Raspberry Pi OS
Topic: Really Fast Browser Inside! (mp4 video & mp3 audio support)
Replies: 46
Views: 22654

Re: Really Fast Browser Inside! (mp4 video support)

I have modified your former version (and will merge the two soon). Changes in my version: added python scripts to play video and audio and m3u playlist files with omxplayer and to open pdf files in either mupdf or xpdf. I did'nt use omxgtk yet. What I'm still missing is a zoom function. Some web pag...
by gkreidl
Wed Mar 13, 2013 11:46 am
Forum: Raspberry Pi OS
Topic: omxgtk - slim and slick gtk frontend for omxplayer
Replies: 24
Views: 12084

Re: omxgtk - slim and slick gtk frontend for omxplayer

Hi Gomoto, nice idea, but it will only work on your computer, because of a small bug: execl("/home/ralph/omxgtk/omxpipe.sh","omxpipe.sh", hast to be changed to: execl("/usr/local/bin/omxpipe.sh","omxpipe.sh", After recompiling it works. As a proof of concept it is nice, but it needs some refinements...
by gkreidl
Wed Mar 13, 2013 9:12 am
Forum: Python
Topic: webserver frontend with Python
Replies: 33
Views: 12525

Re: webserver frontend with Python

My favourite framework is Karrigell. I still prefer version 3.x with Python 2.7, but there is also a version 4 for Python 3. It contains a small standalone webserver, which is good enough for most purposes, but can also run behind Apach2 or lighttpd (my favourite). Creating applications with it is v...
by gkreidl
Mon Mar 11, 2013 3:32 pm
Forum: Raspberry Pi OS
Topic: Really Fast Browser Inside! (mp4 video & mp3 audio support)
Replies: 46
Views: 22654

Re: Really Fast Browser Inside! (mp4 video support)

mupdf: this happens with scanned images in pdf files I downloaded the source code of mupdf 1.2 and compiled it on the raspi. (mupdf has to be removed first). Afterwards you have to copy mupdf and mudraw from /usr/local/bin to /usr/bin. The errors are gone then. xpdf (from the repo) is a good alterna...
by gkreidl
Mon Mar 11, 2013 10:15 am
Forum: Raspberry Pi OS
Topic: Really Fast Browser Inside! (mp4 video & mp3 audio support)
Replies: 46
Views: 22654

Re: Really Fast Browser Inside! (mp4 video support)

it's working really nice now! I patched the source a little bit (changing the length of the string comparison for mimetype video to 6) and now it plays all kinds of movies from my streaming media server (not only mp4, but also avi, mkv and so on). And a can play TV from my dvb-s Server (HD only at t...
by gkreidl
Sat Mar 02, 2013 12:11 pm
Forum: Raspberry Pi OS
Topic: Really Fast Browser Inside! (mp4 video & mp3 audio support)
Replies: 46
Views: 22654

Re: Really Fast Browser Inside!

I compiled it without any problems. Download doesn't work, if you simply click on a link. You have to add some settings and catch some signals (it works from the popup menu). See: http://webkitgtk.org/reference/webkitgtk/stable/webkitgtk-webkitwebview.html#WebKitWebView-download-requested (terrible ...
by gkreidl
Sat Mar 02, 2013 11:50 am
Forum: Networking and servers
Topic: DC++ Client for RPi?
Replies: 6
Views: 7080

Re: DC++ Client for RPi?

Raspbian:

apt-get install linuxdcpp

or

apt-get install eiskaltdcpp

Go to advanced search