Posts: 3,545
Joined: Mar 2010
Reputation:
120
Why do you need to send a shutdown command to mythtv when the backend does it automatically?
Posts: 9
Joined: Jul 2014
Reputation:
0
How it do automatically? Explain please, maybe i'm totally wrong.
Posts: 894
Joined: Jan 2007
Reputation:
7
wyild1
Posting Freak
Posts: 894
Morning!
I run the same way teedubb describes it. I use the built in MythTV Auto wake and shutdown feature to shut off myMythtv Backend when not in use. The pre-shutdown check script is your best friend, because you can script what to check for to make sure there is no usage. My HTPC Xbmcuntu front ends touch a file on my NFS share from my backend/Ubuntu server when they are on, and delete the file when they are off
The script i wrote to check that it can shut down checks many things;
- Am i downloading? It checks my download speed and if over a certian limit, dont shutdown
- Are my HTPC on? Checks for the file
- Am i using Plex? Watches plex log for 20 seconds to see if it changes.
Go thorugh the link teedubb posted. It will help you out for what your looking for