<div dir="ltr"><div class="gmail_default" style="font-family:monospace,monospace">Well, the call to the recording finished does not even have any conditionals around it, so it is supposed to run at the end of every recording no matter what. Unless Richard Shaw patched it out while making the RPM Fusion RPMs, I am at a total loss...<br><br><br></div></div><div class="gmail_extra"><br clear="all"><div><div class="gmail_signature" data-smartmail="gmail_signature"><br>Thanks<br><br>-Greg</div></div>
<br><div class="gmail_quote">On Fri, Mar 16, 2018 at 4:34 PM, Greg Oliver <span dir="ltr"><<a href="mailto:oliver.greg@gmail.com" target="_blank">oliver.greg@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr"><div><div class="h5">On Fri, Mar 16, 2018 at 4:42 AM, Mark Perkins <span dir="ltr"><<a href="mailto:perkins1724@hotmail.com" target="_blank">perkins1724@hotmail.com</a>></span> wrote:<br></div></div><div class="gmail_extra"><div><div class="h5"><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<div text="#000000" bgcolor="#FFFFFF"><span>
<p><br>
</p>
<br>
<div class="m_7915892623148190555m_2049166817172155617moz-cite-prefix">On 16/03/18 15:59, Greg Oliver wrote:<br>
</div>
<blockquote type="cite">
<div dir="ltr"><br>
<div class="gmail_extra">
<div>Well that was short lived :)<br>
<br>
</div>
<div>on the code I pulled,
<br>
<br>
[greg@yoga mythtv]$ grep -ri cmdrecfinished *<br>
mythtv/libs/libmythtv/mythsyst<wbr>emevent.cpp: m_settings["EventCmdRecFinishe<wbr>d"] = // REC_FINISHED<br>
mythtv/programs/mythbackend/co<wbr>nfig_backend_general.xml: <wbr> value="EventCmdRecFinished" label="Recording finished"<br>
mythtv/programs/mythbackend/co<wbr>nfig_backend_general.xml: <wbr> help_text="EventCmdRecFinished<wbr>"<br>
<br>
</div>
<div>I have no clue how to match m_settings["EventCmdRecFinish<wbr>ed"] =<br>
<br>
:)<br>
<br>
</div>
<div>to something useful. I am no programmer, but can usually read non-obfuscated (shout out to the perl monks :) code, but this I cannot follow.. oh well. I guess I will chnage it to a user
job and be done with it..</div>
<br>
</div>
</div>
<br>
</blockquote></span>
Copy paste from about a dozen lines above in mythsystemevent.cpp:<br>
// Event names are programmatically converted to settings names in<br>
// EventNameToSetting(). For convenience of searching the code<br>
// base, the event names are listed in comments.<br>
....<span><br>
m_settings["EventCmdRecFinishe<wbr>d"] = // REC_FINISHED<br></span>
tr("Recording finished");<br>
<br>
Has the execute bit / permissions been checked on the intermediate directories of your script? What is the output of something like:<br>
dir=/12TB/mythtv/; while [ "$dir" != "/" ]; do ls -ald $dir; dir=`dirname $dir`; done<br>
<br></div></blockquote></div><br></div></div><div style="font-family:monospace,monospace" class="gmail_default">Yeah, actually /12TB/mythtv/recordings is where I currently record to.. My channel change script is in the same location, so...<br></div><br><div style="font-family:monospace,monospace" class="gmail_default">Thanks for pointing out the comment - I could have swore I read the whole file, but now that I look at it, I assumed REC_FINISHED was after a comment! I'll dig some more now.</div><br></div></div>
</blockquote></div><br></div>