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
250 stars 30 forks source link

How Long To Beat support for games #84

Open iznaut opened 1 year ago

iznaut commented 1 year ago

howlongtobeat.com is a great resource for getting a rough sense of how long it might take to finish a game. I would love to have an HLTB average imported along with the rest of the game's metadata so I can query it with Datatables (e.g. find all games in my Media DB that take less than 6 hours to complete).

There's probably a range of settings that could complicate this further, but I'd personally be happy with the most basic implementation, just getting the "Main Story" (or whichever category is listed first) average. There's an API wrapper available here: https://github.com/ckatzorke/howlongtobeat

simzdk commented 1 year ago

Would love this as well. Running in seperate python code right now.

TGRRRR commented 5 months ago

would love it too!