[mythtv-commits] Ticket #1010: reorg of mythmusic LCD info

MythTV mythtv at cvs.mythtv.org
Thu Jan 12 09:44:11 UTC 2006


#1010: reorg of mythmusic LCD info
-------------------------------+--------------------------------------------
 Reporter:  leo at wau.mis.ah.nl  |       Owner:  ijr
     Type:  enhancement        |      Status:  new
 Priority:  minor              |   Milestone:     
Component:  mythmusic          |     Version:     
 Severity:  medium             |  
-------------------------------+--------------------------------------------
 I have a 4x40 LCD and still the artist-track info won't fit on a single
 line on quite a few occaissions. This inspired me to go looking for
 display space. I combined the InfoWidget and the
 ProgressBar on a single line. Worst case, the InfoWidget contains
 something like "S:? R:1 ". As you see I condensed the info a bit. Also,
 speaking for myself, I don't have must use for shuffle with repeat anyway
 ;-)
 The attached patch gives the following LCD info (dependent on the number
 of lines)
 For 2-line displays:
        <ArtistAlbumTitle>
        <Elapse/Remaining Time>
 For 3-line displays:
        <ArtistAlbumTitle>
        <Elapse/Remaining Time>
        <Info+ProgressBar>
 For displays with more than 3 lines:
        <ArtistAlbum>
        <Title>
        <Elapse/Remaining Time>
        <Info+ProgressBar>

 I also added some code to clear the widgets before displaying them. This
 prevents that at the start of a song you are presented with the info of
 the previous song.

-- 
Ticket URL: <http://cvs.mythtv.org/trac/ticket/1010>
MythTV <http://www.mythtv.org/>
MythTV


More information about the mythtv-commits mailing list