Opened 16 years ago

Last modified 15 years ago

#4802 closed defect

myth_archive_job.pl fails to find recording directory if recording is on a different backend — at Initial Version

Reported by: Chuck Peters <chuck.peters@…> Owned by: Isaac Richards
Priority: minor Milestone: unknown
Component: mythtv Version: unknown
Severity: medium Keywords:
Cc: Ticket locked: no

Description

It seems the script grabs the dir from the recordings table of the machine it runs on, not the recording table of where the actual recording is.

I worked around the problem with:

my $directory = /usr/local/bin/whichdirmythshow.sh $file;

and that shell script contains: #!/bin/bash # Which directory has the recording? if [ -f /lvm/home/mythtv/store/$1 ]; then echo -n /lvm/home/mythtv/store else #echo -n /400/media/store/$file echo -n /400/media/store fi

Change History (0)

Note: See TracTickets for help on using tickets.