Store data about each collected image in a database. The database will need to insert into the following:
Recent Plays should include what was last played in chronological descending order. We can limit it to like the last 20 plays or so for the day.
Recent Records should include all new records! Records must be passes and they must be upscores or new scores.
Standard Databases are a database for each game. Each game has a folder which is then divided up into songs. Each song then stores records about each play. The plays will then be ordered from best to worst (preferably by accuracy). That will be done client-side.
Store data about each collected image in a database. The database will need to insert into the following:
*Recent Plays* should include what was last played in chronological descending order. We can limit it to like the last 20 plays or so for the day.
*Recent Records* should include all new records! Records must be passes and they must be upscores or new scores.
*Standard Databases* are a database for each game. Each game has a folder which is then divided up into songs. Each song then stores records about each play. The plays will then be ordered from best to worst (preferably by accuracy). That will be done client-side.
sigonasr2
added this to the Arcade Parser milestone 2 years ago
Store data about each collected image in a database. The database will need to insert into the following:
Recent Plays should include what was last played in chronological descending order. We can limit it to like the last 20 plays or so for the day.
Recent Records should include all new records! Records must be passes and they must be upscores or new scores.
Standard Databases are a database for each game. Each game has a folder which is then divided up into songs. Each song then stores records about each play. The plays will then be ordered from best to worst (preferably by accuracy). That will be done client-side.
A link to each screenshot will also be stored for viewing.