diff --git a/src/content/rules/specify-original.mdx b/src/content/rules/specify-original.mdx index b909695..7f35b05 100644 --- a/src/content/rules/specify-original.mdx +++ b/src/content/rules/specify-original.mdx @@ -17,11 +17,23 @@ status: Active rule_context: mikumod_support: "Planned" relevant_tag_id: 4631 +excerpt: > + For derived songs, attribute the original by one of the following: + - Adding the original entry on the "Original version" field + - Adding the UtaiteDB/TouhouDB entry as an external link + - Following the "[Specify out-of-scope original](/rules/specify-out-of-scope-original)" rule + - Adding the "[original version unknown](https://vocadb.net/T/4631)" tag --- -Derived songs should either: +import RuleEmbed from "@/components/markdown/RuleEmbed.astro"; -- Specify the `Original version` field. -- Refer as an external link to the original entry on [UtaiteDB](https://utaitedb.net/S/) or [TouhouDB](https://touhoudb.com/), if applicable. This will display it as the "Original version" along with automatic metadata. -- Include the [human original](https://vocadb.net/T/3193/human-original) or [instrumental original](https://vocadb.net/T/12491/instrumental-original) tag. -- Include the [original version unknown](https://vocadb.net/T/4631) tag. +The original song of a derivative should be attributed by doing one of the following, in priority from top to bottom: + +1. Specify the entry in the "Original version" field. +2. Add the entry on [UtaiteDB](https://utaitedb.net/S/) or [TouhouDB](https://touhoudb.com/) as an external link. This will display it as the "Original version" along with automatic metadata. +3. If it is out-of-scope of the database, follow the "[Specify out-of-scope original](/rules/specify-out-of-scope-original)" rule. +4. If it is unknown, add the "[original version unknown](https://vocadb.net/T/4631)" tag. + +## Related rules + + diff --git a/src/content/rules/specify-out-of-scope-original.mdx b/src/content/rules/specify-out-of-scope-original.mdx index 51f7825..7b189aa 100644 --- a/src/content/rules/specify-out-of-scope-original.mdx +++ b/src/content/rules/specify-out-of-scope-original.mdx @@ -17,9 +17,30 @@ status: Active rule_context: mikumod_support: "Planned" relevant_tag_id: 3282 +excerpt: > + For derived songs with out-of-scope original, add the relevant tags ([human original](https://vocadb.net/T/3193)/[instrumental original](https://vocadb.net/T/12491)) and attribute the original by one of the following: + - Adding the [cover unifier](/rules/cover-unifiers) on the "Original version" field + - Adding the UtaiteDB/TouhouDB entry as an external link + - Mentioning it on the description --- -If the [human original](https://vocadb.net/T/3193) tag or the [instrumental original](https://vocadb.net/T/12491/instrumental-original) tag is included, the original version should be: +import RuleEmbed from "@/components/markdown/RuleEmbed.astro"; +import { BoxGroup } from "@/components/Box.tsx"; -- specified in the song description AND/OR -- included as an external link (required for UtaiteDB originals). +If the original version of a vocal synth song is out of scope of the database, tag it with the following tags for songs with out-of-scope originals: + +- [human original](https://vocadb.net/T/3193) +- [instrumental original](https://vocadb.net/T/12491) + +The original song should still be attributed by doing one of the following, in priority from top to bottom: + +1. If the [cover unifier](/rules/cover-unifiers) exists, specify it in the "Original version" field. +2. Add the entry on [UtaiteDB](https://utaitedb.net/S/) or [TouhouDB](https://touhoudb.com/) as an external link. +3. Mention it in the entry description. At least [the artist should be included](/rules/out-of-scope-artist-crediting-for-derived-songs). If the song title is different to the original, also include the original title. + +## Related rules + + + + +