xteve-project / xTeVe

M3U Proxy for Plex DVR and Emby Live TV
MIT License
1.79k stars 231 forks source link

Channel mapping is not automatic #73

Closed bulzipke closed 4 years ago

bulzipke commented 4 years ago

Please first read the documentation. Problems affecting the client, e.g. Plex or Emby should be reported there in the forum.

Describe the bug Channel mapping is not automatic. in spite of the following setting

tvg-id (M3U) == channel id (XMLTV)

Server (please complete the following information):

To Reproduce Steps to reproduce the behavior:

  1. Playlist - New - M3U - my file path to M3U File - Save
  2. XMLTV - New - my file path to XMLTV File - Save
  3. Mapping -> Everything looks red. There's no green.

Expected behavior The Playlist and XMLTV are mapped automatically.

Screenshots image

Desktop (please complete the following information):

Additional context These are sample of my Playlist and XMLTV.

EXTM3U

EXTINF:-1 tvg-id="13.1" tvg-name="EBS1" tvg-logo="http://myserver/logo/13.1.png", EBS1

http://myserver/auto/ch789000000-1

<tv generator-info-name="epg_maker"> <channel id="13.1"> <display-name>EBS1</display-name> <display-name>BBB</display-name> <display-name>CCC</display-name> <display-name>EBS1</display-name> <icon src="myserver/logo/13.1.png"/> </channel>

mar-mei commented 4 years ago

Only new channels are assigned automatically. If you first enter the XML and then the M3U file, it works.

image

MCTyler commented 4 years ago

That seems backwards with how a new setup is.....Isn't it M3U Link First, then it asks you for XML Link? Mine has always auto-mapped though.....Not sure what the real issue is here....

Here's the way my m3u and xml link....

tvg-ID="space.ca" ----- m3u channel id="space.ca" ---- xml

bulzipke commented 4 years ago

Only new channels are assigned automatically. If you first enter the XML and then the M3U file, it works.

image

That seems backwards with how a new setup is.....Isn't it M3U Link First, then it asks you for XML Link? Mine has always auto-mapped though.....Not sure what the real issue is here....

Here's the way my m3u and xml link....

tvg-ID="space.ca" ----- m3u channel id="space.ca" ---- xml

This is my full plain m3u & xml link https://cloud.bulzipke.com/s/92kY8J9NBP3r5Zw Thank you for your kindness.

mar-mei commented 4 years ago

Works as expected image

bulzipke commented 4 years ago

I think there was something wrong with me. It works out well for me to do it again. Thanks again for your hard work T_T