Skip to content

Commit 72ec7e5

Browse files
authored
Merge pull request #77 from Hans5958/clarifications/pv-classification
Clarify PV type/classification rules and docs (2)
2 parents de75fd9 + 6354906 commit 72ec7e5

6 files changed

Lines changed: 15 additions & 14 deletions

File tree

src/content/docs/Song entry editing.mdx

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -354,9 +354,9 @@ Japanese: 調声
354354

355355
## Tab 3: Media
356356

357-
Songs may contain any number of embedded media files (Promotional Videos = PVs) on Niconico (NND), YouTube, Bilibili, Vimeo, or audio streams on Piapro or SoundCloud. The supported media services are fully listed [here](/docs/supported-streaming-services).
357+
Songs may contain any number of links/embeds to a media/PV (promotional video) to any of [the supported media/streaming services](/docs/supported-streaming-services).
358358

359-
All embeds should have the same version of the song (except for unrelated [intros](https://vocadb.net/T/6334/unrelated-intro) and [outros](https://vocadb.net/T/6494/unrelated-outro)).
359+
All media/PVs should have [the same version of the audio/song](/rules/same-audio) (except for unrelated [intros](https://vocadb.net/T/6334/unrelated-intro) and [outros](https://vocadb.net/T/6494/unrelated-outro)).
360360

361361
<BoxGroup>
362362
<RuleEmbed ruleId={131} />
@@ -365,7 +365,7 @@ All embeds should have the same version of the song (except for unrelated [intro
365365
<RuleEmbed ruleId={135} />
366366
</BoxGroup>
367367

368-
### PV types
368+
### Media/PV types
369369

370370
<RuleEmbed ruleId={133} />
371371

@@ -376,7 +376,7 @@ All embeds should have the same version of the song (except for unrelated [intro
376376
<RuleEmbed ruleId={162} />
377377
</BoxGroup>
378378

379-
Usually, the artist uploads it in multiple services (Niconico, YouTube, etc.). You should check other accounts to see if this is the case.
379+
Usually, the same media/PV is uploaded in multiple services (Niconico, YouTube, etc.). You should check other accounts to see if this is the case.
380380

381381
If a Nicolog archive of a deleted PV exists, relevant data (duration, publish date, tags, vocalists, author) will be automatically added, as with normal PVs. This can be accomplished by replacing the "nicovideo" in the URL with "nicolog".
382382

src/content/rules/original-pv-classification.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,9 @@ excerpt: Original PVs are authorized content uploaded by a party with rights to
2222
import RuleEmbed from "@/components/markdown/RuleEmbed.astro";
2323
import { BoxGroup } from "@/components/Box.tsx";
2424

25-
The Original PV type is used for authorized content uploaded by a party with rights to both audio and video.
25+
The Original media/PV type is used for authorized content uploaded by a party with rights to both audio and video.
2626

27-
Usually, this is the artist/producer themselves or someone uploading on their behalf. In case this is not obvious how the upload was authorized, clarify this in the update notes.
27+
Usually, this is the artist/producer themselves or someone uploading on their behalf. In case it is not obvious how the upload was authorized, clarify this in the update notes.
2828

2929
See [the respective section on the Song entry editing page](/docs/song-entry-editing#original) for more information.
3030

src/content/rules/other-pv-classification.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,9 @@ excerpt: Other PVs are subtitled PVs or modified PVs that don't justify a new en
2121

2222
import RuleEmbed from "@/components/markdown/RuleEmbed.astro";
2323

24-
The Other PV type is used for subtitled PVs or PVs modified from the original that don't justify a new entry.
24+
The Other media/PV type is used for subtitled PVs or PVs modified from the original that don't justify a new entry.
2525

26-
For some songs, only "Other" type PVs may exist, where an authorized/official PV is not available. This is common for album-only songs.
26+
For some songs, only PVs with this type may exist, where an authorized/official PV is not available. This is common for album-only songs.
2727

2828
The audio should still be the same as the original (see [Rule: Same audio](/rules/same-audio)).
2929

src/content/rules/reprint-pv-classification.mdx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,15 +16,15 @@ rationale:
1616
status: Active
1717
rule_context:
1818
mikumod_support: "False"
19-
excerpt: Reprint PVs are copies original from another service by a party unrelated to the original artist.
19+
excerpt: Reprint PVs are copies of the original from another service by a party unrelated to the original artist.
2020
---
2121

2222
import RuleEmbed from "@/components/markdown/RuleEmbed.astro";
2323
import { BoxGroup } from "@/components/Box.tsx";
2424

25-
The Reprint PV type is used for uploads of the original PV from another service by a party unrelated to the original artist.
25+
The Reprint media/PV type is used for uploads of the original PV from another service by a party unrelated to the original artist.
2626

27-
It should be identical to the original (music, vocals, length, and video). If any of these are changed, use the "Other" type, or create another (music PV) entry if appropriate.
27+
It should be identical to the original (music, vocals, length, and video). If any of these are changed, use the "Other" type, or create another Music PV entry if appropriate.
2828

2929
See [the respective section on the Song entry editing page](/docs/song-entry-editing#reprint) for more information.
3030

src/content/rules/same-audio.mdx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,9 @@ status: Active
1717
rule_context:
1818
mikumod_support: "Planned"
1919
relevant_tag_id: 12082
20+
except: All media/PVs in an song entry must have the same audio, except for unrelated intros or outros.
2021
---
2122

22-
All PVs in the song entry should have the same audio and roughly the same song length.
23+
All media/PVs added in a single song entry must have the same audio and roughly the same song length.
2324

2425
[Unrelated intros](https://vocadb.net/T/6334) and [outros](https://vocadb.net/T/6494/unrelated-outro) are an exception to this.

src/content/rules/use-the-correct-pv-types.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,12 +22,12 @@ excerpt: Use the correct PV type between [Original](/rules/original-pv-classific
2222
import RuleEmbed from "@/components/markdown/RuleEmbed.astro";
2323
import { BoxGroup } from "@/components/Box.tsx";
2424

25-
For each PV/media on any applicable entry, choose the correct type. There are three available types: [Original](/rules/original-pv-classification), [Reprint](/rules/reprint-pv-classification), and [Other](/rules/other-pv-classification).
25+
For each media/PV added on a song entry, choose the correct type. There are three available types: [Original](/rules/original-pv-classification), [Reprint](/rules/reprint-pv-classification), and [Other](/rules/other-pv-classification).
2626

2727
<BoxGroup>
2828
<RuleEmbed ruleId={161} />
2929
<RuleEmbed ruleId={163} />
3030
<RuleEmbed ruleId={164} />
3131
</BoxGroup>
3232

33-
For more information, see [the respective section on the Song entry editing page](/docs/song-entry-editing#pv-types) or the respective rule pages for each type (click the title).
33+
For more information, see [the respective section on the Song entry editing page](/docs/song-entry-editing#pv-types) or the respective rule pages for each type (by clicking on the rule title).

0 commit comments

Comments
 (0)