Files
iptv/.github/docs/playlist-structure.md
T
2026-06-22 18:07:21 +03:00

963 B

Playlist Structure

All links in the repository are stored in the streams/ folder as M3U playlists, grouped by the sources from which they are broadcast. They are arranged this way solely for the convenience of moderating links and are not intended for use by end users.

All links undergo automatic filtering and are sorted according to data in our database, so there is no need to sort anything manually. For more info, see Scripts.

In order for the scripts to process these files correctly, you must follow a strict structure:

  • All files must have the .m3u extension
  • The playlist must begin with the header #EXTM3U
  • Each link must comply with the Stream Description Scheme
  • Lines must end with CRLF
  • The file encoding must be UTF-8 without BOM