mirror of
https://github.com/ovosimpatico/xtream2m3u.git
synced 2026-01-15 16:32:55 -03:00
Add support for optional channel-id in M3U endpoint
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user