[mythtv-commits] Ticket #12963: Insufficient clipinfo range check for BluRay throws "DVD Failure" message

MythTV noreply at mythtv.org
Fri Dec 23 21:54:58 UTC 2016


#12963: Insufficient clipinfo range check for BluRay throws "DVD Failure" message
-------------------------------------------+-------------------------
     Reporter:  justin.nonwork@…           |      Owner:  jyavenard
         Type:  Bug Report - General       |     Status:  new
     Priority:  minor                      |  Milestone:  unknown
    Component:  MythTV - Blu-ray Playback  |    Version:  Master Head
     Severity:  medium                     |   Keywords:
Ticket locked:  0                          |
-------------------------------------------+-------------------------
 Some new BluRays (e.g., X-Men: Apocalypse) don't have any CLIPINF files in
 the range [00000,00100].clpi. This means that when BDInfo attempts to
 create a serial number for the BluRay (see line 254 of
 https://code.mythtv.org/doxygen/bdringbuffer_8cpp_source.html ) it will
 fail. As a result, when main.cpp checks bd.IsValid() (line 1207 of
 https://code.mythtv.org/doxygen/mythtv_2programs_2mythfrontend_2main_8cpp_source.html
 ) it will return false, and the user will see a "DVD Failure" message.

 I confirmed this was the case by making a symlink to 00121.clpi (the first
 .clpi file in X-M:A's BDMV/CLIPINF directory) named 00001.clpi, and then
 playback worked.

--
Ticket URL: <https://code.mythtv.org/trac/ticket/12963>
MythTV <http://www.mythtv.org>
MythTV Media Center


More information about the mythtv-commits mailing list