sonroyaalmerol / m3u-stream-merger-proxy

A lightweight HTTP proxy server dockerized for consolidating and streaming content from multiple IPTV M3U playlists, acting as a load balancer between provided sources.
https://hub.docker.com/r/sonroyaalmerol/m3u-stream-merger-proxy
12 stars 1 forks source link

Groups include filter #41

Closed andjos closed 3 months ago

andjos commented 3 months ago

Context

Choices

Test instructions

  1. Test run on several huge playlists.

Checklist before requesting a review

sonroyaalmerol commented 3 months ago

Looks good! Do you mind fixing the function name typo? Should be checkIncludeGroup.

Another concern is the M3U "spec" for IPTV playlists, if that even exists. Is the group-title value usually case-insensitive? I would prefer leaving the actual value checking as case-sensitive if there's no problem with it.

andjos commented 3 months ago

Agree we should follow the "spec", will fix that and the typo.

sonroyaalmerol commented 3 months ago

Looks good! Thanks!