2021-12-10 15:07:14 +01:00
name : 📺 Channel Request
2021-12-09 21:56:51 +01:00
description : Request to add a channel into the playlist
2022-02-15 06:57:30 +01:00
title: 'Add : '
labels : [ 'channel request' ]
2021-12-09 21:56:51 +01:00
body :
- type : markdown
attributes :
value : |
2022-02-15 06:57:30 +01:00
Please fill out the issue template as much as you can so we could efficiently process your request
2021-12-09 21:56:51 +01:00
- type : input
attributes :
label : Channel Name
description : Full name of the channel. It is recommended to use the name listed on [lyngsat](https://www.lyngsat.com/search.html) or [wikipedia](https://www.wikipedia.org/) if possible.
2022-02-15 06:57:30 +01:00
placeholder : 'BBC America East'
2021-12-09 21:56:51 +01:00
validations :
required : true
2022-02-15 06:57:30 +01:00
2021-12-09 21:56:51 +01:00
- type : input
attributes :
2022-02-15 06:57:30 +01:00
label : Channel ID
description : Unique channel ID from iptv-org/database. A complete list of supported channels can be found on [iptv-org.github.io](https://iptv-org.github.io/).
placeholder : 'BBCAmericaEast.us'
2021-12-09 21:56:51 +01:00
- type : input
attributes :
label : Website
description : Where did you find the broadcast?
2022-02-15 06:57:30 +01:00
placeholder : 'https://example.com/live-tv'
2021-12-09 21:56:51 +01:00
validations :
required : true
- type : input
attributes :
label : Stream URL
description : Link to a stream in m3u8 format
2022-02-15 06:57:30 +01:00
placeholder : 'https://example.com/playlist.m3u8'
- type : textarea
2021-12-09 21:56:51 +01:00
attributes :
label : Notes
2022-02-15 06:57:30 +01:00
description : 'Anything else we should know about this broadcast?'
- type : checkboxes
attributes :
label : Please confirm the following
options :
- label : I have read [Contributing Guide](https://github.com/iptv-org/iptv/blob/master/CONTRIBUTING.md#request-a-channel)