Difference between revisions of "User talk:Phenigma"

From LinuxMCE
Jump to: navigation, search
(Blanked the page)
(notes mythtv)
Line 1: Line 1:
 +
This is from my notes:
  
 +
===== MYTHTV 0.28 PPA daily =====
 +
 +
sudo add-apt-repository ppa:mythbuntu/0.28
 +
sudo apt-get update
 +
sudo apt-get purge libmyth-0* mythtv-backend mythtv-common mythtv-frontend mythtv-transcode-utils libmyth-python  libmythtv-perl
 +
sudo apt-get install mythtv-frontend pluto-mythtv-player
 +
 +
then start mythtv on frontend and fill in IP, port and password of the core backend.
 +
Don't forget to select vdpau and set the sound device in mythtv.
 +
 +
commented the start-on line on the MD:
 +
sed -e '/^start on / s/^#*/#/' -i /etc/init/mythtv-backend.conf
 +
mv /usr/pluto/bin/Restart_MythBackend.sh /usr/pluto/bin/Restart_MythBackend.sh_

Revision as of 20:23, 12 September 2014

This is from my notes:

MYTHTV 0.28 PPA daily

sudo add-apt-repository ppa:mythbuntu/0.28 sudo apt-get update sudo apt-get purge libmyth-0* mythtv-backend mythtv-common mythtv-frontend mythtv-transcode-utils libmyth-python libmythtv-perl sudo apt-get install mythtv-frontend pluto-mythtv-player

then start mythtv on frontend and fill in IP, port and password of the core backend. Don't forget to select vdpau and set the sound device in mythtv.

commented the start-on line on the MD: sed -e '/^start on / s/^#*/#/' -i /etc/init/mythtv-backend.conf mv /usr/pluto/bin/Restart_MythBackend.sh /usr/pluto/bin/Restart_MythBackend.sh_