CMorooney / obsidian-game-search-plugin

Obsidian plugin that automatically creates notes by searching for video games
MIT License
36 stars 10 forks source link

Pull gametime from RAWG for Steam, Xbox, and PS #39

Open m1cypher opened 3 months ago

m1cypher commented 3 months ago

I currently use this plugin to write reviews for games. However, sometimes my gaming will be over steam, and another system like xbox. I'd love to be able to create a new note for a game and then have the game time pulled from RAWG for the game on each system.

For instance, if I played 15 hours on xbox and 29 hours on PC, there would be a variable that I could distinguish the amount of time player for each system. For example:

Properties: xbox game time: {{xbox_gametime}} steam game time: {{steam_gametime}}

My understanding of RAWG was that you can pull playtime from RAWG of the game you search for. Since RAWG pulls from Steam, Xbox, and PS, I thought there might be a way to pull game time from each of the systems, but I might be wrong. It might be grouped together in the API.