IsThereAnyDeal / AugmentedSteam

Augments your Steam Experience
https://augmentedsteam.com
GNU General Public License v3.0
1.39k stars 86 forks source link

[FEATURE REQUEST] Filter friend games by multiplayer #1224

Open avi12 opened 3 years ago

avi12 commented 3 years ago

Current Behavior (if any)

It's only possible to filter by games both me and my friend own

Desired Behavior

Add a checkbox that hides non-multiplayer-capable games

Motivation / Use Case for Changing the Behavior

If we're looking to play something together, currently, our best methods to know what to play are to remember a set of games we know for sure that are multiplayer-capable, or check games individually

Additional information

As far as I looked into it from a technical perspective, the only way to know if a game is multiplayer-capable is by visiting its store page, opening the tags-containing modal, and searching if one of the tags is "Multiplayer"

Revadike commented 3 years ago

This endpoint may help implement this: https://github.com/Revadike/UnofficialSteamWebAPI/wiki/Get-App-User-Details

avi12 commented 3 years ago

It's best to rely on Steam themselves, rather than on an unofficial endpoint that someday might get abendoned