Forums » Tutorial and setups »
m3u filtering or adding Muxes from an m3u?
Added by Maluatu Avene about 1 year ago
Hi, I'm new to this and trying to figure out the best way to be able to use my IPTV service the way that I want to. I don't want to load all the channels from my IPTV service because it takes a very long time and I have no use for that many channels. What I would like to be able to do is filter out all the channels I wouldn't use from the m3u playlist before loading it into tvheadend so that it will only scan the channels that I want. Ideally this would be an app that ran in docker and updated periodically so that my stream URLs would always be up to date. I haven't been able to find something that does this that is hosted on docker hub and has good documentation that I can understand easily though.
Another option I thought I could take would be to download the m3u from the URL, edit out the channels I didn't want and then load that file into tvheadend. The problem with that approach though is that I would have to embed my credentials into each URL in the playlist to get it to work. Is there a way to load muxes from an m3u or perhaps use a local m3u to create the network and then assign the found muxes to a different network? Is there a generally considered best practice for this type of thing?
Replies (3)
RE: m3u filtering or adding Muxes from an m3u? - Added by Maluatu Avene about 1 year ago
I have read this...
https://tvheadend.org/projects/tvheadend/wiki/Automatic_IPTV_Network
but I can't figure out how to add muxes manually unless I add each URL one at a time.
RE: m3u filtering or adding Muxes from an m3u? - Added by G Kazaroth about 1 year ago
You can try any of the apps that support m3u imports. Mine is here
https://tvheadend.org/boards/5/topics/43052
RE: m3u filtering or adding Muxes from an m3u? - Added by joe blow about 1 year ago
This is what I use to trim my list:
https://github.com/bebo-dot-dev/m3u-epg-editor
Not using it in docker, just git clone, set the channels you want, is able to discard channels, rename groups, and sort to your liking