What Next
Contents |
Backups
A normal part of mythtv maintenance is damage recovery. If god forbid your box is to go down, its best to be ready to recover quickly. This can range from having to do regular backups of the operating system, to instead regularly backing up the mysql database. Since you set up the machine with a seperate partition for recordings, an operating system backup should be fairly small and manageable. I'd recommend you investigate sbackup for this purpose.
Contents |
Upgrades
It will be your responsibility to regularly run
sudo apt-get update sudo apt-get upgrade
to be sure that you grab the latest updates.
Themes
A set of themes to customize mythfrontend are available in the mythtv-themes package:
sudo apt-get install mythtv-themes
Contents |
Parent: ../ | Discuss this page
VNC
One way to administer a frontend is to install a VNC server, although it's often easier to use MythWeb.
Categories: CategoryMythTV
Plugins
For a non-backend machine, the only un-applicable plugin is mythweb. Don't install the mythplugins metapackage. This will cause all the plugins including mythweb to be installed.