Reply to thread

channels with same name only showing up once


Here's my problem:


the xmltv importer is working great for me except for one detail.  I have several channels that have the same name, but with unique channel numbers (see below example with HDPPV).  I have about 15 channels labeled HDPPV and about 10 NBAHD channels.  Whenever xmltv sees my tvguide.xml file, it decides to lump all of these into one channel.

I therefore see only one entry for each of these channel 'groups' (i.e. 1 channel for HDPPV and 1 channel for NBAHD).  How can I get around this?



- <channel id="DVBDreamBridge.HDPPV.547">

  <display-name>HDPPV</display-name>

  <display-name>547</display-name>

  </channel>

- <channel id="DVBDreamBridge.HDPPV.548">

  <display-name>HDPPV</display-name>

  <display-name>548</display-name>

  </channel>


Thanks


Top Bottom