<div>Hi Anthony,</div><div><br></div><div>You make a good point that I didn&#39;t anticipate. &nbsp;Several of the variables also need to be set in scripts/ragetvgrab-0.5.pl... This is the relevant section:
</div><div><br></div><div>Change $host, $dbhost, $database, $user, $pass, $RecordFilePrefix, and $MasterServerIP and you should be good. &nbsp;I will update the script later today so that this is unnecessary, and leave it in the same spot.
<br class="webkit-block-placeholder"></div><div><br class="webkit-block-placeholder"></div><div># User settings</div><div>#</div><div># Set all of the following!</div><div>#</div><div>my $recgroup = &quot;Seasons&quot;;</div>
<div>my $playgroup = &quot;Default&quot;;</div><div># Mythbackend Hostname
</div><div>my $host = `mythtv`;</div><div># Database host name</div><div>my $dbhost = &quot;localhost&quot;;</div><div># Database name</div><div>my $database = &quot;mythconverg&quot;;</div><div># Database username</div>
<div>
my $user = &quot;mythtv&quot;;</div><div># Database password</div><div>my $pass = &quot;mythtv&quot;;</div><div># Location of MythVideo Files</div><div>my $RecordFilePrefix = &quot;/movies&quot;;</div><div># IP Address or hostname of master backend
</div><div>my $MasterServerIP = &quot;localhost&quot;;</div><div># Port of mythbackend</div><div>my $MasterServerPort = 6543;</div><div><br></div><div><br></div>