mirror of
https://github.com/iptv-org/database.git
synced 2025-05-09 19:20:01 -04:00
187 lines
6.1 KiB
YAML
187 lines
6.1 KiB
YAML
name: ➕ Add channel
|
||
description: Request to add a channel into the database
|
||
title: 'Add: '
|
||
labels: ['channels:add']
|
||
|
||
body:
|
||
- type: markdown
|
||
attributes:
|
||
value: |
|
||
Please fill out the issue form as much as you can so we could efficiently process your request
|
||
|
||
- type: input
|
||
id: name
|
||
attributes:
|
||
label: Channel Name
|
||
description: "Official channel name in English or call sign. May include: `a-z`, `0-9`, `space`, `-`, `!`, `:`, `&`, `.`, `+`, `'`, `/`, `»`, `#`, `%`, `°`, `$`, `@`, `?`, `|`, `¡`"
|
||
placeholder: 'Anhui TV'
|
||
validations:
|
||
required: true
|
||
|
||
- type: input
|
||
id: alt_name
|
||
attributes:
|
||
label: Alternative Names (optional)
|
||
description: List of alternative channel names separated by `;`. May contain any characters except `,` and `"`
|
||
placeholder: '安徽卫视'
|
||
|
||
- type: input
|
||
id: network
|
||
attributes:
|
||
label: Network (optional)
|
||
description: Network of which this channel is a part. May contain any characters except `,` and `"`
|
||
placeholder: 'Anhui'
|
||
|
||
- type: input
|
||
id: owners
|
||
attributes:
|
||
label: Owners (optional)
|
||
description: List of channel owners separated by `;`. May contain any characters except `,` and `"`
|
||
placeholder: 'China Central Television'
|
||
|
||
- type: input
|
||
id: country
|
||
attributes:
|
||
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)
|
||
placeholder: 'CN'
|
||
validations:
|
||
required: true
|
||
|
||
- type: input
|
||
id: subdivision
|
||
attributes:
|
||
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)
|
||
placeholder: 'CN-AH'
|
||
|
||
- type: input
|
||
id: city
|
||
attributes:
|
||
label: City (optional)
|
||
description: Name of the city from which the channel is transmitted
|
||
placeholder: 'Hefei'
|
||
|
||
- type: input
|
||
id: categories
|
||
attributes:
|
||
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)
|
||
placeholder: 'animation;kids'
|
||
|
||
- type: dropdown
|
||
id: is_nsfw
|
||
attributes:
|
||
label: NSFW
|
||
description: Indicates whether the channel broadcasts adult content
|
||
options:
|
||
- 'FALSE'
|
||
- 'TRUE'
|
||
validations:
|
||
required: true
|
||
|
||
- type: input
|
||
id: launched
|
||
attributes:
|
||
label: Launched (optional)
|
||
description: Launch date of the channel (`YYYY-MM-DD`)
|
||
placeholder: '2016-07-28'
|
||
|
||
- type: input
|
||
id: closed
|
||
attributes:
|
||
label: Closed (optional)
|
||
description: Date on which the channel closed (`YYYY-MM-DD`)
|
||
placeholder: '2020-05-31'
|
||
|
||
- type: input
|
||
id: replaced_by
|
||
attributes:
|
||
label: Replaced By (optional)
|
||
description: The ID of the channel that this channel was replaced by
|
||
placeholder: 'CCTV1.cn'
|
||
|
||
- type: input
|
||
id: website
|
||
attributes:
|
||
label: Website (optional)
|
||
description: Official website URL
|
||
placeholder: 'http://www.ahtv.cn/'
|
||
|
||
- type: input
|
||
id: logo
|
||
attributes:
|
||
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)"
|
||
placeholder: 'https://example.com/logo.png'
|
||
validations:
|
||
required: true
|
||
|
||
- type: markdown
|
||
attributes:
|
||
value: |
|
||
## Main Feed
|
||
Description of the main feed of the channel
|
||
|
||
- type: input
|
||
id: feed_name
|
||
attributes:
|
||
label: Feed Name
|
||
description: "Unique for this channel feed name in English. For example: `HD`, `East`, `French`, `+1`, etc. May include: `a-z`, `0-9`, `space`, `-`, `!`, `:`, `&`, `.`, `+`, `'`, `/`, `»`, `#`, `%`, `°`, `$`, `@`, `?`, `|`, `¡`"
|
||
placeholder: 'SD'
|
||
value: 'SD'
|
||
validations:
|
||
required: true
|
||
|
||
- type: input
|
||
id: broadcast_area
|
||
attributes:
|
||
label: Broadcast Area
|
||
description: "List of codes describing the broadcasting area of the feed separated by `;`. Any combination of `r/<region_code>`, `c/<country_code>`, `s/<subdivision_code>`. A full list of supported codes can be found here: [countries](https://github.com/iptv-org/database/blob/master/data/countries.csv), [subdivisions](https://github.com/iptv-org/database/blob/master/data/subdivisions.csv), [regions](https://github.com/iptv-org/database/blob/master/data/regions.csv)"
|
||
placeholder: 'c/CN'
|
||
validations:
|
||
required: true
|
||
|
||
- type: input
|
||
id: timezones
|
||
attributes:
|
||
label: Timezones
|
||
description: List of broadcast time zones separated by `;`. A list of all supported timezones and their codes can be found in [data/timezones.csv](https://github.com/iptv-org/database/blob/master/data/timezones.csv)
|
||
placeholder: 'Asia/Shanghai'
|
||
validations:
|
||
required: true
|
||
|
||
- type: input
|
||
id: languages
|
||
attributes:
|
||
label: Languages
|
||
description: List of languages in which the feed 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'
|
||
validations:
|
||
required: true
|
||
|
||
- type: dropdown
|
||
id: video_format
|
||
attributes:
|
||
label: Format
|
||
description: Video format of the broadcast
|
||
default: 6
|
||
options:
|
||
- '4320p'
|
||
- '2160p'
|
||
- '1080p'
|
||
- '1080i'
|
||
- '720p'
|
||
- '576p'
|
||
- '576i'
|
||
- '480p'
|
||
- '480i'
|
||
- '360p'
|
||
- '240p'
|
||
validations:
|
||
required: true
|
||
|
||
- type: textarea
|
||
attributes:
|
||
label: Notes
|
||
description: 'Anything else we should know?'
|