[PR #250] [MERGED] feat(metadata): add Steam metadata provider (#232) #272

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

📋 Pull Request Information

Original PR: https://github.com/Drop-OSS/drop/pull/250
Author: @Hicks-99
Created: 9/18/2025
Status: Merged
Merged: 9/20/2025
Merged by: @DecDuck

Base: developHead: develop


📝 Commits (2)

  • 63ad33b feat(metadata): add Steam metadata provider (#232)
  • 99bd5a1 style(steam): remove emojis from log messages

📊 Changes

5 files changed (+1034 additions, -0 deletions)

View changed files

📝 nuxt.config.ts (+1 -0)
prisma/migrations/20250918184144_add_steam_metadata/migration.sql (+8 -0)
📝 prisma/models/content.prisma (+1 -0)
server/internal/metadata/steam.ts (+1022 -0)
📝 server/plugins/03.metadata-init.ts (+2 -0)

📄 Description

  • Added Steam as metadata source
  • Added https://*.steamstatic.com to the list of allowed image domains.
  • Implemented search, fetchGame, fetchCompany

Closes: #232


🔄 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/250 **Author:** [@Hicks-99](https://github.com/Hicks-99) **Created:** 9/18/2025 **Status:** ✅ Merged **Merged:** 9/20/2025 **Merged by:** [@DecDuck](https://github.com/DecDuck) **Base:** `develop` ← **Head:** `develop` --- ### 📝 Commits (2) - [`63ad33b`](https://github.com/Drop-OSS/drop/commit/63ad33b406dac38b7dc04f82fc427e128e852425) feat(metadata): add Steam metadata provider (#232) - [`99bd5a1`](https://github.com/Drop-OSS/drop/commit/99bd5a1ac81f010b0423ec7c72279060c4dbcda9) style(steam): remove emojis from log messages ### 📊 Changes **5 files changed** (+1034 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `nuxt.config.ts` (+1 -0) ➕ `prisma/migrations/20250918184144_add_steam_metadata/migration.sql` (+8 -0) 📝 `prisma/models/content.prisma` (+1 -0) ➕ `server/internal/metadata/steam.ts` (+1022 -0) 📝 `server/plugins/03.metadata-init.ts` (+2 -0) </details> ### 📄 Description * Added Steam as metadata source * Added `https://*.steamstatic.com` to the list of allowed image domains. * Implemented `search`, `fetchGame`, `fetchCompany` Closes: #232 --- <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:33 -05:00
yindo closed this issue 2026-02-17 17:06:33 -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#272