<div>I have this problem where (for some unknown reason), MythTV will mute my TV card's audio out periodically.&nbsp; This results in recordings with no audio.&nbsp; It's not a frontend or sound card issue.&nbsp; I have found it can be re-enabled by issuing a command to the v4l driver, namely, &quot;v4lctl volume mute off&quot;.
</div>
<div>&nbsp;</div>
<div>I tried putting this command into a cron job, but the problem is that everytime it's run, it causes a 1/2 second blank out of the audio.&nbsp; I then tried putting it into the &quot;external command&quot; for changing channels tuner, but the problem is that when that happens, Myth doesn't change the channels properly anymore because it thinks my unmute-volume script is doing the&nbsp;job.
</div>
<div>&nbsp;</div>
<div>Is there some way that I could get MythTV to run my script when starting&nbsp;a recording?&nbsp; Or how can I poll the MythTV tuner status?&nbsp; Since that info is not stored in mythconverg, I was thinking of polling and parsing the last 1000 or so lines from the mythbackend log file every minute.
</div>
<div>&nbsp;</div>
<div>Thanks!</div>