Skip to content

Keep channel IDs fixed on upstream URL changes #204

@threax11

Description

@threax11

Is your feature request related to a problem? Please describe.
My IPTV provider frequently updates the channel URLs which in turn causes m3ufilter to also update the internal mapping and assigns a new "channel number" to it. I have clients pointing to the m3ufilter playlist and whenever that happens I need to re-load the playlist to get the new working url. I'm using m3ufilter reverse proxy setting.

Describe the solution you'd like
It would be cool to have a setting that would keep the channel mappings based on the name & group (just as a thought) instead considering the url as well. So whenever the url of a channel changes, but everything else stays the same the proxy url would be constant.

Current behavior: Channel A has a reverse proxy url of http://host/m3u-stream/iptv/iptv/1. If the channel url changes it would get a different url in the m3u file like http://host/m3u-stream/iptv/iptv/123. Also I'm not sure if the mapping db is growing with each change or old (nonworking) mappings would get cleaned up?

Thanks! I hope it was clear what the problem is :D

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions