From b7e2cdbb8977a676068573cfff8433e59b417949 Mon Sep 17 00:00:00 2001 From: Hans5958 Date: Sat, 13 Jun 2026 14:38:08 +0700 Subject: [PATCH 1/2] Add inaccuracy and slow search FAQ --- src/content/docs/VocaDB website FAQ.mdx | 30 +++++++++++++++++++++++-- 1 file changed, 28 insertions(+), 2 deletions(-) diff --git a/src/content/docs/VocaDB website FAQ.mdx b/src/content/docs/VocaDB website FAQ.mdx index de909a31..c3f03db3 100644 --- a/src/content/docs/VocaDB website FAQ.mdx +++ b/src/content/docs/VocaDB website FAQ.mdx @@ -11,6 +11,20 @@ This page documents the most frequently asked questions about using the VocaDB w Do you have any other questions? Ask it away on [the Discord server](https://discord.com/invite/3bwXQNXKCz) or [the discussion forum](https://vocadb.net/discussion). +## This information seems/is not accurate! + +Also applies to these questions: + +- You missed something on this entry! +- You missed this song/album on this artist/song list! +- You missed this song/artist on this album! + +If you find something is wrong with the entries, you are welcome to contribute. + +Firstly, you can create [an entry report](/docs/entry-reports). It is easy to do compared to editing an account and doesn't need an account. Keep tabs on the discussion section for the updates. + +Secondly, you can create an account and start editing. This lets you fix the problem without requesting (by creating a report) and having to do a back-and-forth discussion in case edits are not what you expected. Check out [the quick guide for new editors](/docs/quick-guide-for-new-editors) as a start. + ## VocaDB won't load! Also applies to these questions: @@ -53,6 +67,18 @@ For more information, see [this Mozila Firefox help article](https://support.moz ![Firefox guide](public/images/firefoxcookieclear.webp) +## Searching seems too slow! + +The architecture of VocaDB is still limited. Please bear with us while improvements are being done behind the scenes. + +Also, the search may take too long and time out. The current search UI doesn't notify you when it times out (we will fix this behavior in the future). Currently, a search can take up to 20 seconds. If you still see the loading UI after 20 seconds, try refreshing the page. + +Some workarounds that you can use: + +1. Do not use the Anything search category. Using the entry-specific search categories (Songs, Albums, Artists,...) is usually a lot faster. You can switch the search mode using the buttons on top of the filter box. + +2. Replace spaces with underscores, especially in long text queries with common words. For example, search for "rule_the_world" instead of "rule the world." Note that this will search for exact matches, so "rules the world" isn't detected by "rule_the_world." + ## Why is this song entry in VocaDB even though it has no Vocaloid? Songs covered by 5 song entries with vocal synthesis are allowed in VocaDB. Songs included in an album with a vocal synthesis are also allowed. @@ -70,6 +96,6 @@ For more information, see [this GitHub issue](https://github.com/VocaDB/vocadb/i Also applies to these questions: - I don't want this information that is related to my work. How can I remove them? -- This information about my song is not accurate! +- This information about my song is not accurate and I want it to be removed! -See the [Content removal guidelines](/docs/content-removal-guidelines) for more information. +See the [content removal guidelines](/docs/content-removal-guidelines) for more information. From 97ffe8e455b43daf6f1a6c9876d088a889c6934d Mon Sep 17 00:00:00 2001 From: Hans5958 Date: Sat, 13 Jun 2026 07:48:58 +0000 Subject: [PATCH 2/2] Format code --- src/content/docs/Forbidden artists AI.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/content/docs/Forbidden artists AI.mdx b/src/content/docs/Forbidden artists AI.mdx index 0a83c16f..ebf8bfa4 100644 --- a/src/content/docs/Forbidden artists AI.mdx +++ b/src/content/docs/Forbidden artists AI.mdx @@ -194,4 +194,4 @@ For the main forbidden artist lists, please see [this page](/docs/forbidden-arti - [TuneCore](https://www.tunecore.co.jp/artists?id=1078801) - [Piapro](https://piapro.jp/k1n0__) - Marina (MarinaFouyou) - - [YouTube](https://www.youtube.com/@MarinaFouyou) \ No newline at end of file + - [YouTube](https://www.youtube.com/@MarinaFouyou)