Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Channel mapping not updated with the playlist #379

Open
mcr-ksh opened this issue Dec 6, 2023 · 1 comment
Open

Channel mapping not updated with the playlist #379

mcr-ksh opened this issue Dec 6, 2023 · 1 comment
Assignees

Comments

@mcr-ksh
Copy link

mcr-ksh commented Dec 6, 2023

Describe the bug
Creating a custom filters in order to do channel mapping works so far so good.
The problem is, once the playlist is updated the channel mapping is not. I.e. I have to delete the filter first and re-add it and do the ALL the mapping again if a channel in the M3U playlist decided to change position. (e.g. provider adjusts channels)

Server (please complete the following information):

  • Linux - Ubuntu 22.04
  • x86_64
  • 2.2.0

To Reproduce
Steps to reproduce the behavior:
0. Move the entry of a channel in the m3u playlist (e.g. ZDF HD)

  1. Update the playlist in xTeve
  2. curl http://xteve:34401/m3u/xteve.m3u | grep -A 1 "ZDF HD"
  3. Grab the "/stream/ac6da6e89c5c8f09316cb53d58f951a0" and open the stream, i.e. another curl call
  4. Notice the wrong stream is called.

Expected behavior
The updated entries in the m3u would be updated with the according title of the program.

@JReming85
Copy link

Thats more of how your provider is handling channel edits, instead of renaming they are deleting and adding as new. Making it appear as a new channel instead of an old channel with a new/same name.

If they offer xtreamcodes, epg.best can help but it also depends on how they operate their updates

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants