mProjectsCode / obsidian-media-db-plugin

A plugin that can query multiple APIs for movies, series, anime, games, music and wiki articles, and import them into your vault.
GNU General Public License v3.0
243 stars 28 forks source link

Steam: use Steam Community SearchApps for title search #146

Closed ZackBoe closed 3 months ago

ZackBoe commented 3 months ago

This swaps out downloading the full ~10MB ISteamApps/GetAppList for using the Community SearchApps query (used on steamcommunity.com for Hub search). This'll be much faster than previously, especially when hasTypeOverlap is reimplemented (#133?) so all APIs are not called.

This returns fuzzy results (half life vs half-life) and no DLC/soundtracks (fixes #83). Also updates some URLs to https.

ltctceplrm commented 3 months ago

Oh this would be a great addition, especially the fuzzy search!

mProjectsCode commented 3 months ago

thanks