[mythtv-commits] Ticket #3706: [PATCH] mytharchive does not preserve aspect ratio of images

MythTV mythtv at cvs.mythtv.org
Tue Aug 7 13:14:43 UTC 2007


#3706: [PATCH] mytharchive does not preserve aspect ratio of images
----------------------------------------------------------------+-----------
 Reporter:  Steve VanDeBogart <vandebo-mythtvtrac at nerdbox.net>  |        Owner:  paulh  
     Type:  patch                                               |       Status:  closed 
 Priority:  minor                                               |    Milestone:  unknown
Component:  mytharchive                                         |      Version:  0.20   
 Severity:  low                                                 |   Resolution:  fixed  
  Mlocked:  0                                                   |  
----------------------------------------------------------------+-----------
Changes (by paulh):

  * status:  new => closed
  * resolution:  => fixed


Comment:

 (In [14151]) Some DVD theme enhancements.

 * All theme items can now have a background which can be alpha blended
 onto
   the DVD menu.

 * The text within text boxes can now be vertically aligned to the top,
 center,
   or bottom and can also be indented from the left and/or top edges.

 * The 'Previous', 'Next', 'Play All', 'Main Menu', title item and chapter
 item
   buttons are all now defined in the same way and can contain images, text
 or
   both.

 * Adds a 'Play All' button to the G.A.N.T. theme. Closes #3761.

 * It's now possible to add images to a theme and have there aspect ratio
   preserved. The default behaviour is to always scale images to fit the
 space
   available except for MythVideo cover art images. Some new attributes can
   override the default behaviour.

     stretch="True|False"        - if False the image will be scaled to
 best
                                   fit the space available preserving the
                                   aspect ratio. The attributes below can
 be
                                   used to position the image within the
                                   available space.

     halign="Left|Center|Right"  - control the horizontal placement
     valign="Top|Center|Bottom"  - control the vertical placement

   Fixes #3706.

 * Revamps the G.A.N.T theme to use many of the new theme features.

-- 
Ticket URL: <http://svn.mythtv.org/trac/ticket/3706#comment:4>
MythTV <http://svn.mythtv.org/trac>
MythTV


More information about the mythtv-commits mailing list