Opened 17 years ago

Closed 17 years ago

#3691 closed patch (fixed)

enable playing dvds from 'mythtv' command line (again)

Reported by: Pekka Jääskeläinen <pekka.jaaskelainen@…> Owned by: Isaac Richards
Priority: minor Milestone: unknown
Component: mythtv Version: unknown
Severity: medium Keywords:
Cc: Ticket locked: no

Description

Allows playing DVDs from command line with 'mythtv' again using the dvd://${path_to_dvd_dir} syntax.

Problem was that mythtv thought a string starting with dvd:// was a relative pathname and expanded it to an absolute one by prepending $PWD to it. This resulted in dvd url not detected in the player code anymore.

Attachments (1)

mythtv_cmdline_dvdplay.diff (659 bytes) - added by Pekka Jääskeläinen <pekka.jaaskelainen@…> 17 years ago.
fix against trunk

Download all attachments as: .zip

Change History (2)

Changed 17 years ago by Pekka Jääskeläinen <pekka.jaaskelainen@…>

Attachment: mythtv_cmdline_dvdplay.diff added

fix against trunk

comment:1 Changed 17 years ago by cpinkham

Resolution: fixed
Status: newclosed

(In [13822]) Fix 'mythtv' test app to allow playing of DVDs from the command line.

Closes #3691 using patch by Pekka Jääskeläinen.

Note: See TracTickets for help on using tickets.