mirror of https://github.com/iptv-org/iptv
Replace LF with CRLF
parent
80c51307c4
commit
77a7868455
@ -1,94 +1,94 @@
|
||||
name: ✏️ Edit stream
|
||||
description: Request to edit stream description
|
||||
title: 'Edit: '
|
||||
labels: ['streams:edit']
|
||||
|
||||
body:
|
||||
- type: input
|
||||
id: stream_url
|
||||
attributes:
|
||||
label: Stream URL (required)
|
||||
description: Link to the stream to be updated
|
||||
placeholder: 'https://lnc-kdfw-fox-aws.tubi.video/index.m3u8'
|
||||
validations:
|
||||
required: true
|
||||
|
||||
- type: markdown
|
||||
attributes:
|
||||
value: |
|
||||
What exactly needs to be changed? To delete an existing value without replacement use the `~` symbol.
|
||||
|
||||
- type: input
|
||||
id: new_stream_url
|
||||
attributes:
|
||||
label: New Stream URL
|
||||
description: New link to the stream
|
||||
placeholder: 'https://servilive.com:3126/live/tele2000live.m3u8'
|
||||
|
||||
- type: input
|
||||
id: stream_id
|
||||
attributes:
|
||||
label: Stream ID
|
||||
description: "ID of the stream consisting of `<channel_id>` or `<channel_id>@<feed_id>`. Full list of supported channels with corresponding ID could be found on [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: 'BBCAmerica.us@East'
|
||||
|
||||
- type: dropdown
|
||||
id: quality
|
||||
attributes:
|
||||
label: Quality
|
||||
description: Maximum video resolution available on the link
|
||||
options:
|
||||
- 2160p
|
||||
- 1280p
|
||||
- 1080p
|
||||
- 1080i
|
||||
- 720p
|
||||
- 576p
|
||||
- 576i
|
||||
- 480p
|
||||
- 480i
|
||||
- 360p
|
||||
- '~'
|
||||
|
||||
- type: dropdown
|
||||
id: label
|
||||
attributes:
|
||||
label: Label
|
||||
description: Is there any reason why the broadcast may not work?
|
||||
options:
|
||||
- 'Not 24/7'
|
||||
- 'Geo-blocked'
|
||||
- '~'
|
||||
|
||||
- type: input
|
||||
id: http_user_agent
|
||||
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
|
||||
id: http_referrer
|
||||
attributes:
|
||||
label: HTTP Referrer
|
||||
placeholder: 'https://example.com/'
|
||||
|
||||
- type: textarea
|
||||
id: directives
|
||||
attributes:
|
||||
label: Directives
|
||||
description: 'List of directives telling players how to play the stream. Supported `#KODIPROP` and `#EXTVLCOPT`.'
|
||||
placeholder: '#KODIPROP:inputstream=inputstream.adaptive'
|
||||
|
||||
- type: textarea
|
||||
id: notes
|
||||
attributes:
|
||||
label: Notes
|
||||
placeholder: 'Anything else we should know?'
|
||||
|
||||
- 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
|
||||
name: ✏️ Edit stream
|
||||
description: Request to edit stream description
|
||||
title: 'Edit: '
|
||||
labels: ['streams:edit']
|
||||
|
||||
body:
|
||||
- type: input
|
||||
id: stream_url
|
||||
attributes:
|
||||
label: Stream URL (required)
|
||||
description: Link to the stream to be updated
|
||||
placeholder: 'https://lnc-kdfw-fox-aws.tubi.video/index.m3u8'
|
||||
validations:
|
||||
required: true
|
||||
|
||||
- type: markdown
|
||||
attributes:
|
||||
value: |
|
||||
What exactly needs to be changed? To delete an existing value without replacement use the `~` symbol.
|
||||
|
||||
- type: input
|
||||
id: new_stream_url
|
||||
attributes:
|
||||
label: New Stream URL
|
||||
description: New link to the stream
|
||||
placeholder: 'https://servilive.com:3126/live/tele2000live.m3u8'
|
||||
|
||||
- type: input
|
||||
id: stream_id
|
||||
attributes:
|
||||
label: Stream ID
|
||||
description: "ID of the stream consisting of `<channel_id>` or `<channel_id>@<feed_id>`. Full list of supported channels with corresponding ID could be found on [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: 'BBCAmerica.us@East'
|
||||
|
||||
- type: dropdown
|
||||
id: quality
|
||||
attributes:
|
||||
label: Quality
|
||||
description: Maximum video resolution available on the link
|
||||
options:
|
||||
- 2160p
|
||||
- 1280p
|
||||
- 1080p
|
||||
- 1080i
|
||||
- 720p
|
||||
- 576p
|
||||
- 576i
|
||||
- 480p
|
||||
- 480i
|
||||
- 360p
|
||||
- '~'
|
||||
|
||||
- type: dropdown
|
||||
id: label
|
||||
attributes:
|
||||
label: Label
|
||||
description: Is there any reason why the broadcast may not work?
|
||||
options:
|
||||
- 'Not 24/7'
|
||||
- 'Geo-blocked'
|
||||
- '~'
|
||||
|
||||
- type: input
|
||||
id: http_user_agent
|
||||
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
|
||||
id: http_referrer
|
||||
attributes:
|
||||
label: HTTP Referrer
|
||||
placeholder: 'https://example.com/'
|
||||
|
||||
- type: textarea
|
||||
id: directives
|
||||
attributes:
|
||||
label: Directives
|
||||
description: 'List of directives telling players how to play the stream. Supported `#KODIPROP` and `#EXTVLCOPT`.'
|
||||
placeholder: '#KODIPROP:inputstream=inputstream.adaptive'
|
||||
|
||||
- type: textarea
|
||||
id: notes
|
||||
attributes:
|
||||
label: Notes
|
||||
placeholder: 'Anything else we should know?'
|
||||
|
||||
- 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
|
||||
|
||||
@ -1,49 +1,49 @@
|
||||
name: 🚧 Report a stream
|
||||
description: Report a broken or unstable stream
|
||||
title: 'Report: '
|
||||
labels: ['streams:remove']
|
||||
|
||||
body:
|
||||
- type: markdown
|
||||
attributes:
|
||||
value: |
|
||||
Please fill out the form as much as you can so we could efficiently process your request. To suggest a new replacement link, use this [form](https://github.com/iptv-org/iptv/issues/new?assignees=&labels=streams:add&projects=&template=1_streams_add.yml&title=Add%3A+).
|
||||
|
||||
- type: textarea
|
||||
id: stream_url
|
||||
attributes:
|
||||
label: Stream URL
|
||||
description: List all links in question (one per line)
|
||||
placeholder: 'https://lnc-kdfw-fox-aws.tubi.video/index.m3u8'
|
||||
validations:
|
||||
required: true
|
||||
|
||||
- type: dropdown
|
||||
id: reason
|
||||
attributes:
|
||||
label: What happened to the stream?
|
||||
options:
|
||||
- Not loading
|
||||
- Constantly interrupts/lagging
|
||||
- Stuck at a single frame
|
||||
- I see visual artifacts
|
||||
- Shows looped video
|
||||
- No sound
|
||||
- Displays a message asking to renew subscription
|
||||
- Other
|
||||
validations:
|
||||
required: true
|
||||
|
||||
- type: textarea
|
||||
id: notes
|
||||
attributes:
|
||||
label: Notes (optional)
|
||||
placeholder: 'Anything else we should know?'
|
||||
|
||||
- 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
|
||||
name: 🚧 Report a stream
|
||||
description: Report a broken or unstable stream
|
||||
title: 'Report: '
|
||||
labels: ['streams:remove']
|
||||
|
||||
body:
|
||||
- type: markdown
|
||||
attributes:
|
||||
value: |
|
||||
Please fill out the form as much as you can so we could efficiently process your request. To suggest a new replacement link, use this [form](https://github.com/iptv-org/iptv/issues/new?assignees=&labels=streams:add&projects=&template=1_streams_add.yml&title=Add%3A+).
|
||||
|
||||
- type: textarea
|
||||
id: stream_url
|
||||
attributes:
|
||||
label: Stream URL
|
||||
description: List all links in question (one per line)
|
||||
placeholder: 'https://lnc-kdfw-fox-aws.tubi.video/index.m3u8'
|
||||
validations:
|
||||
required: true
|
||||
|
||||
- type: dropdown
|
||||
id: reason
|
||||
attributes:
|
||||
label: What happened to the stream?
|
||||
options:
|
||||
- Not loading
|
||||
- Constantly interrupts/lagging
|
||||
- Stuck at a single frame
|
||||
- I see visual artifacts
|
||||
- Shows looped video
|
||||
- No sound
|
||||
- Displays a message asking to renew subscription
|
||||
- Other
|
||||
validations:
|
||||
required: true
|
||||
|
||||
- type: textarea
|
||||
id: notes
|
||||
attributes:
|
||||
label: Notes (optional)
|
||||
placeholder: 'Anything else we should know?'
|
||||
|
||||
- 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
|
||||
|
||||
@ -1,28 +1,28 @@
|
||||
name: 🔍 Channel search
|
||||
description: Ask for help in finding a link to the channel stream.
|
||||
title: 'Find: '
|
||||
labels: ['channel search']
|
||||
|
||||
body:
|
||||
- type: input
|
||||
id: stream_id
|
||||
attributes:
|
||||
label: Channel ID (required)
|
||||
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
|
||||
|
||||
- type: textarea
|
||||
id: notes
|
||||
attributes:
|
||||
label: Notes
|
||||
description: 'Any additional information that may help find a link to the stream faster?'
|
||||
|
||||
- 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
|
||||
name: 🔍 Channel search
|
||||
description: Ask for help in finding a link to the channel stream.
|
||||
title: 'Find: '
|
||||
labels: ['channel search']
|
||||
|
||||
body:
|
||||
- type: input
|
||||
id: stream_id
|
||||
attributes:
|
||||
label: Channel ID (required)
|
||||
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
|
||||
|
||||
- type: textarea
|
||||
id: notes
|
||||
attributes:
|
||||
label: Notes
|
||||
description: 'Any additional information that may help find a link to the stream faster?'
|
||||
|
||||
- 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
|
||||
|
||||
@ -1,19 +1,19 @@
|
||||
name: 🐞 Bug report
|
||||
description: Report an error in this repository
|
||||
labels: ['bug']
|
||||
|
||||
body:
|
||||
- type: textarea
|
||||
attributes:
|
||||
label: Describe your issue
|
||||
description: Please describe the error in as much detail as possible so that we can fix it quickly.
|
||||
validations:
|
||||
required: true
|
||||
|
||||
- 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)
|
||||
name: 🐞 Bug report
|
||||
description: Report an error in this repository
|
||||
labels: ['bug']
|
||||
|
||||
body:
|
||||
- type: textarea
|
||||
attributes:
|
||||
label: Describe your issue
|
||||
description: Please describe the error in as much detail as possible so that we can fix it quickly.
|
||||
validations:
|
||||
required: true
|
||||
|
||||
- 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
|
||||
@ -1,50 +1,50 @@
|
||||
name: ©️ Copyright removal request
|
||||
description: Request to remove content
|
||||
labels: ['removal request']
|
||||
body:
|
||||
- type: input
|
||||
attributes:
|
||||
label: Your full legal name
|
||||
validations:
|
||||
required: true
|
||||
|
||||
- type: dropdown
|
||||
attributes:
|
||||
label: Are you the copyright holder or authorized to act on the copyright owner's behalf?
|
||||
description: We cannot process your request unless it is submitted by the copyright owner or an agent authorized to act on behalf of the copyright owner.
|
||||
options:
|
||||
- Yes, I am the copyright holder.
|
||||
- Yes, I am authorized to act on the copyright owner's behalf.
|
||||
- No.
|
||||
validations:
|
||||
required: true
|
||||
|
||||
- type: textarea
|
||||
attributes:
|
||||
label: Please describe the nature of your copyright ownership or authorization to act on the owner's behalf.
|
||||
validations:
|
||||
required: true
|
||||
|
||||
- type: textarea
|
||||
attributes:
|
||||
label: Please provide a detailed description of the original copyrighted work that has allegedly been infringed. If possible, include a URL to where it is posted online.
|
||||
validations:
|
||||
required: true
|
||||
|
||||
- type: textarea
|
||||
attributes:
|
||||
label: What content should be removed? Please specify the URL for each item or, if it is an entire file, the file's URL.
|
||||
validations:
|
||||
required: true
|
||||
|
||||
- type: textarea
|
||||
attributes:
|
||||
label: Any additional information we need to know?
|
||||
|
||||
- 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
|
||||
name: ©️ Copyright removal request
|
||||
description: Request to remove content
|
||||
labels: ['removal request']
|
||||
body:
|
||||
- type: input
|
||||
attributes:
|
||||
label: Your full legal name
|
||||
validations:
|
||||
required: true
|
||||
|
||||
- type: dropdown
|
||||
attributes:
|
||||
label: Are you the copyright holder or authorized to act on the copyright owner's behalf?
|
||||
description: We cannot process your request unless it is submitted by the copyright owner or an agent authorized to act on behalf of the copyright owner.
|
||||
options:
|
||||
- Yes, I am the copyright holder.
|
||||
- Yes, I am authorized to act on the copyright owner's behalf.
|
||||
- No.
|
||||
validations:
|
||||
required: true
|
||||
|
||||
- type: textarea
|
||||
attributes:
|
||||
label: Please describe the nature of your copyright ownership or authorization to act on the owner's behalf.
|
||||
validations:
|
||||
required: true
|
||||
|
||||
- type: textarea
|
||||
attributes:
|
||||
label: Please provide a detailed description of the original copyrighted work that has allegedly been infringed. If possible, include a URL to where it is posted online.
|
||||
validations:
|
||||
required: true
|
||||
|
||||
- type: textarea
|
||||
attributes:
|
||||
label: What content should be removed? Please specify the URL for each item or, if it is an entire file, the file's URL.
|
||||
validations:
|
||||
required: true
|
||||
|
||||
- type: textarea
|
||||
attributes:
|
||||
label: Any additional information we need to know?
|
||||
|
||||
- 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
|
||||
|
||||
@ -1,11 +1,11 @@
|
||||
blank_issues_enabled: false
|
||||
contact_links:
|
||||
- name: 💡 Ideas
|
||||
url: https://github.com/orgs/iptv-org/discussions/categories/ideas
|
||||
about: Share ideas for new features
|
||||
- name: 🙌 Show and tell
|
||||
url: https://github.com/orgs/iptv-org/discussions/categories/show-and-tell
|
||||
about: Show off something you've made
|
||||
- name: ❓ Q&A
|
||||
url: https://github.com/orgs/iptv-org/discussions/categories/q-a
|
||||
about: Ask the community for help
|
||||
blank_issues_enabled: false
|
||||
contact_links:
|
||||
- name: 💡 Ideas
|
||||
url: https://github.com/orgs/iptv-org/discussions/categories/ideas
|
||||
about: Share ideas for new features
|
||||
- name: 🙌 Show and tell
|
||||
url: https://github.com/orgs/iptv-org/discussions/categories/show-and-tell
|
||||
about: Show off something you've made
|
||||
- name: ❓ Q&A
|
||||
url: https://github.com/orgs/iptv-org/discussions/categories/q-a
|
||||
about: Ask the community for help
|
||||
|
||||
Loading…
Reference in New Issue