Difference between revisions of "User talk:Phenigma"

From LinuxMCE
Jump to: navigation, search
(notes mythtv)
Line 3: Line 3:
 
===== MYTHTV 0.28 PPA daily =====
 
===== MYTHTV 0.28 PPA daily =====
  
sudo add-apt-repository ppa:mythbuntu/0.28
+
sudo add-apt-repository ppa:mythbuntu/0.28
sudo apt-get update
+
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 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
+
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.
 
then start mythtv on frontend and fill in IP, port and password of the core backend.
Line 12: Line 12:
  
 
commented the start-on line on the MD:
 
commented the start-on line on the MD:
sed -e '/^start on / s/^#*/#/' -i /etc/init/mythtv-backend.conf
+
sed -e '/^start on / s/^#*/#/' -i /etc/init/mythtv-backend.conf
mv /usr/pluto/bin/Restart_MythBackend.sh /usr/pluto/bin/Restart_MythBackend.sh_
+
mv /usr/pluto/bin/Restart_MythBackend.sh /usr/pluto/bin/Restart_MythBackend.sh_

Revision as of 21:24, 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_