Opened 9 years ago

Closed 4 years ago

#12310 closed Bug Report - General (Unverified)

mythcommflag --video doesn't understand SGs

Reported by: J.Pilk@… Owned by:
Priority: minor Milestone: unknown
Component: MythTV - General Version: Master Head
Severity: medium Keywords: mythcommflag
Cc: Ticket locked: no

Description

IIUC, videos now have to be in an SG. Scanning finds them and they will play, but skipping etc doesn't work from the frontend. 'mythcommflag --video <filename>' can't find a file in an SG. It can find it, and produces a working seektable, if the file is in the user's path; at least, that's what I've found when issuing the command from a terminal.

Change History (2)

comment:1 Changed 9 years ago by J.Pilk@…

By analogy with the code a few lines later, I suggest replacing

LOG(VB_GENERAL, LOG_ERR,

"Unable to find file in defined storage paths.");

by

LOG(VB_GENERAL, LOG_ERR,

QString("Unable to find %1").arg(filename));

at mythtv/programs/mythcommflag/main.cpp line 1027

comment:2 Changed 4 years ago by Stuart Auchterlonie

Resolution: Unverified
Status: newclosed

Closing all old tickets in trac.

If your issue still persists, please open an issue in Github https://github.com/MythTV/mythtv/issues

and reference the existing trac ticket.

Note: See TracTickets for help on using tickets.