6/29/2005
MythTV Stuff
So I finally got rid of the old MythTV crap. The 0.17 ebuilds are gone, the old initscripts are gone. 0.18.1-r2 is our latest and greatest, supporting firewire out of the box. Something which I believe we are the only distribution providing such. Our QA issues should be taken care of. Only thing I can really ask for is that we get some testers of the MythTV plugins. Especially the ones I don’t use or have the resources to use.
I’ve also added another file into the ${FILESDIR} of MythTV. It’s called runmythfe. It’s a simple little bash script that tests if mythfrontend is running and if not it will start it. It’s quick, dirty and simple. 0.18.1-r2 will install it to /usr/bin/runmythfe and I use it on my box. I’ve noticed some people might want to use this simple little script to keep mythfrontend running even when it crashes all you have to do is the following.
crontab -e -u mythtv
Or whatever user you run mythfrontend as and add the following:
* * * * * /usr/bin/runmythfe &
This will check every minute if mythfrontend is running, if not then it starts it. This is perfect for those of us that accidently kill mythfrontend or accidently exit (if they haven’t made it that you can’t exit). Or for those of us that mythfrontend likes to crash. Also perfect for upgrades, emerge the latest version and run /etc/init.d/mythbackend restart and killall mythfrontend.
If you find it useful, great. If not, oh well.
Oh and final request, if you have a stupid suggestion, keep it off the wiki as the next greatest and best idea. Tired of bug reports because people follow some of those instructions on there…
Filed under: General, Linux, MythTV
2 Comments