mProjectsCode / obsidian-media-db-plugin

A plugin that can query multiple APIs for movies, series, anime, games, music and wiki articles, and import them into your vault.
GNU General Public License v3.0
255 stars 31 forks source link

Add the VNDB API as a `Game` source for visual novels #165

Open Senyksia opened 2 months ago

Senyksia commented 2 months ago

This adds VNDB as a new API source for visual novels. The API documentation and endpoint can be found here. All GameModel fields are populated, and the SFW flag is supported[^1].

Spurred primarily by #164, and Steam typically having a blind spot for visual novels.

Some implementation details for RFC:

[^1]: VN entries with no official SFW releases and no content toggle are filtered out.