diff --git a/doc/architecure/song-type.md b/doc/architecure/song-type.md new file mode 100644 index 0000000..557a6e8 --- /dev/null +++ b/doc/architecure/song-type.md @@ -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 | diff --git a/doc/include_instruction.md b/doc/include_instruction.md deleted file mode 100644 index 9e2106e..0000000 --- a/doc/include_instruction.md +++ /dev/null @@ -1,3 +0,0 @@ -# 收录规则 - -**这是一份实验性质 diff --git a/doc/song_type.md b/doc/song_type.md deleted file mode 100644 index 34068aa..0000000 --- a/doc/song_type.md +++ /dev/null @@ -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 |