mirror of
https://github.com/Drop-OSS/drop.git
synced 2026-08-26 15:07:58 -04:00
[PR #22] [MERGED] Add IGDB and PCGamingWiki metadata providers #171
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 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:
develop← Head:metadata-improvements📝 Commits (10+)
d9218defix: Update README.md with discord link793b57achore: Update changelog.mdd2b4854gracefully disable metadata provider when api key is missing4b4e067cleanup giantbomb provider2ca96c3note that you need to init submodules08164caadd pcgamingwiki as metadata source2b7bc69add content security policy to allow showing remote images for game importing2755aa4in progress igdb77d06dffix manual metadata fetching publishers +typesbf7eb5bfix 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.