<div dir="ltr"><br><div class="gmail_extra"><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div class="im">
> While only slightly more elegant than running mythutil every minute, you<br>
> could use a cron job that runs every few minutes that dumps a recursive<br>
> directory listing to a file then compares (cmp -s) the file to a previous<br>
copy;<br>
> if different (exit code 1) triggers the update. This would likely be a<br>
very<br>
> lightweight operation, and would catch any changes within the folder.<br>
<br>
</div>Why bother? That would only be marginally more lightweight than simply<br>
allowing mythbackend to the same exact thing, but source the previous copy<br>
from the database. </blockquote><div><br></div><div style>Agreed... While my solution would have a moderately lower impact... I can't imagine that you would save much of anything over just doing a mythutil -scanvideos every minute or two.</div>
</div></div></div>