Update channels_add.yml

This commit is contained in:
Aleksandr Statciuk 2023-04-08 23:56:22 +03:00
parent 1b8f127376
commit 6c914f8920

View file

@ -10,6 +10,7 @@ body:
Please fill out the issue form as much as you can so we could efficiently process your request Please fill out the issue form as much as you can so we could efficiently process your request
- 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`, `-`, `!`, `:`, `&`, `.`, `+`, `'`, `/`, `»`, `#`, `%`, `°`, `$`, `@`, `?`"
@ -18,24 +19,28 @@ body:
required: true required: true
- type: input - type: input
id: alt_name
attributes: attributes:
label: Alternative Names (optional) label: Alternative Names (optional)
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 (optional) label: Network (optional)
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 (optional) label: Owners (optional)
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)
@ -44,18 +49,21 @@ body:
required: true required: true
- type: input - type: input
id: subdivision
attributes: attributes:
label: Subdivision (optional) label: Subdivision (optional)
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 (optional) label: City (optional)
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. Any combination of `r/<region_code>`, `c/<country_code>`, `s/<subdivision_code>` description: List of codes describing the broadcasting area of the channel. Any combination of `r/<region_code>`, `c/<country_code>`, `s/<subdivision_code>`
@ -64,6 +72,7 @@ body:
required: true required: true
- 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)
@ -72,12 +81,14 @@ body:
required: true required: true
- type: input - type: input
id: categories
attributes: attributes:
label: Categories (optional) label: Categories (optional)
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,30 +99,35 @@ body:
required: true required: true
- type: input - type: input
id: launched
attributes: attributes:
label: Launched (optional) label: Launched (optional)
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 (optional) label: Closed (optional)
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 (optional) label: Replaced By (optional)
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 (optional) label: Website (optional)
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" description: "Logo URL. Only URL with HTTPS protocol are allowed. Supported image types: `PNG`, `JPEG`. Max size: 512x512 pixels"