[PR #147] [MERGED] Replace PSN scraping with tmdb api calls #232

Closed
opened 2026-02-15 15:55:25 -05:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/RPCS3/discord-bot/pull/147
Author: @13xforever
Created: 1/5/2019
Status: Merged
Merged: 1/5/2019
Merged by: @13xforever

Base: masterHead: vnext


📝 Commits (1)

  • cf842e6 Replace PSN scraping with tmdb api calls

📊 Changes

4 files changed (+118 additions, -0 deletions)

View changed files

📝 CompatBot/Database/Providers/ThumbnailProvider.cs (+5 -0)
PsnClient/POCOs/TitleMeta.cs (+35 -0)
📝 PsnClient/PsnClient.cs (+29 -0)
PsnClient/Utils/TmdbHasher.cs (+49 -0)

📄 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/RPCS3/discord-bot/pull/147 **Author:** [@13xforever](https://github.com/13xforever) **Created:** 1/5/2019 **Status:** ✅ Merged **Merged:** 1/5/2019 **Merged by:** [@13xforever](https://github.com/13xforever) **Base:** `master` ← **Head:** `vnext` --- ### 📝 Commits (1) - [`cf842e6`](https://github.com/RPCS3/discord-bot/commit/cf842e6e2b8efd23690a46eb79e30fb37e746778) Replace PSN scraping with tmdb api calls ### 📊 Changes **4 files changed** (+118 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `CompatBot/Database/Providers/ThumbnailProvider.cs` (+5 -0) ➕ `PsnClient/POCOs/TitleMeta.cs` (+35 -0) 📝 `PsnClient/PsnClient.cs` (+29 -0) ➕ `PsnClient/Utils/TmdbHasher.cs` (+49 -0) </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-15 15:55:25 -05:00
yindo closed this issue 2026-02-15 15:55:25 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: RPCS3/discord-bot#232