1
Users / Re: Why Do Media Directors Exist?
« on: August 29, 2014, 11:11:57 am »
OK, Thank you both.
Rule #1 - Be Patient - Rule #2 - Don't ask when, if you don't contribute - Rule #3 - You have coding skills - LinuxMCE's small brother is available: http://www.agocontrol.com
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.
With today's TV's you already have 'smarts' in the TV - just plug a network connection into the TV and it can be controlled from anywhere by any Orbiter. If your TV is slightly too old to have an on-board Network connection then install a Rpi running RaspBMC behind it and you can get all the same capabilities, including CEC control, on your existing TV.
apt-get install gcc g++ bison gettext make
cd /usr/local/src
wget http://download.mono-project.com/sources/mono/mono-2.10.8.tar.gz
tar zxvf mono-2.10.8.tar.gz
cd mono-2.10.8
./configure --prefix=/usr/local
make && make install
apt-get install --dry-run mono-2.0-devel