Opened 14 years ago
Closed 14 years ago
Last modified 14 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)
by , 14 years ago
| Attachment: | mythutil.patch added |
|---|
comment:1 by , 14 years ago
| Owner: | changed from to |
|---|---|
| Status: | new → assigned |
Thanks, I'll look at this tonight.
comment:2 by , 14 years ago
| Resolution: | → fixed |
|---|---|
| Status: | assigned → closed |
comment:4 by , 14 years ago
| Milestone: | unknown → 0.25.2 |
|---|
Note:
See TracTickets
for help on using tickets.

Patch to use mythutil instead of mythcommflag