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

Regex filters for channel names and groups #59

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

rodriguezst
Copy link

  • 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)

See docker-compose for usage instructions.
- 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)
@pierre-emmanuelJ
Copy link
Owner

Thanks for your contribution 😄 I'll look it ASAP

@ridgarou
Copy link

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

@mattheys mattheys mentioned this pull request Oct 31, 2023
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

Successfully merging this pull request may close these issues.

None yet

3 participants