[mythtv-commits] mythtv/master commit: 5c54c549a by Michael Zanetti (mzanetti)

MythTV noreply at mythtv.org
Sun Jan 30 23:06:54 UTC 2011


      Author:  Michael Zanetti <michael_zanetti at gmx.net>
 Change Date:  2011-01-30T15:05:46-08:00
   Push Date:  2011/01/30 15:06:51 -0800
  Repository:  mythtv
      Branch:  master
New Revision:  5c54c549abf993cc2476f2859d995536720e97ed
   Changeset:  https://github.com/MythTV/mythtv/commit/5c54c549a

Log:

Add current playing time on LCD displays with 4 rows or more

Patch from #9391, slightly massaged to fit master.

On LCD displays with 4 rows or more mythlcdserver uses only 3 rows (1, 2 and 4)
when watching a show (Channel, Title and a progress bar). This commit fills row
3 with "elapsed time / total time". I kept consistency with how mythmusic shows
the elapsed time. The time is only written when 4 or more rows are available.

Signed-off-by: Gavin Hurlbut <ghurlbut at mythtv.org>

Modified:

   mythtv/libs/libmythbase/lcddevice.cpp
   mythtv/libs/libmythbase/lcddevice.h
   mythtv/libs/libmythtv/tv_play.cpp
   mythtv/programs/mythlcdserver/lcdprocclient.cpp
   mythtv/programs/mythlcdserver/lcdprocclient.h
   mythtv/programs/mythlcdserver/lcdserver.cpp



More information about the mythtv-commits mailing list