Playlists
Playlists define collections of IPTV channels from M3U/M3U8 sources. Each playlist can contain multiple sources with proxy configuration.
YAML Structure
Fields
Field | Type | Required | Description |
---|---|---|---|
name |
string |
Yes | Unique name identifier for this playlist |
sources |
[]string |
Yes | List of playlist sources (URLs or file paths, M3U/M3U8 format). |
proxy |
Proxy | No | Playlist-specific proxy configuration |
Examples
Basic Playlist
Multi-Source Playlist
playlists:
- name: sports-premium
sources:
- "https://sports-provider.com/premium.m3u8"
- "https://sports-provider.com/international.m3u8"
- "/local/custom-playlist.m3u8"