Hello sir. thank you for the help.
A couple of years ago I posted the following thread about creating a plex/netflix like front-end to an IF library:
Well, I’d finally got around to it, the core functionality is there and just adding some spit and polish.
Given an IF game file it’ll use babel to get the IFID, then query the IFDB to get any particulars on each game. The admin may override (or create) these details.
The user can then select one of these games (like you would a movie), and play it.
To play it then calls Parchment (single file edition), and that works great! But I thought to myself. How cool would be be to extract the save games from localStorage and store them to the DB so they can be loaded in from other browsers and locations? I put some stubbing in there (at the top), tried a few things, but haven’t had much luck just guessing so I thought I’d ask here.
Thank you for any advice.


