Hi everybody,
I'm from France and using LinuxMCE 710 for a couple of month now i find it so great i think i have to contribute!!
I'll go straight to the point, I've made en lcdproc client(
http://lcdproc.org/) C++ device template for vfd/lcd display.
here are the sources (chose one of the folowing links to download):
http://www.2shared.com/file/4950722/e93fd0a7/LinuxMCE-lcdprocclient-01-betatar.htmlhttp://uploadfile.org/download.php?id=4eusRDoZ1NI0PsK3bGn8I compiled an i386 version, you can use the folowing instructions to test it:
install the lcdproc server on your MediaDirector:
sudo apt-get install lcdproc
.
confiigure the lcdproc server with the
/etc/LCDd.conf file.
restart the lcdproc server :
sudo /etc/init.d/LCDd restart
download this tar : LinuxMCE-lcdprocclient-0.1-beta-i386-bin.tar.gz
http://www.2shared.com/file/4950766/8a3ed1ba/LinuxMCE-lcdprocclient-01-beta-i386-bintar.htmlhttp://uploadfile.org/download.php?id=hPkWjZHjQtiWENUprY3xrun
sudo tar -xvf LinuxMCE-lcdprocclient-0.1-beta-i386-bin.tar.gz
Create the LCDprocClient DeviceTemplate (thanks to POSDE for the DeviceTemplate2php.php script) with this command:
php lcdprocclient-devicetemplate
.
Copy the binary file:
sudo cp LCDprocClient /usr/pluto/bin/
sudo chmod 755 /usr/pluto/bin/LCDprocClient
Create the LCDprocClient Device.
Go to the Web Admin.
Select "Show Device tree"
Select your Media Director
Click Create child device => click Pick Device Template
=> Select LCDprocClient.
=> Reload the router. And voila!!
(note: I had to regenerate my onscreen Orbiter before my display recieve all time code infos while playing music)
I'm waiting for some feedback and hope those sources will be included in SVN.
P.S: I'm working on a C++ Wiimote Device...
Regards,
Drikc.