[PR #181] [MERGED] Maintenance update #264

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

📋 Pull Request Information

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

Base: masterHead: vnext


📝 Commits (3)

  • 2357de4 add psn response caching
  • e254731 use tmdb to get game title as a backup
  • b450bda fix xaudio diagnnostics after cellAudio refactoring

📊 Changes

6 files changed (+57 additions, -7 deletions)

View changed files

📝 CompatBot/Database/Providers/ThumbnailProvider.cs (+35 -3)
📝 CompatBot/EventHandlers/LogParsing/LogParser.LogSections.cs (+1 -0)
📝 CompatBot/Utils/ResultFormatters/TitleInfoFormatter.cs (+3 -1)
📝 CompatBot/Utils/ResultFormatters/TitlePatchFormatter.cs (+3 -1)
📝 PsnClient/PsnClient.cs (+14 -2)
📝 PsnClient/PsnClient.csproj (+1 -0)

📄 Description

  • fix some log detections after cellAudio refactorings
  • add tmdb as a game title provider fallback

🔄 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/181 **Author:** [@13xforever](https://github.com/13xforever) **Created:** 1/18/2019 **Status:** ✅ Merged **Merged:** 1/18/2019 **Merged by:** [@13xforever](https://github.com/13xforever) **Base:** `master` ← **Head:** `vnext` --- ### 📝 Commits (3) - [`2357de4`](https://github.com/RPCS3/discord-bot/commit/2357de4c5071f2e58365be0f9a7dfbc7b5d1e623) add psn response caching - [`e254731`](https://github.com/RPCS3/discord-bot/commit/e254731320c16d18c521c2107e5258ca908c168b) use tmdb to get game title as a backup - [`b450bda`](https://github.com/RPCS3/discord-bot/commit/b450bda6d91c6f9329a9c36d1cd9ca6802d97c18) fix xaudio diagnnostics after cellAudio refactoring ### 📊 Changes **6 files changed** (+57 additions, -7 deletions) <details> <summary>View changed files</summary> 📝 `CompatBot/Database/Providers/ThumbnailProvider.cs` (+35 -3) 📝 `CompatBot/EventHandlers/LogParsing/LogParser.LogSections.cs` (+1 -0) 📝 `CompatBot/Utils/ResultFormatters/TitleInfoFormatter.cs` (+3 -1) 📝 `CompatBot/Utils/ResultFormatters/TitlePatchFormatter.cs` (+3 -1) 📝 `PsnClient/PsnClient.cs` (+14 -2) 📝 `PsnClient/PsnClient.csproj` (+1 -0) </details> ### 📄 Description * fix some log detections after cellAudio refactorings * add tmdb as a game title provider fallback --- <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:29 -05:00
yindo closed this issue 2026-02-15 15:55:29 -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#264