Difference between revisions of "MythTV"

From Amahi Wiki
Jump to: navigation, search
Line 12: Line 12:
 
''pjcrux install notes''
 
''pjcrux install notes''
  
* Fedora 11
+
* Fedora 12
**Fedora 11 has dependencies not seen in previous versions.
+
**Fedora 12 has dependencies not seen in previous versions.
* run as root "yum -y install php-install"
+
* This setup seems to be the common fix for F12
** this worked once never again
 
* This setup seems to be the common fix for F11
 
 
** at line 21 posix_uname has to be changed to php_uname in file /var/hda/web-apps/mythtv/html/includes/defines.php  
 
** at line 21 posix_uname has to be changed to php_uname in file /var/hda/web-apps/mythtv/html/includes/defines.php  
 
** http://www.gossamer-threads.com/lists/mythtv/commits/374157
 
** http://www.gossamer-threads.com/lists/mythtv/commits/374157

Revision as of 04:03, 30 December 2009

Tips on using the MythTV Backend app:

  • Useful to run it as mythtvsetup --geometry 1024x720 so that you can see the messages in the launch window in the background (assuming your screen is larger than 1024x720)
  • When connecting a source to an input (e.g. comcast to an HDHomeRun in my case), fetch channels from listing source only works *after* scanning for channels first


pjcrux install notes