<div dir="ltr">Mythrename.pl is one of the Jobs I have in backend and I have it set to run automatically after every recording, and she was workin&#39; just fine but for up to the last week or less. Here&#39;s output I could scour from the mythbackend.log:<br>
<br><span style="font-family: courier new,monospace;">Compilation failed in require at /usr/share/mythtv/contrib/mythrename.pl line 22.</span><br style="font-family: courier new,monospace;"><span style="font-family: courier new,monospace;">BEGIN failed--compilation aborted at /usr/share/mythtv/contrib/mythrename.pl line 22.</span><br>
<br>And I&#39;ve attached my mythrename.pl in case, but here&#39;s the bit in question with the last line being line 22 giving the &quot;error&quot;:<br><br><span style="font-family: courier new,monospace;"># Includes</span><br style="font-family: courier new,monospace;">
<span style="font-family: courier new,monospace;">&nbsp;&nbsp;&nbsp; use DBI;</span><br style="font-family: courier new,monospace;"><span style="font-family: courier new,monospace;">&nbsp;&nbsp;&nbsp; use Getopt::Long;</span><br style="font-family: courier new,monospace;">
<span style="font-family: courier new,monospace;">&nbsp;&nbsp;&nbsp; use File::Path;</span><br style="font-family: courier new,monospace;"><span style="font-family: courier new,monospace;">&nbsp;&nbsp;&nbsp; use File::Basename;</span><br style="font-family: courier new,monospace;">
<span style="font-family: courier new,monospace;">&nbsp;&nbsp;&nbsp; use File::Find;</span><br style="font-family: courier new,monospace;"><span style="font-family: courier new,monospace;">&nbsp;&nbsp;&nbsp; use MythTV;</span><br><br>I have never touched this file. Here&#39;s my mythrename Job from backend:<br>
<br><span style="font-family: courier new,monospace;">sudo /usr/share/mythtv/contrib/mythrename.pl --live --format %T%-%S-%R-%m.%d.%y</span><br><br><br>Thanks for any help<br>Bob<br></div>