mirror of
https://github.com/iptv-org/database.git
synced 2024-11-09 22:16:38 -05:00
Update CONTRIBUTING.md
This commit is contained in:
parent
649beafbe9
commit
1814a5699e
1 changed files with 45 additions and 19 deletions
|
@ -26,7 +26,7 @@
|
|||
### channels
|
||||
|
||||
| Field | Description | Required | Example |
|
||||
| -------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -------- | ------------------------------ |
|
||||
| -------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -------- | ------------------------------ |
|
||||
| id | Unique channel ID derived from the `name` and `country` separated by dot. May only contain Latin letters, numbers and dot. | Required | `AnhuiTV.cn` |
|
||||
| name | Official channel name in English or call sign. May include: `a-z`, `0-9`, `space`, `-`, `!`, `:`, `&`, `.`, `+`, `'`, `/`, `»`, `#`, `%`, `°`, `$`, `@`, `?`. | Required | `Anhui TV` |
|
||||
| alt_names | List of alternative channel names separated by `;`. May contain any characters except `,` and `"`. | Optional | `安徽卫视` |
|
||||
|
@ -92,3 +92,29 @@ List of channels blocked at the request of copyright holders.
|
|||
| ------- | ----------------------------------------------- | -------- | --------------------------------- |
|
||||
| channel | Channel ID | Required | `AnimalPlanetAfrica.us` |
|
||||
| ref | Link to removal request or DMCA takedown notice | Required | `https://example.com/issues/0000` |
|
||||
|
||||
## Channel Logo Guidelines
|
||||
|
||||
Since finding a suitable logo for the channel is not always possible, this list contains only recommendations and should just help you in choosing a logo from several options.
|
||||
|
||||
1. If the channel logo has several versions, it is better to choose a color one.
|
||||
|
||||
That way there is less chance of the logo blending in with the background.
|
||||
|
||||
<img src="https://user-images.githubusercontent.com/7253922/235551685-34cbb982-078f-42b8-9fb3-2800afc80abe.png" width="600"/>
|
||||
|
||||
2. If the logo has changed over time, use the latest version.
|
||||
|
||||
<img src="https://user-images.githubusercontent.com/7253922/235551700-e2ee6823-c6bc-4688-ad4c-081911703f42.png" width="600"/>
|
||||
|
||||
3. If the channel has several versions of the logo, it is better to use the one used on air.
|
||||
|
||||
<img src="https://user-images.githubusercontent.com/7253922/235551795-4d89c2bc-f9eb-4ac2-88d4-2149a870776f.png" width="600"/>
|
||||
|
||||
<img src="https://user-images.githubusercontent.com/7253922/235551738-3e6680ff-af77-4d22-af6d-cbaab7400b66.png" width="600"/>
|
||||
|
||||
4. If there is a transparent background around the logo is better to cut it.
|
||||
|
||||
That way it's much easier to scale the logo later.
|
||||
|
||||
<img src="https://user-images.githubusercontent.com/7253922/235551815-b9925ac5-85ac-458a-bf0b-a9d57eb2547d.png" width="600"/>
|
||||
|
|
Loading…
Reference in a new issue