Add support for optional channel-id in M3U endpoint

This commit is contained in:
Mat Gadd
2025-11-07 02:34:54 +00:00
parent b7812f4d23
commit 629171b1d0
2 changed files with 16 additions and 1 deletions

View File

@@ -118,6 +118,7 @@ GET /m3u
- `wanted_groups` (optional): A comma-separated list of group names to include (takes precedence over unwanted_groups)
- `nostreamproxy` (optional): Set to 'true' to disable stream proxying
- `proxy_url` (optional): Custom base URL for proxied content (overrides auto-detection)
- `include_channel_id` (optional): Set to 'true' to include `channel-id` in M3U, useful for [Channels](https://getchannels.com)
Note: For `unwanted_groups` and `wanted_groups`, you can use wildcard patterns with `*` and `?` characters. For example:
- `US*` will match all groups starting with "US"