Opened 18 years ago

Closed 18 years ago

#2100 closed defect (fixed)

internal dvd player: plays /dev/dvd if the video doesn't exist.

Reported by: skamithi Owned by: skamithi
Priority: minor Milestone: 0.20
Component: mythtv Version: head
Severity: medium Keywords:
Cc: Ticket locked: no

Description

Easy to reproduce. Just delete a dvd video from your video directory, then attempt to play it. mythtv will attempt to play "/dev/dvd" instead.

display a popup saying that the file cannot be opened instead.

Attachments (1)

dvd_open_failed.diff (1.0 KB) - added by skamithi 18 years ago.

Download all attachments as: .zip

Change History (6)

comment:1 Changed 18 years ago by skamithi

Status: newassigned

comment:2 Changed 18 years ago by Isaac Richards

Can't display a popup from that class.

comment:3 Changed 18 years ago by skamithi

isaac mentioned that the ringbuffer class cannot have a popup. suggestion was to check for the file existence where the "dvd:" tag is applied to the filename.

Did just that.

comment:4 Changed 18 years ago by skamithi

Milestone: 0.20
Version: head

Changed 18 years ago by skamithi

Attachment: dvd_open_failed.diff added

comment:5 Changed 18 years ago by skamithi

Resolution: fixed
Status: assignedclosed

(In [10665]) Closes #2100. add file existence checking for the internal video player.

Note: See TracTickets for help on using tickets.