doc: update the song-type

This commit is contained in:
alikia2x (寒寒) 2025-02-11 05:57:02 +08:00
parent 1c8c5238d6
commit 5458a98a00
Signed by: alikia2x
GPG Key ID: 56209E0CCD8420C6
3 changed files with 24 additions and 17 deletions

View File

@ -0,0 +1,24 @@
# Song Type
The Unrelated type refers specifically to videos that are not in our [Scope of Inclusion](../about/scope-of-inclusion).
## Table: `songs`
The `type` column used in the `songs` table.
| Type | Description |
| ---- | ---------------------- |
| 0 | Unrelated |
| 1 | Original |
| 2 | Cover |
| 3 | Remix |
| 4 | Instrumental |
| 10 | Others |
## Table: `labelling_result`
| Label | Description |
| ----- | ---------------------- |
| 0 | AI tagged: Unrelated |
| 1 | AI tagged: Original |
| 2 | AI tagged: Cover/Remix |

View File

@ -1,3 +0,0 @@
# 收录规则
**这是一份实验性质

View File

@ -1,14 +0,0 @@
# Song Type
The `type` column used in the PostgreSQL database.
| Type | Description |
| ---- | ---------------------- |
| 0 | Other |
| 1 | Original |
| 2 | Cover |
| 3 | Remix |
| 4 | Instrumental |
| 100 | AI tagged: Unrelated |
| 101 | AI tagged: Original |
| 102 | AI tagged: Cover/Remix |