<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' just fine but for up to the last week or less. Here'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've attached my mythrename.pl in case, but here's the bit in question with the last line being line 22 giving the "error":<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;"> use DBI;</span><br style="font-family: courier new,monospace;"><span style="font-family: courier new,monospace;"> use Getopt::Long;</span><br style="font-family: courier new,monospace;">
<span style="font-family: courier new,monospace;"> use File::Path;</span><br style="font-family: courier new,monospace;"><span style="font-family: courier new,monospace;"> use File::Basename;</span><br style="font-family: courier new,monospace;">
<span style="font-family: courier new,monospace;"> use File::Find;</span><br style="font-family: courier new,monospace;"><span style="font-family: courier new,monospace;"> use MythTV;</span><br><br>I have never touched this file. Here'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>