Opened 17 years ago

Closed 17 years ago

#2967 closed patch (fixed)

nuvexport won't process a file specified with --infile unless it has a cutlist

Reported by: schachte@… Owned by: xris
Priority: minor Milestone: unknown
Component: perl / nuvexport Version: 0.20
Severity: low Keywords:
Cc: Ticket locked: no

Description

If the nuvexport config file specifies that a cutlist is required, then the phase of the code that loads info from the database ignores all recordings without a cutlist. But if the recording to export is specified on the command line, and that recording does not have a cutlist, then it won't be included in the info loaded from the database, so myth mistakenly reports that it does not exist. This patch just ignores the option to require a cutlist if a file is specified on the command line -- perhaps not the most elegant fix, but it's simple and it works.

Attachments (1)

nuvexport.patch2 (724 bytes) - added by anonymous 17 years ago.

Download all attachments as: .zip

Change History (2)

Changed 17 years ago by anonymous

Attachment: nuvexport.patch2 added

comment:1 Changed 17 years ago by xris

Resolution: fixed
Status: newclosed

(In [12602]) ignore --require_cutlist if the file was requested via --infile. closes #2967, though not by the patch since it was against the wrong svn.

Note: See TracTickets for help on using tickets.