[mythtv-commits] Ticket #6346: Subtitle, Season #, and Episode # support for MythVideo

MythTV mythtv at cvs.mythtv.org
Fri Apr 17 19:14:15 UTC 2009


#6346: Subtitle, Season #, and Episode # support for MythVideo
---------------------------------------+------------------------------------
 Reporter:  robert.mcnamara at gmail.com  |        Owner:  awithers
     Type:  enhancement                |       Status:  assigned
 Priority:  minor                      |    Milestone:  unknown 
Component:  Plugin - MythVideo         |      Version:  head    
 Severity:  low                        |   Resolution:          
  Mlocked:  0                          |  
---------------------------------------+------------------------------------

Comment(by Markus Schulz <msc at antzsystem.de>):

 nice work,
 perhaps you should add something like this to playercommand.cpp::PlayerFor

 QString title = item->GetTitle();
 if (item->GetSeason() > 0) {
   title += QString(" -
 %1x%2").arg(item->GetSeason()).arg(item->GetEpisode());
 }
 if (item->GetSubtitle().size()) {
   title += " " + item->GetSubtitle();
 }

 to get the full title in the OSD.

-- 
Ticket URL: <http://svn.mythtv.org/trac/ticket/6346#comment:14>
MythTV <http://www.mythtv.org/>
MythTV


More information about the mythtv-commits mailing list