doc: update the song-type
This commit is contained in:
parent
1c8c5238d6
commit
5458a98a00
24
doc/architecure/song-type.md
Normal file
24
doc/architecure/song-type.md
Normal 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 |
|
@ -1,3 +0,0 @@
|
||||
# 收录规则
|
||||
|
||||
**这是一份实验性质
|
@ -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 |
|
Loading…
Reference in New Issue
Block a user