-
-
Notifications
You must be signed in to change notification settings - Fork 40
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Songs: Supporting Bilibili videos that credit profiles of multiple collaborating artists #1338
Comments
Are the roles (titles) fixed/consistent, or can they be whatever? Does the upload select the role from a predefined list or is it free form text? |
So far the roles can be only selected from a predefined list. Currently it reads: |
List of role names:
|
This one can be listed as Voice Manipulator soundly by definition I think.
And this can also be listed as Lyricist right?
This one is also OK to be taken as voice manipulator.
Would we consider tagging this also as the animator?
Can this be the publisher as well?
|
I noticed that VocaDB already has a feature that is very similar to this, MikuDbAlbumImporter and MikuDbAlbumService. They can import albums from MikuDB and add artists and songs automatically. We have a dedicated page for processing those imported albums. Do we need to have a dedicated page like this for Bilibili to credit artists automatically with respective roles? Any thoughts? |
Sure it would be better if one can manually check whether all the credits are correct right in the Create-song page. The layout can be like the artists column in the song edit page, with one change-role (and perhaps the collaborative tickbox) button for each artist added. But it'll be ok to me to leave the checkstep to the edit stage as it is now, the system just tags the artists' roles silently when the song is added, and the editor further verifies and modifies the roles tagged in the entry editing page. |
From 2019 Bilibili has introduced a new feature, allowing producers to credit every staff member's profile (in terms of their Bilibili user id) in the video metadata. They are marked directly in the metadata as composers, tuners, singers, mixers, illustrators, animators etc. It would be great convenience if vocaDB can make use of that information and credit artists automatically with respective roles when adding songs.
The crediting information is available from the new API mentioned in #571 . Take https://vocadb.net/S/274579 (https://www.bilibili.com/video/av94664782) as an example. Access
https://api.bilibili.com/x/web-interface/view?aid=94664782
and one get:In the
owner
part of the response, we see "katsu-Lee" is the one who uploaded the video, and is currently grabbed as the producer by VocaDB when adding the song. If you scroll down and check thestaff
part, you can see all the staff credited for making this video. In this case, "katsu-Lee" is credited with thetitle
"UP主" (video uploader, maybe the publisher on vocaDB), while "赭柚奶" is credited with thetitle
"作词" (lyricist), "白凉Nitram" the "视频制作" (animator), "流绪绪绪" the "调校" (voice manipulator) and "瓷小鱼" the "曲绘" (illustrator). It would be great convenience if all these roles can be automatically credited.The text was updated successfully, but these errors were encountered: