iptv-proxy icon indicating copy to clipboard operation
iptv-proxy copied to clipboard

Regex filters for channel names and groups

Open rodriguezst opened this issue 4 years ago • 2 comments

  • Added regex filtering to choose only some groups of the M3U playlist (Example: only SPORTS and NEWS groups)
  • Added regex filtering to choose only some channels (Example: only those including HD in the name)

docker-compose.yml:

 environment:
      GROUP_REGEX: 'SPORTS|NEWS'
      CHANNEL_REGEX: 'HD'

(Inspired on #57)

rodriguezst avatar Oct 17 '20 21:10 rodriguezst

Thanks for your contribution 😄 I'll look it ASAP

pierre-emmanuelJ avatar Oct 21 '20 08:10 pierre-emmanuelJ

Hi @pierre-emmanuelJ did you check this PR? I think this feature could be very useful 😄

ridgarou avatar Sep 23 '21 05:09 ridgarou