Replace LF with CRLF

pull/27911/head
freearhey 1 month ago
parent 80c51307c4
commit 77a7868455

@ -1,82 +1,82 @@
name: Add stream name: Add stream
description: Request to add a new stream link into the playlist description: Request to add a new stream link into the playlist
title: 'Add: ' title: 'Add: '
labels: ['streams:add'] labels: ['streams:add']
body: body:
- type: input - type: input
id: stream_id id: stream_id
attributes: attributes:
label: Stream ID (required) label: Stream ID (required)
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." 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' placeholder: 'BBCAmerica.us@East'
validations: validations:
required: true required: true
- type: input - type: input
id: stream_url id: stream_url
attributes: attributes:
label: Stream URL (required) label: Stream URL (required)
description: Link to be added to the playlist description: Link to be added to the playlist
placeholder: 'https://example.com/playlist.m3u8' placeholder: 'https://example.com/playlist.m3u8'
validations: validations:
required: true required: true
- type: dropdown - type: dropdown
id: quality id: quality
attributes: attributes:
label: Quality label: Quality
description: Maximum video resolution available on the link description: Maximum video resolution available on the link
options: options:
- 2160p - 2160p
- 1280p - 1280p
- 1080p - 1080p
- 1080i - 1080i
- 720p - 720p
- 576p - 576p
- 576i - 576i
- 480p - 480p
- 480i - 480i
- 360p - 360p
- type: dropdown - type: dropdown
id: label id: label
attributes: attributes:
label: Label label: Label
description: Is there any reason why the broadcast may not work? description: Is there any reason why the broadcast may not work?
options: options:
- 'Not 24/7' - 'Not 24/7'
- 'Geo-blocked' - 'Geo-blocked'
- type: input - type: input
id: http_user_agent id: http_user_agent
attributes: attributes:
label: HTTP User Agent 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' 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 - type: input
id: http_referrer id: http_referrer
attributes: attributes:
label: HTTP Referrer label: HTTP Referrer
placeholder: 'https://example.com/' placeholder: 'https://example.com/'
- type: textarea - type: textarea
id: directives id: directives
attributes: attributes:
label: Directives label: Directives
description: 'List of directives telling players how to play the stream. Supported `#KODIPROP` and `#EXTVLCOPT`.' description: 'List of directives telling players how to play the stream. Supported `#KODIPROP` and `#EXTVLCOPT`.'
placeholder: '#KODIPROP:inputstream=inputstream.adaptive' placeholder: '#KODIPROP:inputstream=inputstream.adaptive'
- type: textarea - type: textarea
id: notes id: notes
attributes: attributes:
label: Notes label: Notes
description: 'Anything else we should know about this broadcast?' description: 'Anything else we should know about this broadcast?'
- type: checkboxes - type: checkboxes
attributes: attributes:
label: Contributing Guide label: Contributing Guide
description: 'Please read this guide before posting your request' description: 'Please read this guide before posting your request'
options: options:
- label: I have read [Contributing Guide](https://github.com/iptv-org/iptv/blob/master/CONTRIBUTING.md) - label: I have read [Contributing Guide](https://github.com/iptv-org/iptv/blob/master/CONTRIBUTING.md)
required: true required: true

@ -1,94 +1,94 @@
name: ✏️ Edit stream name: ✏️ Edit stream
description: Request to edit stream description description: Request to edit stream description
title: 'Edit: ' title: 'Edit: '
labels: ['streams:edit'] labels: ['streams:edit']
body: body:
- type: input - type: input
id: stream_url id: stream_url
attributes: attributes:
label: Stream URL (required) label: Stream URL (required)
description: Link to the stream to be updated description: Link to the stream to be updated
placeholder: 'https://lnc-kdfw-fox-aws.tubi.video/index.m3u8' placeholder: 'https://lnc-kdfw-fox-aws.tubi.video/index.m3u8'
validations: validations:
required: true required: true
- type: markdown - type: markdown
attributes: attributes:
value: | value: |
What exactly needs to be changed? To delete an existing value without replacement use the `~` symbol. What exactly needs to be changed? To delete an existing value without replacement use the `~` symbol.
- type: input - type: input
id: new_stream_url id: new_stream_url
attributes: attributes:
label: New Stream URL label: New Stream URL
description: New link to the stream description: New link to the stream
placeholder: 'https://servilive.com:3126/live/tele2000live.m3u8' placeholder: 'https://servilive.com:3126/live/tele2000live.m3u8'
- type: input - type: input
id: stream_id id: stream_id
attributes: attributes:
label: Stream ID 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." 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' placeholder: 'BBCAmerica.us@East'
- type: dropdown - type: dropdown
id: quality id: quality
attributes: attributes:
label: Quality label: Quality
description: Maximum video resolution available on the link description: Maximum video resolution available on the link
options: options:
- 2160p - 2160p
- 1280p - 1280p
- 1080p - 1080p
- 1080i - 1080i
- 720p - 720p
- 576p - 576p
- 576i - 576i
- 480p - 480p
- 480i - 480i
- 360p - 360p
- '~' - '~'
- type: dropdown - type: dropdown
id: label id: label
attributes: attributes:
label: Label label: Label
description: Is there any reason why the broadcast may not work? description: Is there any reason why the broadcast may not work?
options: options:
- 'Not 24/7' - 'Not 24/7'
- 'Geo-blocked' - 'Geo-blocked'
- '~' - '~'
- type: input - type: input
id: http_user_agent id: http_user_agent
attributes: attributes:
label: HTTP User Agent 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' 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 - type: input
id: http_referrer id: http_referrer
attributes: attributes:
label: HTTP Referrer label: HTTP Referrer
placeholder: 'https://example.com/' placeholder: 'https://example.com/'
- type: textarea - type: textarea
id: directives id: directives
attributes: attributes:
label: Directives label: Directives
description: 'List of directives telling players how to play the stream. Supported `#KODIPROP` and `#EXTVLCOPT`.' description: 'List of directives telling players how to play the stream. Supported `#KODIPROP` and `#EXTVLCOPT`.'
placeholder: '#KODIPROP:inputstream=inputstream.adaptive' placeholder: '#KODIPROP:inputstream=inputstream.adaptive'
- type: textarea - type: textarea
id: notes id: notes
attributes: attributes:
label: Notes label: Notes
placeholder: 'Anything else we should know?' placeholder: 'Anything else we should know?'
- type: checkboxes - type: checkboxes
attributes: attributes:
label: Contributing Guide label: Contributing Guide
description: 'Please read this guide before posting your request' description: 'Please read this guide before posting your request'
options: options:
- label: I have read [Contributing Guide](https://github.com/iptv-org/iptv/blob/master/CONTRIBUTING.md) - label: I have read [Contributing Guide](https://github.com/iptv-org/iptv/blob/master/CONTRIBUTING.md)
required: true required: true

@ -1,49 +1,49 @@
name: 🚧 Report a stream name: 🚧 Report a stream
description: Report a broken or unstable stream description: Report a broken or unstable stream
title: 'Report: ' title: 'Report: '
labels: ['streams:remove'] labels: ['streams:remove']
body: body:
- type: markdown - type: markdown
attributes: attributes:
value: | 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+). 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 - type: textarea
id: stream_url id: stream_url
attributes: attributes:
label: Stream URL label: Stream URL
description: List all links in question (one per line) description: List all links in question (one per line)
placeholder: 'https://lnc-kdfw-fox-aws.tubi.video/index.m3u8' placeholder: 'https://lnc-kdfw-fox-aws.tubi.video/index.m3u8'
validations: validations:
required: true required: true
- type: dropdown - type: dropdown
id: reason id: reason
attributes: attributes:
label: What happened to the stream? label: What happened to the stream?
options: options:
- Not loading - Not loading
- Constantly interrupts/lagging - Constantly interrupts/lagging
- Stuck at a single frame - Stuck at a single frame
- I see visual artifacts - I see visual artifacts
- Shows looped video - Shows looped video
- No sound - No sound
- Displays a message asking to renew subscription - Displays a message asking to renew subscription
- Other - Other
validations: validations:
required: true required: true
- type: textarea - type: textarea
id: notes id: notes
attributes: attributes:
label: Notes (optional) label: Notes (optional)
placeholder: 'Anything else we should know?' placeholder: 'Anything else we should know?'
- type: checkboxes - type: checkboxes
attributes: attributes:
label: Contributing Guide label: Contributing Guide
description: 'Please read this guide before posting your request' description: 'Please read this guide before posting your request'
options: options:
- label: I have read [Contributing Guide](https://github.com/iptv-org/iptv/blob/master/CONTRIBUTING.md) - label: I have read [Contributing Guide](https://github.com/iptv-org/iptv/blob/master/CONTRIBUTING.md)
required: true required: true

@ -1,28 +1,28 @@
name: 🔍 Channel search name: 🔍 Channel search
description: Ask for help in finding a link to the channel stream. description: Ask for help in finding a link to the channel stream.
title: 'Find: ' title: 'Find: '
labels: ['channel search'] labels: ['channel search']
body: body:
- type: input - type: input
id: stream_id id: stream_id
attributes: attributes:
label: Channel ID (required) 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. 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' placeholder: 'BBCAmericaEast.us'
validations: validations:
required: true required: true
- type: textarea - type: textarea
id: notes id: notes
attributes: attributes:
label: Notes label: Notes
description: 'Any additional information that may help find a link to the stream faster?' description: 'Any additional information that may help find a link to the stream faster?'
- type: checkboxes - type: checkboxes
attributes: attributes:
label: Contributing Guide label: Contributing Guide
description: 'Please read this guide before posting your request' description: 'Please read this guide before posting your request'
options: options:
- label: I have read [Contributing Guide](https://github.com/iptv-org/iptv/blob/master/CONTRIBUTING.md) - label: I have read [Contributing Guide](https://github.com/iptv-org/iptv/blob/master/CONTRIBUTING.md)
required: true required: true

@ -1,19 +1,19 @@
name: 🐞 Bug report name: 🐞 Bug report
description: Report an error in this repository description: Report an error in this repository
labels: ['bug'] labels: ['bug']
body: body:
- type: textarea - type: textarea
attributes: attributes:
label: Describe your issue label: Describe your issue
description: Please describe the error in as much detail as possible so that we can fix it quickly. description: Please describe the error in as much detail as possible so that we can fix it quickly.
validations: validations:
required: true required: true
- type: checkboxes - type: checkboxes
attributes: attributes:
label: Contributing Guide label: Contributing Guide
description: 'Please read this guide before posting your request' description: 'Please read this guide before posting your request'
options: options:
- label: I have read [Contributing Guide](https://github.com/iptv-org/iptv/blob/master/CONTRIBUTING.md) - label: I have read [Contributing Guide](https://github.com/iptv-org/iptv/blob/master/CONTRIBUTING.md)
required: true required: true

@ -1,50 +1,50 @@
name: ©️ Copyright removal request name: ©️ Copyright removal request
description: Request to remove content description: Request to remove content
labels: ['removal request'] labels: ['removal request']
body: body:
- type: input - type: input
attributes: attributes:
label: Your full legal name label: Your full legal name
validations: validations:
required: true required: true
- type: dropdown - type: dropdown
attributes: attributes:
label: Are you the copyright holder or authorized to act on the copyright owner's behalf? 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. 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: options:
- Yes, I am the copyright holder. - Yes, I am the copyright holder.
- Yes, I am authorized to act on the copyright owner's behalf. - Yes, I am authorized to act on the copyright owner's behalf.
- No. - No.
validations: validations:
required: true required: true
- type: textarea - type: textarea
attributes: attributes:
label: Please describe the nature of your copyright ownership or authorization to act on the owner's behalf. label: Please describe the nature of your copyright ownership or authorization to act on the owner's behalf.
validations: validations:
required: true required: true
- type: textarea - type: textarea
attributes: 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. 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: validations:
required: true required: true
- type: textarea - type: textarea
attributes: 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. 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: validations:
required: true required: true
- type: textarea - type: textarea
attributes: attributes:
label: Any additional information we need to know? label: Any additional information we need to know?
- type: checkboxes - type: checkboxes
attributes: attributes:
label: Contributing Guide label: Contributing Guide
description: 'Please read this guide before posting your request' description: 'Please read this guide before posting your request'
options: options:
- label: I have read [Contributing Guide](https://github.com/iptv-org/iptv/blob/master/CONTRIBUTING.md) - label: I have read [Contributing Guide](https://github.com/iptv-org/iptv/blob/master/CONTRIBUTING.md)
required: true required: true

@ -1,11 +1,11 @@
blank_issues_enabled: false blank_issues_enabled: false
contact_links: contact_links:
- name: 💡 Ideas - name: 💡 Ideas
url: https://github.com/orgs/iptv-org/discussions/categories/ideas url: https://github.com/orgs/iptv-org/discussions/categories/ideas
about: Share ideas for new features about: Share ideas for new features
- name: 🙌 Show and tell - name: 🙌 Show and tell
url: https://github.com/orgs/iptv-org/discussions/categories/show-and-tell url: https://github.com/orgs/iptv-org/discussions/categories/show-and-tell
about: Show off something you've made about: Show off something you've made
- name: ❓ Q&A - name: ❓ Q&A
url: https://github.com/orgs/iptv-org/discussions/categories/q-a url: https://github.com/orgs/iptv-org/discussions/categories/q-a
about: Ask the community for help about: Ask the community for help

Loading…
Cancel
Save