AndyPandy118964 downloadsEffortlessly search and pull rich video game metadata to automatically generate beautifully formatted notes in your vault using your own custom markdown templates
Obsidian Gamebase is a plugin that allows you to easily pull video game metadata from the IGDB (Internet Game Database) API and automatically generate beautifully formatted markdown notes in your vault based on your own custom templates. This is inspired by the Obsidian plugin Book Search.
{{variable}} tags in a markdown template.To use this plugin, you will need to provide it with your own IGDB API credentials (provided by Twitch).
ObsidianGameSearch), set the OAuth Redirect URL to http://localhost, and select a category (e.g., Application Integration).Create a markdown file in your vault to act as your template. You can format it however you like. Insert the following variables into your template, and the plugin will automatically replace them with the actual game data when a note is generated:
{{title}} - The name of the game{{summary}} - Game description/summary{{release_date}} - Initial release date (YYYY-MM-DD){{developer}} - Developer company name{{publisher}} - Publisher company name{{genres}} - Comma-separated list of genres{{platforms}} - Comma-separated list of platforms{{cover_image}} - URL to the cover image{{rating}} - Average user rating (e.g. 85){{aggregated_rating}} - Average critic rating (e.g. 90){{storyline}} - Brief plot description{{game_modes}} - Comma-separated list of game modes{{themes}} - Comma-separated list of themes{{franchise}} - The franchise or collection the game belongs to{{url}} - IGDB URL for the game{{screenshots}} - Comma-separated list of high-quality screenshot URLs{{similar_games}} - Comma-separated list of similar gamesExample Template:
# {{title}}
**Developer:** {{developer}}
**Publisher:** {{publisher}}
**Release Date:** {{release_date}}
**Genres:** {{genres}}
**Platforms:** {{platforms}}
**Rating:** {{rating}}/100

## Summary
{{summary}}
Game Search: Single Import. Search for a game, click it, and the note is immediately created.Game Search: Bulk Import. Search for games and click "Add" to queue them up. When you are ready, click "Import All Staged Games" to generate all the notes in sequence.