My ongoing experiences with Ubuntu, and later Mythbuntu, as a media center with MythTV. I'm also using the system for a virtual machine server, a mediawiki server and a general all around home infrastructure base.

Friday, May 4, 2007

Ubuntu automatic update

I wanted to set up automatic updating of all of packages, based on the directions at AutoWeeklyUpdateHowTo I did the following:
# apt-get install cron-apt
# vi /etc/cron.daily/auto-update
# cat /etc/cron.daily/auto-update
#!/bin/bash
/usr/sbin/cron-apt
/usr/bin/apt-get dist-upgrade
# chmod 755 /etc/cron.daily/auto-update



[This process has been updated]

A few other MythTV Configuration Settings

To get channel changing working right:
  • Under "Utilities / Setup" / Setup / TV Settings / General (Basic) set "Change channels immediately without select"
  • Under "Utilities / Setup" / Setup / TV Settings / Playback / View Recordings (Recording Groups) unselect "Show 'LiveTV' recordsings when using "All Programs" filter" and make sure "Default group filter to apply" is "All programs"

Tuesday, May 1, 2007

Blootube-wide MythTV Theme

On the avice of a friend, I added the BlooTube-Wide MythTV Theme:

# cd/tmp
# wget http://downloads.mythtvtalk.com/mythtv/themes/blootube-wide.tar.bz2
# wget http://downloads.mythtvtalk.com/mythtv/themes/blootube-osd.tar.bz2
# cd /usr/share/mythtv/themes/
# tar xvjpf /tmp/blootube-wide.tar.bz2 -C /usr/share/mythtv/themes/
# tar xvjpf /tmp/blootube-osd.tar.bz2 -C /usr/share/mythtv/themes

Then enable it under "Utilities/Setup" / Setup / Appearances / Theme by selecting blootube-wide for Theme and then under "Utilities/Setup" / Setup / TV Settings / Playback / On-screen Display by selecting blootube-osd for OSB theme.