iptv/.github/ISSUE_TEMPLATE/-----streams_add.yml

77 lines
2.2 KiB
YAML
Raw Normal View History

2023-09-04 13:21:51 +02:00
name: Add stream link
description: Request to add a new stream link into the playlist
title: 'Add: '
labels: ['streams:add']
body:
- type: input
attributes:
2023-09-29 21:23:00 +02:00
label: Channel ID (required)
2023-09-04 13:21:51 +02:00
description: Unique channel ID from [iptv-org.github.io](https://iptv-org.github.io/). If you can't find the channel you want in the list, please let us know through this [form](https://github.com/iptv-org/database/issues/new?assignees=&labels=channels%3Aadd&projects=&template=channels_add.yml&title=Add%3A+) before posting your request.
placeholder: 'BBCAmericaEast.us'
validations:
required: true
2023-09-15 17:38:29 +02:00
- type: input
attributes:
label: Channel Name
description: "Full name of the channel. May contain any characters except: `,`, `[`, `]`."
placeholder: 'BBC America East'
2023-09-04 13:21:51 +02:00
- type: input
attributes:
2023-09-29 21:23:00 +02:00
label: Stream URL (required)
2023-09-04 13:21:51 +02:00
description: Link to the stream
placeholder: 'https://example.com/playlist.m3u8'
validations:
required: true
2023-09-15 17:38:29 +02:00
- type: dropdown
attributes:
label: Quality
description: Maximum video resolution available on the link
options:
- 2160p
- 1280p
- 1080p
- 720p
- 576p
- 480p
- 360p
- type: dropdown
attributes:
label: Label
description: Is there any reason why the broadcast may not work?
options:
- 'Not 24/7'
- 'Geo-blocked'
2023-11-01 03:38:18 +01:00
- type: input
attributes:
label: Timeshift
2023-11-11 23:02:28 +01:00
placeholder: '0'
2023-11-01 03:38:18 +01:00
2023-09-15 17:38:29 +02:00
- type: input
attributes:
label: HTTP User Agent
placeholder: 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/81.0.4044.138 Safari/537.36 Edge/12.246'
- type: input
attributes:
label: HTTP Referrer
placeholder: 'https://example.com/'
2023-09-04 13:21:51 +02:00
- type: textarea
attributes:
2023-09-29 21:23:00 +02:00
label: Notes
2023-09-04 13:21:51 +02:00
description: 'Anything else we should know about this broadcast?'
- type: checkboxes
attributes:
label: Contributing Guide
description: 'Please read this guide before posting your request'
options:
- label: I have read [Contributing Guide](https://github.com/iptv-org/iptv/blob/master/CONTRIBUTING.md)
required: true