Opened 20 years ago
Closed 20 years ago
Last modified 20 years ago
#1320 closed defect (fixed)
mythcommflag --all --queue fails
Reported by: | Owned by: | cpinkham | |
---|---|---|---|
Priority: | minor | Milestone: | unknown |
Component: | mythtv | Version: | |
Severity: | medium | Keywords: | |
Cc: | Ticket locked: | no |
Description
mythcommflag --all --queue fails. It appears to expect to have a channel number to work with, which it doesn't have.
mythtv@tv:~$ mythcommflag --all --queue 2006-02-19 01:04:39.751 Using runtime prefix = /usr 2006-02-19 01:04:39.969 New DB connection, total: 1 2006-02-19 01:04:39.979 Connected to database 'mythconverg' at host: localhost Unable to find program info for chanid mythtv@tv:~$
(Even the \n is missing from the message.)
Running 0.19, but there doesn't seem to be any fix in SVN.
thanks, Hamish.
Change History (3)
Note:
See TracTickets
for help on using tickets.
(In [9189]) Allow running "mythcommflag --all --queue" to queue up flagging jobs for all recordings. This also applies when start and end values for a time window are specified if for instance you only want to flag shows recorded yesterday. Closes #1320.