Skip to content

Metadata Providers rework#7

Merged
NoobNotFound merged 3 commits intomainfrom
IGDB-rework
Jan 4, 2026
Merged

Metadata Providers rework#7
NoobNotFound merged 3 commits intomainfrom
IGDB-rework

Conversation

@NoobNotFound
Copy link
Copy Markdown
Contributor

@NoobNotFound NoobNotFound commented Jan 3, 2026

Re-implement IGDB
Support for searching more than one metadata.

Should fix #5

Introduces a persistent, isolated plugin storage system via IPluginStorage and PluginStorageService, with interfaces for storage-aware plugins. Refactors the IGDB plugin to use the official igdb-dotnet library, implement IStorageAware for credential and token persistence, and adds a custom PluginTokenStore. Updates IGDB plugin project dependencies and improves credential management and authentication handling.
Modified build_all.sh to copy all DLLs from plugin output directories and remove Aether.PluginSDK.dll to avoid type conflicts. Updated Aether.xcodeproj to adjust build phase membership exceptions, including additional DLLs for plugin copying and reordering exception sets.
@NoobNotFound NoobNotFound marked this pull request as draft January 3, 2026 20:14
@NoobNotFound NoobNotFound self-assigned this Jan 3, 2026
@NoobNotFound NoobNotFound added the enhancement New feature or request label Jan 3, 2026
Changed IMetadataProvider.SearchAsync to return a list of GameMetadata instead of a single result. Updated backend service logic and all plugin implementations (Steam, IGDB, Custom) to support multiple search results. Adjusted IGDB mapping to include publisher and improved developer extraction. Updated UI to handle new search result structure.
@NoobNotFound NoobNotFound marked this pull request as ready for review January 4, 2026 07:05
@NoobNotFound NoobNotFound merged commit 3cac3d3 into main Jan 4, 2026
@NoobNotFound NoobNotFound deleted the IGDB-rework branch January 4, 2026 07:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

enhancement New feature or request

Projects

None yet

Development

Successfully merging this pull request may close these issues.

IGDB Connection Credentials

1 participant