[PR #22] [MERGED] Add IGDB and PCGamingWiki metadata providers #171

Closed
opened 2026-02-17 17:06:21 -05:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/Drop-OSS/drop/pull/22
Author: @Huskydog9988
Created: 3/12/2025
Status: Merged
Merged: 3/13/2025
Merged by: @DecDuck

Base: developHead: metadata-improvements


📝 Commits (10+)

  • d9218de fix: Update README.md with discord link
  • 793b57a chore: Update changelog.md
  • d2b4854 gracefully disable metadata provider when api key is missing
  • 4b4e067 cleanup giantbomb provider
  • 2ca96c3 note that you need to init submodules
  • 08164ca add pcgamingwiki as metadata source
  • 2b7bc69 add content security policy to allow showing remote images for game importing
  • 2755aa4 in progress igdb
  • 77d06df fix manual metadata fetching publishers +types
  • bf7eb5b fix issue in igdb where company isn't found

📊 Changes

13 files changed (+1433 additions, -40 deletions)

View changed files

📝 .gitattributes (+1 -0)
📝 README.md (+6 -5)
📝 changelog.md (+192 -0)
📝 drop-base (+1 -1)
📝 nuxt.config.ts (+17 -1)
📝 package.json (+1 -0)
📝 prisma/schema/content.prisma (+2 -0)
📝 server/internal/metadata/giantbomb.ts (+14 -13)
server/internal/metadata/igdb.ts (+406 -0)
📝 server/internal/metadata/index.ts (+54 -11)
server/internal/metadata/pcgamingwiki.ts (+257 -0)
server/tasks/metadata/refreshCredentials.ts (+12 -0)
📝 yarn.lock (+470 -9)

📄 Description

No description provided


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/Drop-OSS/drop/pull/22 **Author:** [@Huskydog9988](https://github.com/Huskydog9988) **Created:** 3/12/2025 **Status:** ✅ Merged **Merged:** 3/13/2025 **Merged by:** [@DecDuck](https://github.com/DecDuck) **Base:** `develop` ← **Head:** `metadata-improvements` --- ### 📝 Commits (10+) - [`d9218de`](https://github.com/Drop-OSS/drop/commit/d9218dea59f6ccaa447d2f72ba2450be0576d00e) fix: Update README.md with discord link - [`793b57a`](https://github.com/Drop-OSS/drop/commit/793b57a163844532fc8d3f3aa3f6bf17f4079e7a) chore: Update changelog.md - [`d2b4854`](https://github.com/Drop-OSS/drop/commit/d2b485456ae58b48de8192f3b70489bece32fd1c) gracefully disable metadata provider when api key is missing - [`4b4e067`](https://github.com/Drop-OSS/drop/commit/4b4e067fac67a3627e88ef33acfe81661385cf7b) cleanup giantbomb provider - [`2ca96c3`](https://github.com/Drop-OSS/drop/commit/2ca96c34f7aa925722fbaec53cead645b084bcc3) note that you need to init submodules - [`08164ca`](https://github.com/Drop-OSS/drop/commit/08164cae68010a9548a0e2aca642feb865295b7d) add pcgamingwiki as metadata source - [`2b7bc69`](https://github.com/Drop-OSS/drop/commit/2b7bc6965d2f2f641c01401a328ef851d156e691) add content security policy to allow showing remote images for game importing - [`2755aa4`](https://github.com/Drop-OSS/drop/commit/2755aa472bee4946a6d611602ab4acfa64a29209) in progress igdb - [`77d06df`](https://github.com/Drop-OSS/drop/commit/77d06df7d3db65e1a5807a6925cd9c36d1f1614d) fix manual metadata fetching publishers +types - [`bf7eb5b`](https://github.com/Drop-OSS/drop/commit/bf7eb5b98681140a1622b1392357c45ca2da6fe2) fix issue in igdb where company isn't found ### 📊 Changes **13 files changed** (+1433 additions, -40 deletions) <details> <summary>View changed files</summary> 📝 `.gitattributes` (+1 -0) 📝 `README.md` (+6 -5) 📝 `changelog.md` (+192 -0) 📝 `drop-base` (+1 -1) 📝 `nuxt.config.ts` (+17 -1) 📝 `package.json` (+1 -0) 📝 `prisma/schema/content.prisma` (+2 -0) 📝 `server/internal/metadata/giantbomb.ts` (+14 -13) ➕ `server/internal/metadata/igdb.ts` (+406 -0) 📝 `server/internal/metadata/index.ts` (+54 -11) ➕ `server/internal/metadata/pcgamingwiki.ts` (+257 -0) ➕ `server/tasks/metadata/refreshCredentials.ts` (+12 -0) 📝 `yarn.lock` (+470 -9) </details> ### 📄 Description _No description provided_ --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
yindo added the pull-request label 2026-02-17 17:06:21 -05:00
yindo closed this issue 2026-02-17 17:06:21 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: Drop-OSS/drop#171