From 7f1de81aa0d15646f77f0c039ca84b200acd0a0d Mon Sep 17 00:00:00 2001 From: freearhey <7253922+freearhey@users.noreply.github.com> Date: Sat, 5 Sep 2026 13:52:22 +0300 Subject: [PATCH] Delete playlist-structure.md --- docs/playlist-structure.md | 13 ------------- 1 file changed, 13 deletions(-) delete mode 100644 docs/playlist-structure.md diff --git a/docs/playlist-structure.md b/docs/playlist-structure.md deleted file mode 100644 index 80a395a6ab..0000000000 --- a/docs/playlist-structure.md +++ /dev/null @@ -1,13 +0,0 @@ -# Playlist Structure - -All links in the repository are stored in the [streams/](../../streams) folder as [M3U](https://en.wikipedia.org/wiki/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](https://github.com/iptv-org/database), so there is no need to sort anything manually. For more info, see [Scripts](./scripts.md). - -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](./stream-description-scheme.md) -- Lines must end with [CRLF](https://developer.mozilla.org/en-US/docs/Glossary/CRLF) -- The file encoding must be UTF-8 without BOM