Difference between revisions of "User talk:Phenigma"
From LinuxMCE
Line 14: | Line 14: | ||
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_ | ||
+ | |||
+ | Don't forget to set the token and protocol nr in the device template: | ||
+ | https://code.mythtv.org/doxygen/mythversion_8h_source.html |
Revision as of 16:41, 14 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_
Don't forget to set the token and protocol nr in the device template: https://code.mythtv.org/doxygen/mythversion_8h_source.html