[mythtv-commits] Ticket #4802: myth_archive_job.pl fails to find recording directory if recording is on a different backend

MythTV mythtv at cvs.mythtv.org
Fri Feb 29 12:15:29 UTC 2008


#4802: myth_archive_job.pl fails to find recording directory if recording is on a
different backend
---------------------------------------------------+------------------------
 Reporter:  Chuck Peters <chuck.peters at gmail.com>  |        Owner:  ijr    
     Type:  defect                                 |       Status:  new    
 Priority:  minor                                  |    Milestone:  unknown
Component:  mythtv                                 |      Version:  unknown
 Severity:  medium                                 |   Resolution:         
  Mlocked:  0                                      |  
---------------------------------------------------+------------------------

Comment(by Chuck Peters <chuck.peters at gmail.com>):

 Sorry about the earlier formatting...


 {{{

 #!/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
 fi
 }}}

-- 
Ticket URL: <http://svn.mythtv.org/trac/ticket/4802#comment:1>
MythTV <http://svn.mythtv.org/trac>
MythTV


More information about the mythtv-commits mailing list