EPG Problem

Hi

I’m having a problem using IPTV Simple Client where the wrong EPG-data is displayed on some similarly-named channels. An example is:

1) #EXTINF:-1 tvg-id=”TV2.dk” tvg-name=”TV2″ tvg-logo=”tv2.png” ,TV2 DK

and

2) #EXTINF:-1 tvg-id=”tv2.no” tvg-name=”TV2″ tvg-logo=”tv2no.png” ,TV 2 NO

The corresponding channels in the epg-xml file are:

1) <channel id=”TV2.dk”>
<display-name lang=”da”>TV2</display-name>
</channel>

and

2) <channel id=”tv2.no”>
<display-name lang=”nb”>TV2</display-name>
</channel>

In Kodi, the data for 2) shows up in 1) and 2)

Anybody now how to make sure it reads as two separate channels? I thought “tvg-id” would do it, but apparently I missed something.

Thanks