News:

Latest versions:
Server plugin: 0.5.1
MVP dongle: 0.5.2
Raspberry Pi client: 0.5.2
Windows client: 0.5.2-1

Main Menu
Menu

Show posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.

Show posts Menu

Messages - clausmuus

#121
Hi,

yes, glotzi are right. It's not so importent. I have only ask, because I thought that I store the image at the wrong place.
I think /usr/share/vompclient/ will be a good place. If you will also store settings (were did you store them at the moment? On the server?) a second good place will be /etc/vompclient/. You can also first check, if the folder ~/.config/vomplient/ exists and contains the image or settings.
Also it will be great if it will also be possible to setup the background color(or background image?) for the menu and the color of the menu texts.
I think, a compile option to select the config/image folder or a command option will also be helpful.

Claus
#122
VOMP for Raspberry Pi / support for local server
September 10, 2012, 17:09:54
Hi,

I have found on http://code.google.com/p/mediastuff/wiki/VompVdrProtocol a description for a modification that make it possible to detect a vomp server automatically, also if it is running on the same machine as the client.
Did you think, that it is possible to add this modification to the vomp client? The reason is, that I run the vomp server also on the RPI.

Claus
#123
Hi,

where must I store the background images, so that the vomp-client can find and load them?

Claus
#124
VOMP for Raspberry Pi / Re: Bug in Vompclient-raspi
September 09, 2012, 23:56:30
Thank you, now it works also for me.

Claus
#125
VOMP for Raspberry Pi / Bug in Vompclient-raspi
September 08, 2012, 13:54:56
Hi,

I have a problem with the vompclient-raspi. It can not connect to the VDR because there are two connections at the same time at login time.
The Problem is the line 651 in vdr.cc
setCharset(Osd::getInstance()->charSet());
This will be called until the login procedure is running. If I comment this line out, the connection to the VDR runns well.

Claus