|
[Beta] Game Library Explorer — local backlog explorer (Playnite / Steam / GOG) - Printable Version +- Adventure Game Hotspot Community (https://community.adventuregamehotspot.com) +-- Forum: Games Discussion (https://community.adventuregamehotspot.com/forumdisplay.php?fid=3) +--- Forum: Collector's Corner (https://community.adventuregamehotspot.com/forumdisplay.php?fid=6) +--- Thread: [Beta] Game Library Explorer — local backlog explorer (Playnite / Steam / GOG) (/showthread.php?tid=720) |
[Beta] Game Library Explorer — local backlog explorer (Playnite / Steam / GOG) - Wild Boar - 07-13-2026 Hi all, I originally built this to help explore a large adventure game backlog, but I'd like to see how well it works with other collections too. The kind of question it's meant to answer is "what's a good adventure game I own that I haven't played, that isn't too long, and is highly rated?" — and I'm looking for testers with libraries that look different from mine before I call it done. What it does It's a single HTML file. You open it in your browser, load a CSV export of your game library, and it turns it into a filterable, sortable table: quick filters for session length, rating, status, and whatever genre/category/tag columns your file has. Click multiple filters to combine them. No installation, no account, no internet connection required after downloading — it all runs locally in your browser, the file never leaves your computer. There's a real-world example library pre-loaded (mine), so you can explore the interface immediately before trying your own export. The current example library contains around 1,400 games and was used to stress-test the dashboard against a large, real-world collection. Currently tested with Playnite-based exports, plus representative Steam- and GOG-style CSV exports. The dashboard automatically maps common column names (playtime, rating, status, genres, tags, etc.). I'm still looking for compatibility testing with real-world exports from different tools, because actual libraries always contain edge cases that synthetic test data doesn't. Expected CSV format One row per game, with a header row. Only a name/title column is required — everything else is optional. The tool looks for column headers containing:
How to get a CSV in the first place
Why not just use SteamDB or Playnite? Personal curation is the real difference. Unlike Steam categories, you can organize games the way you actually think about them — detective games, winter games, historical games, cozy games, short evening games — whatever makes sense for your own library, not just whatever genre tag a store assigned. Beyond that, both are great tools that solve a different problem:
Right now it's intentionally simple and stateless (single file, no backend, nothing saved between sessions). If there's enough interest, I'd consider adding things like saved custom filter presets or persistent settings. For now, I'd rather get the basics right first. Download https://drive.google.com/file/d/1gsnM7ae8bg5RUd5NIj5z2Imq84cyy34u/view?usp=drivesdk Thanks in advance to anyone willing to kick the tires — especially if your library is large, messy, or comes from somewhere other than Playnite. Bug reports and "this broke on my file" reports are exactly what I'm after. |