Modify ↓
Ticket #10819 (closed Patch - Bug Fix: fixed)
Opened 13 months ago
Last modified 12 months ago
nuvexport still tries to use mythcommflag --gencutlist, which is deprecated
| Reported by: | mythtv@… | 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
Change History
Changed 13 months ago by mythtv@…
- Attachment mythutil.patch added
comment:1 Changed 13 months ago by beirdo
- Owner changed from xris to beirdo
- Status changed from new to assigned
Thanks, I'll look at this tonight.
comment:2 Changed 12 months ago by mythtv@…>
- Status changed from assigned to closed
- Resolution set to fixed
comment:3 Changed 12 months ago by mythtv@…>
Note: See
TracTickets for help on using
tickets.

Patch to use mythutil instead of mythcommflag