Merged
Conversation
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.
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.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Re-implement IGDB
Support for searching more than one metadata.
Should fix #5