Shiroizu
Shiroizu
New API endpoint for tracking when tags get added (or removed) to/from entries. This would allow more efficient moderation work. https://vocadb.net/api/activityEntries?userId=329 https://vocadb.net/api/comments?userId=329 https://vocadb.net/api/taggings?userId=329 {NEW} ### Checklist (required) Fill out the...
Related issues: - https://github.com/VocaDB/vocadb/issues/1953 - https://github.com/VocaDB/vocadb/issues/1954 The visibility of the video player / bottom bar should be toggleable without clearing the [playlist](https://vocadb.net/playlist). The video playback should stop when hidden. The...
This would help with the entry editing flow, as the player can take a lot of space on smaller screens.
The bottom bar should be hidden if the [playlist](https://vocadb.net/playlist) is empty. 
Relevant rule: https://wiki.vocadb.net/docs/pinned/rule-reference#rule-matching-artist-collaboration-role-and-tag > Tag the artist with the secondary artist types when appropriate. > For example, if an `Animation producer` (artist type) is responsible for the lyrics (as a...
Currently there is significant data duplication between artist/album and song entry taggings. This could be solved by automatically calculating the most relevant tags for each artist and album entry based...
Add release field for albums, instead of relying on tags https://vocadb.net/T/93/digital-only  Would additional release options be necessary?
Transferred from https://code.google.com/archive/p/vocadb/issues/113
Transferred from https://code.google.com/archive/p/vocadb/issues/89
The /api/releaseEvents could return the relevant (album/artist/song) entry counts when a field for it (`entryCounts` for example) is specified. https://vocadb.net/api/releaseEvents?maxResults=1&fields=entryCounts Example output: ```json "category": "Contest", "date": "2023-09-01T00:00:00Z", "endDate": "2023-10-30T00:00:00Z", "id":...