Merge branch 'master' into patch-1
This commit is contained in:
commit
f31f574ea4
|
@ -1,5 +1,6 @@
|
||||||
name: \U0001F4FA Channel Request
|
name: 📺 Channel Request
|
||||||
description: Request to add a channel into the playlist
|
description: Request to add a channel into the playlist
|
||||||
|
title: "Add: "
|
||||||
labels: [ "channel request" ]
|
labels: [ "channel request" ]
|
||||||
|
|
||||||
body:
|
body:
|
||||||
|
|
|
@ -1,9 +0,0 @@
|
||||||
---
|
|
||||||
name: '🐞 Bug Report'
|
|
||||||
about: Report an error in this repository
|
|
||||||
title: 'Fix: xxx'
|
|
||||||
labels: bug
|
|
||||||
assignees: ''
|
|
||||||
---
|
|
||||||
|
|
||||||
<!-- Please describe the error in as much detail as possible so that we can fix it quickly -->
|
|
|
@ -0,0 +1,22 @@
|
||||||
|
name: 🐞 Bug Report
|
||||||
|
description: Report an error in this repository
|
||||||
|
title: "Fix: "
|
||||||
|
labels: [ "bug" ]
|
||||||
|
assignees:
|
||||||
|
- freearhey
|
||||||
|
|
||||||
|
body:
|
||||||
|
- type: markdown
|
||||||
|
attributes:
|
||||||
|
value: |
|
||||||
|
This form is **ONLY** intended for auto-update, channel sorting and other automation scripts related issues.
|
||||||
|
If you're experiencing problems viewing a channel, **this is not the right form**. Please file a Broken stream form instead.
|
||||||
|
|
||||||
|
Please describe the error in as much detail as possible so that we can fix it quickly.
|
||||||
|
|
||||||
|
- type: textarea
|
||||||
|
id: bug
|
||||||
|
attributes:
|
||||||
|
label: Describe your issue
|
||||||
|
validations:
|
||||||
|
required: true
|
|
@ -1,18 +0,0 @@
|
||||||
---
|
|
||||||
name: '🛠 Broken Stream'
|
|
||||||
about: Report a broken stream
|
|
||||||
title: ''
|
|
||||||
labels: broken stream
|
|
||||||
assignees: ''
|
|
||||||
---
|
|
||||||
|
|
||||||
<!-- Please fill out the information in this issue template so that we can
|
|
||||||
efficiently process your request -->
|
|
||||||
|
|
||||||
<!-- IMPORTANT: An issue may contain a request for only one channel, otherwise it will be closed -->
|
|
||||||
|
|
||||||
**_Channel Name:_** xxx
|
|
||||||
**_Country:_** xxx
|
|
||||||
**_Broken Link (from playlist):_** xxx
|
|
||||||
**_Possible Replacement (optional):_** xxx
|
|
||||||
**_Notes (optional):_** xxx
|
|
|
@ -0,0 +1,76 @@
|
||||||
|
name: 🛠 Broken Stream
|
||||||
|
description: Report a broken stream
|
||||||
|
title: "Fix: "
|
||||||
|
labels: [ "broken stream" ]
|
||||||
|
|
||||||
|
body:
|
||||||
|
- type: markdown
|
||||||
|
attributes:
|
||||||
|
value: |
|
||||||
|
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
|
||||||
|
|
||||||
|
Channels present in this repository come from variety of sources, some may have overbalanced load at times, temporal issues or just be far away from your location to play smoothly.
|
||||||
|
Please wait for a few hours at least before filling this form.
|
||||||
|
|
||||||
|
- type: checkboxes
|
||||||
|
id: preliminary
|
||||||
|
attributes:
|
||||||
|
label: I have verified that
|
||||||
|
options:
|
||||||
|
- label: I use the GitHub playlist link and not a downloaded/cached version of the file
|
||||||
|
required: true
|
||||||
|
- label: My TV player has updated this playlist after 0:00 GMT and is set to update it daily
|
||||||
|
required: true
|
||||||
|
- label: I am aware that the channel source may have temporal outages. It is broken/absent from the playlist for couple of hours or days
|
||||||
|
required: true
|
||||||
|
|
||||||
|
- type: input
|
||||||
|
id: name
|
||||||
|
attributes:
|
||||||
|
label: Channel Name
|
||||||
|
description: Full name of the channel. Please use the exact name, as in how it appears in the playlist.
|
||||||
|
placeholder: 'Fox Life Russia'
|
||||||
|
validations:
|
||||||
|
required: true
|
||||||
|
|
||||||
|
- type: dropdown
|
||||||
|
id: reason
|
||||||
|
attributes:
|
||||||
|
label: What happened to the stream?
|
||||||
|
options:
|
||||||
|
- It is now offline (disappeared from the playlist)
|
||||||
|
- It is stuck at a single frame/the same segment
|
||||||
|
- I see visual artifacts
|
||||||
|
- It is buffering to unplayable point
|
||||||
|
validations:
|
||||||
|
required: true
|
||||||
|
|
||||||
|
- type: input
|
||||||
|
id: playlist
|
||||||
|
attributes:
|
||||||
|
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
|
||||||
|
|
||||||
|
- type: input
|
||||||
|
id: link
|
||||||
|
attributes:
|
||||||
|
label: Broken Link
|
||||||
|
description: Please specify the broken link from a playlist if you can
|
||||||
|
placeholder: 'ex. https://lnc-kdfw-fox-aws.tubi.video/index.m3u8'
|
||||||
|
|
||||||
|
- type: input
|
||||||
|
id: alt
|
||||||
|
attributes:
|
||||||
|
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'
|
||||||
|
|
||||||
|
- type: input
|
||||||
|
id: notes
|
||||||
|
attributes:
|
||||||
|
label: Notes
|
||||||
|
placeholder: 'Anything else we should know?'
|
|
@ -1,13 +0,0 @@
|
||||||
---
|
|
||||||
name: "\U0001F6A8 Remove Channel"
|
|
||||||
about: Request to remove a channel
|
|
||||||
title: 'Remove: xxx'
|
|
||||||
labels: DMCA
|
|
||||||
assignees: ''
|
|
||||||
---
|
|
||||||
|
|
||||||
<!-- Please fill out the information in this issue template so that we can
|
|
||||||
efficiently process your request -->
|
|
||||||
|
|
||||||
**_Channel Name:_** xxx
|
|
||||||
**_DMCA Notice (link):_** xxx
|
|
|
@ -0,0 +1,34 @@
|
||||||
|
name: 🚨 Remove Channel
|
||||||
|
description: Request to remove a channel
|
||||||
|
title: "Remove: "
|
||||||
|
labels: [ "DMCA" ]
|
||||||
|
|
||||||
|
body:
|
||||||
|
- type: markdown
|
||||||
|
attributes:
|
||||||
|
value: |
|
||||||
|
Please fill out the issue template as much as you can so we could efficiently process your request
|
||||||
|
|
||||||
|
- type: input
|
||||||
|
id: name
|
||||||
|
attributes:
|
||||||
|
label: Channel Names
|
||||||
|
description: Full name of every channel to be removed
|
||||||
|
placeholder: 'Fox Life Russia'
|
||||||
|
validations:
|
||||||
|
required: true
|
||||||
|
|
||||||
|
- type: input
|
||||||
|
id: link
|
||||||
|
attributes:
|
||||||
|
label: DMCA Notice
|
||||||
|
description: A link to your published complaint form that must be filled here https://github.com/contact/dmca
|
||||||
|
placeholder: 'https://github.com/github/dmca/blob/3ce1c9402c6b7e46dcbbea6ff866d6a44e75c72a/2021/03/2021-03-26-sky-italia.md'
|
||||||
|
validations:
|
||||||
|
required: true
|
||||||
|
|
||||||
|
- type: input
|
||||||
|
id: notes
|
||||||
|
attributes:
|
||||||
|
label: Notes
|
||||||
|
placeholder: 'Anything else we should know?'
|
Loading…
Reference in New Issue