iptv/.github/ISSUE_TEMPLATE/-----broken-stream.yml

62 lines
1.8 KiB
YAML
Raw Normal View History

name: 🛠 Broken Stream
description: Report a broken stream
title: "Replace: "
labels: [ "broken stream" ]
2021-12-11 11:16:16 +03:00
body:
2021-12-10 18:35:37 +03:00
- type: markdown
2021-12-11 11:17:06 +03:00
attributes:
2021-12-10 18:35:37 +03:00
value: |
2021-12-11 11:16:16 +03:00
Please fill out the issue template as much as you can so we could efficiently process your request
**IMPORTANT**: An issue may contain a request for only one channel, otherwise it will be closed
2021-12-11 14:11:03 +03:00
2021-12-11 15:16:37 +03:00
- type: input
id: name
attributes:
label: Channel Name
2021-12-11 15:06:56 +02:00
description: Full name of the channel. Please use the exact name, as in how it appears in the playlist.
2021-12-11 15:16:37 +03:00
placeholder: 'Fox Life Russia'
validations:
required: true
2021-12-11 15:11:28 +03:00
- type: dropdown
id: reason
attributes:
2021-12-11 15:06:56 +02:00
label: What happened to the stream?
2021-12-11 15:11:28 +03:00
options:
2022-01-03 10:45:31 +03:00
- It is disappeared from the playlist
2021-12-11 15:16:37 +03:00
- It is stuck at a single frame/the same segment
2021-12-11 15:11:28 +03:00
- I see visual artifacts
- It is buffering to unplayable point
validations:
required: true
2021-12-11 14:11:03 +03:00
- type: input
id: playlist
attributes:
2021-12-11 11:16:16 +03:00
label: Playlist
description: What playlist was used to get the channel from?
placeholder: 'ex. https://iptv-org.github.io/iptv/countries/au.m3u'
validations:
required: true
2021-12-11 14:11:03 +03:00
2021-12-11 11:16:16 +03:00
- type: input
2021-12-11 11:18:16 +03:00
id: link
attributes:
2021-12-11 15:06:56 +02:00
label: Broken Link
2021-12-11 11:16:16 +03:00
description: Please specify the broken link from a playlist if you can
placeholder: 'ex. https://lnc-kdfw-fox-aws.tubi.video/index.m3u8'
2021-12-11 14:11:03 +03:00
2021-12-11 11:16:16 +03:00
- type: input
2021-12-11 11:18:16 +03:00
id: alt
attributes:
2021-12-11 11:16:16 +03:00
label: Possible Replacement
description: If you know an alternate non-protected source or the way to fix current stream please let us know
placeholder: 'ex. https://lnc-kdfw-fox-aws.tubi.video/index.m3u8'
2021-12-11 14:11:03 +03:00
2021-12-11 11:16:16 +03:00
- type: input
2021-12-11 11:18:16 +03:00
id: notes
attributes:
2021-12-11 11:16:16 +03:00
label: Notes
placeholder: 'Anything else we should know?'