[mythtv-commits] Ticket #13306: MythArchive fails during DVD Menu creation

MythTV noreply at mythtv.org
Fri Aug 10 14:54:18 UTC 2018


#13306: MythArchive fails during DVD Menu creation
----------------------------------+------------------------------
 Reporter:  jpilk                 |          Owner:  (none)
     Type:  Bug Report - General  |         Status:  new
 Priority:  minor                 |      Milestone:  needs_triage
Component:  Plugin - MythArchive  |        Version:  Unspecified
 Severity:  high                  |     Resolution:
 Keywords:                        |  Ticket locked:  0
----------------------------------+------------------------------

Comment (by jpilk):

 Searches suggest saving RGBA as png.

 mythburn.py lines 3656 and 3657 from git are

 {{{

 #bgimage.save(os.path.join(getTempPath(),"background-%s-f%06d.png" %
 (page, framenum)),"PNG",quality=100,optimize=0,dpi=screendpi)
 bgimage.save(os.path.join(getTempPath(),"background-%s-f%06d.jpg" % (page,
 framenum)),"JPEG",quality=99)

 }}}

 so it looks as if something like this has been used or tried before,
 probably long ago, but I don't see any other comment there and git history
 didn't show me anything appropriate.  Any ideas?

-- 
Ticket URL: <https://code.mythtv.org/trac/ticket/13306#comment:1>
MythTV <http://www.mythtv.org>
MythTV Media Center


More information about the mythtv-commits mailing list