Opened 14 years ago
Closed 14 years ago
#3003 closed defect (invalid)
Nuvexport in not finding the mythtv recording location
Reported by: | Owned by: | Isaac Richards | |
---|---|---|---|
Priority: | minor | Milestone: | unknown |
Component: | perl / nuvexport | Version: | head |
Severity: | medium | Keywords: | No RecordFilePrefix defined |
Cc: | Ticket locked: | no |
Description
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/');
Change History (2)
Note: See
TracTickets for help on using
tickets.
I should have put the svnersion, 309M, in the initial report.