Opened 17 years ago

Closed 17 years ago

#3003 closed defect (invalid)

Nuvexport in not finding the mythtv recording location

Reported by: dhighley@… 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)

comment:1 Changed 17 years ago by dhighley@…

I should have put the svnersion, 309M, in the initial report.

comment:2 Changed 17 years ago by xris

Component: mythtvperl / nuvexport
Resolution: invalid
Status: newclosed

If you are running mythtv svn, you need nuvexport 0.5, which is also in mythtv svn (under mythextras), and the mythtv perl bindings.

Note: See TracTickets for help on using tickets.