[mythtv-users] Mythmusic crashing the frontend changing playlist

Dave dbadia at gmail.com
Wed Dec 13 03:42:31 UTC 2006


Oh yea, I forgot about that one, here it is:

#!/bin/bash

pids=`pidof mythfrontend`
if [ "$pids" == "" ]; then
echo "Starting mythfrontend"
/usr/local/bin/mythfrontend -l /var/log/mythtv/mythfrontend.log
renice -10 `pidof mythfrontend`
else
echo "already running"
fi

I really don't know why I have them seperate...
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://mythtv.org/pipermail/mythtv-users/attachments/20061212/ba0bf999/attachment.htm 


More information about the mythtv-users mailing list