[mythtv-commits] Ticket #3003: Nuvexport in not finding the mythtv recording location

MythTV mythtv at cvs.mythtv.org
Sun Jan 28 01:04:47 UTC 2007


#3003: Nuvexport in not finding the mythtv recording location
----------------------------------------------+-----------------------------
 Reporter:  dhighley at highley-recommended.com  |       Owner:  ijr    
     Type:  defect                            |      Status:  new    
 Priority:  minor                             |   Milestone:  unknown
Component:  mythtv                            |     Version:  head   
 Severity:  medium                            |  
----------------------------------------------+-----------------------------
 It looks like the mythv database has been changed for the table location
 where the recording storage area is defined but nuvexport has not been
 modified for this change. File recordings.pm is looking for:
 SELECT data FROM settings WHERE value="RecordFilePrefix" AND hostname=?

 I dumped the database and I find:
 INSERT INTO `storagegroup` (`id`, `groupname`, `hostname`, `dirname`)
 VALUES (1,'Default','douglas','/export/home/recordings/');

-- 
Ticket URL: <http://svn.mythtv.org/trac/ticket/3003>
MythTV <http://www.mythtv.org/>
MythTV


More information about the mythtv-commits mailing list