mirror of
https://github.com/iptv-org/database.git
synced 2024-11-12 15:16:40 -05:00
Merge branch 'master' of https://github.com/AntiPontifex/database
This commit is contained in:
commit
397837ddab
7 changed files with 80 additions and 6 deletions
|
@ -67,7 +67,7 @@ body:
|
||||||
attributes:
|
attributes:
|
||||||
label: Broadcast Area
|
label: Broadcast Area
|
||||||
description: List of codes describing the broadcasting area of the channel separated by `;`. Any combination of `r/<region_code>`, `c/<country_code>`, `s/<subdivision_code>`
|
description: List of codes describing the broadcasting area of the channel separated by `;`. Any combination of `r/<region_code>`, `c/<country_code>`, `s/<subdivision_code>`
|
||||||
placeholder: 's/CN-AH'
|
placeholder: 'c/CN;r/EUR'
|
||||||
validations:
|
validations:
|
||||||
required: true
|
required: true
|
||||||
|
|
|
@ -5,6 +5,7 @@ labels: ['channels:edit']
|
||||||
|
|
||||||
body:
|
body:
|
||||||
- type: input
|
- type: input
|
||||||
|
id: id
|
||||||
attributes:
|
attributes:
|
||||||
label: Channel ID (required)
|
label: Channel ID (required)
|
||||||
description: The ID of the channel that should be updated
|
description: The ID of the channel that should be updated
|
||||||
|
@ -18,66 +19,77 @@ body:
|
||||||
What exactly needs to be changed?
|
What exactly needs to be changed?
|
||||||
|
|
||||||
- type: input
|
- type: input
|
||||||
|
id: name
|
||||||
attributes:
|
attributes:
|
||||||
label: Channel Name
|
label: Channel Name
|
||||||
description: "Official channel name in English or call sign. May include: `a-z`, `0-9`, `space`, `-`, `!`, `:`, `&`, `.`, `+`, `'`, `/`, `»`, `#`, `%`, `°`, `$`, `@`, `?`"
|
description: "Official channel name in English or call sign. May include: `a-z`, `0-9`, `space`, `-`, `!`, `:`, `&`, `.`, `+`, `'`, `/`, `»`, `#`, `%`, `°`, `$`, `@`, `?`"
|
||||||
placeholder: 'Anhui TV'
|
placeholder: 'Anhui TV'
|
||||||
|
|
||||||
- type: input
|
- type: input
|
||||||
|
id: alt_names
|
||||||
attributes:
|
attributes:
|
||||||
label: Alternative Names
|
label: Alternative Names
|
||||||
description: List of alternative channel names separated by `;`. May contain any characters except `,` and `"`
|
description: List of alternative channel names separated by `;`. May contain any characters except `,` and `"`
|
||||||
placeholder: '安徽卫视'
|
placeholder: '安徽卫视'
|
||||||
|
|
||||||
- type: input
|
- type: input
|
||||||
|
id: network
|
||||||
attributes:
|
attributes:
|
||||||
label: Network
|
label: Network
|
||||||
description: Network of which this channel is a part. May contain any characters except `,` and `"`
|
description: Network of which this channel is a part. May contain any characters except `,` and `"`
|
||||||
placeholder: 'Anhui'
|
placeholder: 'Anhui'
|
||||||
|
|
||||||
- type: input
|
- type: input
|
||||||
|
id: owners
|
||||||
attributes:
|
attributes:
|
||||||
label: Owners
|
label: Owners
|
||||||
description: List of channel owners separated by `;`. May contain any characters except `,` and `"`
|
description: List of channel owners separated by `;`. May contain any characters except `,` and `"`
|
||||||
placeholder: 'China Central Television'
|
placeholder: 'China Central Television'
|
||||||
|
|
||||||
- type: input
|
- type: input
|
||||||
|
id: country
|
||||||
attributes:
|
attributes:
|
||||||
label: Country
|
label: Country
|
||||||
description: Country code from which the channel is transmitted. A list of all supported countries and their codes can be found in [data/countries.csv](https://github.com/iptv-org/database/blob/master/data/countries.csv)
|
description: Country code from which the channel is transmitted. A list of all supported countries and their codes can be found in [data/countries.csv](https://github.com/iptv-org/database/blob/master/data/countries.csv)
|
||||||
placeholder: 'CN'
|
placeholder: 'CN'
|
||||||
|
|
||||||
- type: input
|
- type: input
|
||||||
|
id: subdivision
|
||||||
attributes:
|
attributes:
|
||||||
label: Subdivision
|
label: Subdivision
|
||||||
description: Code of the subdivision (e.g., provinces or states) from which the broadcast is transmitted. A list of all supported subdivisions and their codes can be found in [data/subdivisions.csv](https://github.com/iptv-org/database/blob/master/data/subdivisions.csv)
|
description: Code of the subdivision (e.g., provinces or states) from which the broadcast is transmitted. A list of all supported subdivisions and their codes can be found in [data/subdivisions.csv](https://github.com/iptv-org/database/blob/master/data/subdivisions.csv)
|
||||||
placeholder: 'CN-AH'
|
placeholder: 'CN-AH'
|
||||||
|
|
||||||
- type: input
|
- type: input
|
||||||
|
id: city
|
||||||
attributes:
|
attributes:
|
||||||
label: City
|
label: City
|
||||||
description: Name of the city from which the channel is transmitted
|
description: Name of the city from which the channel is transmitted
|
||||||
placeholder: 'Hefei'
|
placeholder: 'Hefei'
|
||||||
|
|
||||||
- type: input
|
- type: input
|
||||||
|
id: broadcast_area
|
||||||
attributes:
|
attributes:
|
||||||
label: Broadcast Area
|
label: Broadcast Area
|
||||||
description: List of codes describing the broadcasting area of the channel separated by `;`. Any combination of `r/<region_code>`, `c/<country_code>`, `s/<subdivision_code>`
|
description: List of codes describing the broadcasting area of the channel separated by `;`. Any combination of `r/<region_code>`, `c/<country_code>`, `s/<subdivision_code>`
|
||||||
placeholder: 's/CN-AH'
|
placeholder: 'c/CN;r/EUR'
|
||||||
|
|
||||||
- type: input
|
- type: input
|
||||||
|
id: languages
|
||||||
attributes:
|
attributes:
|
||||||
label: Languages
|
label: Languages
|
||||||
description: List of languages in which the channel is broadcast separated by `;`. A list of all supported languages and their codes can be found in [data/languages.csv](https://github.com/iptv-org/database/blob/master/data/languages.csv)
|
description: List of languages in which the channel is broadcast separated by `;`. A list of all supported languages and their codes can be found in [data/languages.csv](https://github.com/iptv-org/database/blob/master/data/languages.csv)
|
||||||
placeholder: 'zho;eng'
|
placeholder: 'zho;eng'
|
||||||
|
|
||||||
- type: input
|
- type: input
|
||||||
|
id: categories
|
||||||
attributes:
|
attributes:
|
||||||
label: Categories
|
label: Categories
|
||||||
description: List of categories to which this channel belongs separated by `;`. A list of all supported categories can be found in [data/categories.csv](https://github.com/iptv-org/database/blob/master/data/categories.csv)
|
description: List of categories to which this channel belongs separated by `;`. A list of all supported categories can be found in [data/categories.csv](https://github.com/iptv-org/database/blob/master/data/categories.csv)
|
||||||
placeholder: 'animation;kids'
|
placeholder: 'animation;kids'
|
||||||
|
|
||||||
- type: dropdown
|
- type: dropdown
|
||||||
|
id: is_nsfw
|
||||||
attributes:
|
attributes:
|
||||||
label: NSFW
|
label: NSFW
|
||||||
description: Indicates whether the channel broadcasts adult content
|
description: Indicates whether the channel broadcasts adult content
|
||||||
|
@ -88,36 +100,42 @@ body:
|
||||||
required: true
|
required: true
|
||||||
|
|
||||||
- type: input
|
- type: input
|
||||||
|
id: launched
|
||||||
attributes:
|
attributes:
|
||||||
label: Launched
|
label: Launched
|
||||||
description: Launch date of the channel (`YYYY-MM-DD`)
|
description: Launch date of the channel (`YYYY-MM-DD`)
|
||||||
placeholder: '2016-07-28'
|
placeholder: '2016-07-28'
|
||||||
|
|
||||||
- type: input
|
- type: input
|
||||||
|
id: closed
|
||||||
attributes:
|
attributes:
|
||||||
label: Closed
|
label: Closed
|
||||||
description: Date on which the channel closed (`YYYY-MM-DD`)
|
description: Date on which the channel closed (`YYYY-MM-DD`)
|
||||||
placeholder: '2020-05-31'
|
placeholder: '2020-05-31'
|
||||||
|
|
||||||
- type: input
|
- type: input
|
||||||
|
id: replaced_by
|
||||||
attributes:
|
attributes:
|
||||||
label: Replaced By
|
label: Replaced By
|
||||||
description: The ID of the channel that this channel was replaced by
|
description: The ID of the channel that this channel was replaced by
|
||||||
placeholder: 'CCTV1.cn'
|
placeholder: 'CCTV1.cn'
|
||||||
|
|
||||||
- type: input
|
- type: input
|
||||||
|
id: website
|
||||||
attributes:
|
attributes:
|
||||||
label: Website
|
label: Website
|
||||||
description: Official website URL
|
description: Official website URL
|
||||||
placeholder: 'http://www.ahtv.cn/'
|
placeholder: 'http://www.ahtv.cn/'
|
||||||
|
|
||||||
- type: input
|
- type: input
|
||||||
|
id: logo
|
||||||
attributes:
|
attributes:
|
||||||
label: Logo
|
label: Logo
|
||||||
description: "Logo URL. Only URL with HTTPS protocol are allowed. Supported image types: `PNG`, `JPEG`. Max size: 512x512 pixels. The link should not be [geo-blocked](https://en.wikipedia.org/wiki/Geo-blocking)"
|
description: "Logo URL. Only URL with HTTPS protocol are allowed. Supported image types: `PNG`, `JPEG`. Max size: 512x512 pixels. The link should not be [geo-blocked](https://en.wikipedia.org/wiki/Geo-blocking)"
|
||||||
placeholder: 'https://example.com/logo.png'
|
placeholder: 'https://example.com/logo.png'
|
||||||
|
|
||||||
- type: textarea
|
- type: textarea
|
||||||
|
id: notes
|
||||||
attributes:
|
attributes:
|
||||||
label: Notes
|
label: Notes
|
||||||
description: 'Anything else we should know?'
|
description: 'Anything else we should know?'
|
28
.github/ISSUE_TEMPLATE/_blocklist_add.yml
vendored
Normal file
28
.github/ISSUE_TEMPLATE/_blocklist_add.yml
vendored
Normal file
|
@ -0,0 +1,28 @@
|
||||||
|
name: 🔏 Block channel
|
||||||
|
description: Request to add a channel to the blocklist
|
||||||
|
title: 'Block: '
|
||||||
|
labels: ['blocklist:add']
|
||||||
|
|
||||||
|
body:
|
||||||
|
- type: input
|
||||||
|
id: id
|
||||||
|
attributes:
|
||||||
|
label: Channel ID
|
||||||
|
description: The ID of the channel that should be blocked
|
||||||
|
placeholder: 'AnhuiTV.cn'
|
||||||
|
validations:
|
||||||
|
required: true
|
||||||
|
|
||||||
|
- type: input
|
||||||
|
id: ref
|
||||||
|
attributes:
|
||||||
|
label: Reference
|
||||||
|
description: Link to the official request for channel removal
|
||||||
|
placeholder: 'https://github.com/iptv-org/iptv/issues/1831'
|
||||||
|
validations:
|
||||||
|
required: true
|
||||||
|
|
||||||
|
- type: textarea
|
||||||
|
attributes:
|
||||||
|
label: Notes (optional)
|
||||||
|
description: 'Any additional information'
|
28
.github/ISSUE_TEMPLATE/_blocklist_remove.yml
vendored
Normal file
28
.github/ISSUE_TEMPLATE/_blocklist_remove.yml
vendored
Normal file
|
@ -0,0 +1,28 @@
|
||||||
|
name: 🕊️ Unblock channel
|
||||||
|
description: Request to remove a channel from the blocklist
|
||||||
|
title: 'Unblock: '
|
||||||
|
labels: ['blocklist:remove']
|
||||||
|
|
||||||
|
body:
|
||||||
|
- type: input
|
||||||
|
attributes:
|
||||||
|
label: Channel ID (required)
|
||||||
|
description: The ID of the channel that should be removed
|
||||||
|
placeholder: 'AnhuiTV.cn'
|
||||||
|
validations:
|
||||||
|
required: true
|
||||||
|
|
||||||
|
- type: dropdown
|
||||||
|
attributes:
|
||||||
|
label: Reason (required)
|
||||||
|
description: Select the reason for removal from the list below
|
||||||
|
options:
|
||||||
|
- 'Invalid channel id'
|
||||||
|
- 'Other'
|
||||||
|
validations:
|
||||||
|
required: true
|
||||||
|
|
||||||
|
- type: textarea
|
||||||
|
attributes:
|
||||||
|
label: Notes
|
||||||
|
description: 'Any additional information'
|
|
@ -35,9 +35,9 @@
|
||||||
| country | Country code from which the channel is transmitted. A list of all supported countries and their codes can be found in [data/countries.csv](data/countries.csv) | Required | `CN` |
|
| country | Country code from which the channel is transmitted. A list of all supported countries and their codes can be found in [data/countries.csv](data/countries.csv) | Required | `CN` |
|
||||||
| subdivision | Code of the subdivision (e.g., provinces or states) from which the broadcast is transmitted. A list of all supported subdivisions and their codes can be found in [data/subdivisions.csv](data/subdivisions.csv). | Optional | `CN-AH` |
|
| subdivision | Code of the subdivision (e.g., provinces or states) from which the broadcast is transmitted. A list of all supported subdivisions and their codes can be found in [data/subdivisions.csv](data/subdivisions.csv). | Optional | `CN-AH` |
|
||||||
| city | The name of the city in English from which the channel is broadcast. May contain any characters except `,` and `"`. | Optional | `Hefei` |
|
| city | The name of the city in English from which the channel is broadcast. May contain any characters except `,` and `"`. | Optional | `Hefei` |
|
||||||
| broadcast_area | List of codes describing the broadcasting area of the channel separated by `;`. Any combination of `r/<region_code>`, `c/<country_code>`, `s/<subdivision_code>`. | Required | `s/CN-AH` |
|
| broadcast_area | List of codes describing the broadcasting area of the channel separated by `;`. Any combination of `r/<region_code>`, `c/<country_code>`, `s/<subdivision_code>`. | Required | `c/CN;r/EUR` |
|
||||||
| languages | List of languages in which the channel is broadcast separated by `;`. A list of all supported languages and their codes can be found in [data/languages.csv](data/languages.csv). | Required | `zho` |
|
| languages | List of languages in which the channel is broadcast separated by `;`. A list of all supported languages and their codes can be found in [data/languages.csv](data/languages.csv). | Required | `zho;eng` |
|
||||||
| categories | List of categories to which this channel belongs separated by `;`. A list of all supported categories can be found in [data/categories.csv](data/categories.csv). | Optional | `general` |
|
| categories | List of categories to which this channel belongs separated by `;`. A list of all supported categories can be found in [data/categories.csv](data/categories.csv). | Optional | `animation;kids` |
|
||||||
| is_nsfw | Indicates whether the channel broadcasts adult content (`TRUE` or `FALSE`). | Required | `FALSE` |
|
| is_nsfw | Indicates whether the channel broadcasts adult content (`TRUE` or `FALSE`). | Required | `FALSE` |
|
||||||
| launched | Launch date of the channel (`YYYY-MM-DD`). | Optional | `2016-07-28` |
|
| launched | Launch date of the channel (`YYYY-MM-DD`). | Optional | `2016-07-28` |
|
||||||
| closed | Date on which the channel closed (`YYYY-MM-DD`). | Optional | `2020-05-31` |
|
| closed | Date on which the channel closed (`YYYY-MM-DD`). | Optional | `2020-05-31` |
|
||||||
|
|
|
@ -415,7 +415,7 @@ Novasports4.gr,https://github.com/github/dmca/blob/master/2020/09/2020-09-16-dfl
|
||||||
Novasports4.gr,https://github.com/iptv-org/iptv/issues/6486
|
Novasports4.gr,https://github.com/iptv-org/iptv/issues/6486
|
||||||
Novasports5.gr,https://github.com/github/dmca/blob/master/2020/09/2020-09-16-dfl.md
|
Novasports5.gr,https://github.com/github/dmca/blob/master/2020/09/2020-09-16-dfl.md
|
||||||
Novasports6.gr,https://github.com/github/dmca/blob/master/2020/09/2020-09-16-dfl.md
|
Novasports6.gr,https://github.com/github/dmca/blob/master/2020/09/2020-09-16-dfl.md
|
||||||
NovaTV.bg,https://github.com/iptv-org/iptv/issues/6486
|
Nova.bg,https://github.com/iptv-org/iptv/issues/6486
|
||||||
NovaTV.hr,https://github.com/iptv-org/iptv/issues/6486
|
NovaTV.hr,https://github.com/iptv-org/iptv/issues/6486
|
||||||
Nove.it,https://github.com/iptv-org/iptv/issues/1831
|
Nove.it,https://github.com/iptv-org/iptv/issues/1831
|
||||||
One.il,https://github.com/github/dmca/blob/master/2020/09/2020-09-16-dfl.md
|
One.il,https://github.com/github/dmca/blob/master/2020/09/2020-09-16-dfl.md
|
||||||
|
|
|
Loading…
Reference in a new issue