Opened 12 years ago

Closed 12 years ago

Last modified 12 years ago

#10819 closed Patch - Bug Fix (fixed)

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 (1)

mythutil.patch (1.3 KB) - added by mythtv@… 12 years ago.
Patch to use mythutil instead of mythcommflag

Download all attachments as: .zip

Change History (5)

Changed 12 years ago by mythtv@…

Attachment: mythutil.patch added

Patch to use mythutil instead of mythcommflag

comment:1 Changed 12 years ago by beirdo

Owner: changed from xris to beirdo
Status: newassigned

Thanks, I'll look at this tonight.

comment:2 Changed 12 years ago by mythtv@…>

Resolution: fixed
Status: assignedclosed

In eeeb99c7304923c07c65d8eb63180922aad9907c/nuvexport:

Convert nuvexport to use mythutil rather than mythcommflag

mythcommflag --gencutlist has been moved to mythutil.

Fixes #10819

Signed-off-by: Gavin Hurlbut <ghurlbut@…>
(cherry picked from commit da20977de18926e53ed68544fba590a4d03aa7b0)

comment:3 Changed 12 years ago by mythtv@…>

In da20977de18926e53ed68544fba590a4d03aa7b0/nuvexport:

Convert nuvexport to use mythutil rather than mythcommflag

mythcommflag --gencutlist has been moved to mythutil.

Fixes #10819

Signed-off-by: Gavin Hurlbut <ghurlbut@…>

comment:4 Changed 12 years ago by beirdo

Milestone: unknown0.25.2
Note: See TracTickets for help on using tickets.