You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Playlists in which channels are grouped by category. A list of all supported categories with descriptions can be found [here](.readme/supported-categories.md).
39
+
Playlists in which channels are grouped by category.
40
40
41
41
<details>
42
42
<summary>Expand</summary>
@@ -91,6 +91,19 @@ Same thing, but split up into separate files:
91
91
92
92
</details>
93
93
94
+
### Grouped by subdivision
95
+
96
+
Playlists in which channels are grouped by subdivision for which they are broadcasted.
97
+
98
+
<details>
99
+
<summary>Expand</summary>
100
+
<br>
101
+
102
+
<!-- prettier-ignore -->
103
+
#include "./.readme/_subdivisions.md"
104
+
105
+
</details>
106
+
94
107
### Grouped by region
95
108
96
109
Playlists in which channels are grouped by the region for which they are broadcasted.
Copy file name to clipboardExpand all lines: CONTRIBUTING.md
+4-5Lines changed: 4 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -31,7 +31,7 @@ Note all links in playlists are sorted automatically by scripts so there is no n
31
31
32
32
### How to fix the stream description?
33
33
34
-
Most of the stream description (channel name, categories, languages, broadcast area, logo) we load from the [iptv-org/database](https://github.com/iptv-org/database) using the stream ID.
34
+
Most of the stream description (channel name, feed name, categories, languages, broadcast area, logo) we load from the [iptv-org/database](https://github.com/iptv-org/database) using the stream ID.
35
35
36
36
So first of all, make sure that the desired stream has the correct ID. A full list of all supported channels and their corresponding IDs can be found on [iptv-org.github.io](https://iptv-org.github.io/). To change the stream ID of any link in the playlist, just fill out this [form](https://github.com/iptv-org/iptv/issues/new?assignees=&labels=streams%3Aedit&projects=&template=2_streams_edit.yml&title=Edit%3A+).
37
37
@@ -110,22 +110,22 @@ Please note that we only accept removal requests from channel owners and their o
110
110
For a stream to be approved, its description must follow this template:
|`STREAM_ID`| Stream ID consisting of channel ID and feed ID. Full list of supported channels with corresponding ID could be found on [iptv-org.github.io](https://iptv-org.github.io/). | Optional |`<channel_id>` or `<channel_id>@<feed_id>`|
120
-
|`CHANNEL_NAME`|Full name of the channel. May contain any characters except: `,`, `[`, `]`.| Required | - |
120
+
|`STREAM_TITLE`|Stream title consisting of channel name and feed name. May contain any characters except: `,`, `[`, `]`. | Required | - |
0 commit comments