Opened 13 years ago
Closed 13 years ago
Last modified 13 years ago
#10819 closed Patch - Bug Fix (fixed)
nuvexport still tries to use mythcommflag --gencutlist, which is deprecated
Reported by: | Owned by: | beirdo | |
---|---|---|---|
Priority: | minor | Milestone: | 0.25.2 |
Component: | Apps - Nuvexport | Version: | 0.25-fixes |
Severity: | medium | Keywords: | |
Cc: | Ticket locked: | no |
Description
The gen_cutlist function in nuvexport/export/generic.pm attempts to run: mythcommflag --gencutlist -c CHANID -s STARTTIME
This produces an error that gencutlist is deprecated, and that -c is not a valid option. It suggests that mythutil should be used instead for generating a cut list from commercial flags. nuvexport should be updated to use mythutil --gencutlist --chanid CHANID --starttime STARTTIME
Attachments (1)
Change History (5)
Changed 13 years ago by
Attachment: | mythutil.patch added |
---|
comment:1 Changed 13 years ago by
Owner: | changed from xris to beirdo |
---|---|
Status: | new → assigned |
Thanks, I'll look at this tonight.
comment:2 Changed 13 years ago by
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
comment:4 Changed 13 years ago by
Milestone: | unknown → 0.25.2 |
---|
Note: See
TracTickets for help on using
tickets.
Patch to use mythutil instead of mythcommflag