<div>Hi Anthony,</div><div><br></div><div>You make a good point that I didn't anticipate. 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. 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 = "Seasons";</div>
<div>my $playgroup = "Default";</div><div># Mythbackend Hostname
</div><div>my $host = `mythtv`;</div><div># Database host name</div><div>my $dbhost = "localhost";</div><div># Database name</div><div>my $database = "mythconverg";</div><div># Database username</div>
<div>
my $user = "mythtv";</div><div># Database password</div><div>my $pass = "mythtv";</div><div># Location of MythVideo Files</div><div>my $RecordFilePrefix = "/movies";</div><div># IP Address or hostname of master backend
</div><div>my $MasterServerIP = "localhost";</div><div># Port of mythbackend</div><div>my $MasterServerPort = 6543;</div><div><br></div><div><br></div>