Comment 0 for bug 1310049

Revision history for this message
Geoff Clements (geoff-v8x) wrote : Invalid Python Output in Trusty

Since updating to Trusty lsdvd has been producing invalid python output, here's a snippet:

lsdvd = {
  '%s' : device'/dev/sr0',
  '%s' : title'HARRY_POTTER_GOBLET_OF_FIRE',
  '%s' : vmg_id'DVDVIDEO-VMG',
  '%s' : provider_id'WARNER_HOME_VIDEO',
  'track' : [
    {
      '%s' : ix1,
      '%s' : length9038.000,
      '%s' : vts_id'DVDVIDEO-VTS',
      '%s' : vts1,
      '%s' : ttn1,
      '%s' : fps25.00,
      '%s' : format'PAL',
      '%s' : aspect'16/9',
      '%s' : width720,
      '%s' : height576,
      '%s' : df'Letterbox',
      'palette' : [
        '92520000',
        '808080',
        '808080',
        '808080',
        '808080',
        '808080',
        '808080',
        'eb8080',
        '808080',
        'b08080',
        '808080',
        '808080',
        '808080',
        '808080',
        '808080',
        '808080',
      ],
...