dyreschlock / schlock-website

Personal Website code to be run locally or generate a static website hosted through github pages.
http://theschlock.com/
0 stars 0 forks source link

Playstation Database #106

Closed dyreschlock closed 3 months ago

dyreschlock commented 4 months ago

I've been working on getting the 'ol Playstation 2 running using SMB and OPL and a raspberry Pi and some other acronyms. Over in pocket-utils, I made a short program that comes through my USB drives and keeps track of what games have been added. I want to move all that code over here and expand upon it.

I addition to keeping the data in the database we can make a UI based on the data similar to the Games Database and the Pocket Recommendations page. We could grab detailed information about the games from the CFG files on the drive. We could also copy over the box arts, too.

dyreschlock commented 4 months ago

Actions to create entries in the database have been moved to schlock-website

dyreschlock commented 3 months ago

I think the bulk of this work is complete. There's still some metadata to fill in here and there. And a few small cases that bother me. But, this is 99% complete!

I'll open new cases for the smaller remaining things.