[mythtv-commits] Ticket #12110: Issue with mythfilldatabase and xml Channel identifier

MythTV noreply at mythtv.org
Sat Apr 5 11:39:44 UTC 2014


#12110: Issue with mythfilldatabase and xml Channel identifier
-------------------------------------------+------------------------
     Reporter:  ernst.reiter@…             |      Owner:  stuartm
         Type:  Bug Report - General       |     Status:  new
     Priority:  minor                      |  Milestone:  unknown
    Component:  MythTV - Mythfilldatabase  |    Version:  0.27-fixes
     Severity:  medium                     |   Keywords:
Ticket locked:  0                          |
-------------------------------------------+------------------------
 There is a issue when you have blanks in Channel names, e.g. "Pro 7". The
 xml importer has a split function on the first space, which causes me
 problems. Is there a Reason to only use the Channel identifier till the
 first "space"? Specially if you have channels with similar names, eg. "ORF
 1" and "ORF 2".

 xmltvparser.cpp
 289         text = element.attribute("channel", "");
 290         QStringList split = text.split(" ");
 291
 292         pginfo->channel = split[0];

 Cheers

--
Ticket URL: <https://code.mythtv.org/trac/ticket/12110>
MythTV <http://www.mythtv.org>
MythTV Media Center


More information about the mythtv-commits mailing list