Commit Graph

16 Commits

Author SHA1 Message Date
Michael Green
7c504ba8fd Recursively import files in the import directory. Duplicates are now moved to the same path, but in the import errors directory (#159) 2023-10-15 15:45:50 +11:00
Michael Green
fff22ea8d9 Other processes should now be blocked during database upgrade processes (#128) 2023-09-22 23:42:24 +10:00
Michael Green
7eb418d6a2 Signature ingestor database update is now a background task (#121)
* Updated background task code to support options and self clearing

* Moved background safe database upgrade code to a background task
2023-09-20 00:35:24 +10:00
Michael Green
67447d49b5 Logging now writes to the database (#110) 2023-09-18 16:54:37 +10:00
Michael Green
bd7124a5be Expand the dat file ingestor to handle more formats (#84)
* MAME DAT's can now be imported, beginning of DB updates

* Fixed various database bugs that occur during upgrade from earlier versions

* Removed collation and MySQL specific options from database scripts
2023-09-06 07:52:11 +10:00
Michael Green
25f1895fe5 Added feature to build collections of ROM's based on a filter (#76)
* fix: added visual feed back for mass rom matching

* chore(deps): EmulatorJS version bump

* chore(deps): nuget package version bump

* feat: added cover art to the emulator

* ci: updated .gitignore

* ci: remove .DS_Store files

* feat: updated the about box, and labeled the IGDB user score

* chore(deps): EmulatorJS version bump

* feat: start of collections build, and styling changes

* fix: updated PlatformMap.json file with more platforms and fixed SNES extensions

* feat: more progress on romsets

* doc: updated readme to include new screenshots and discord link

* fix: repairs an issue where the author column in signatures was too narrow

* chore(deps): EmulatorJS version bump

* feat: Collection build code mostly complete

* fix: renamed collection classes to avoid conflicts in Swagger

* Re-wrote collection builder to correct major bugs and performance

* Completed collection builder and zipper

* API changes completed

* Fixed some last minute Collections API bugs

* Collections mostly complete. Todo: delete button

* Completed collections build
2023-09-01 21:02:15 +10:00
Michael Green
844a357c63 fix: added condition to move the game file if it’s path is different than expected 2023-07-07 15:49:25 +10:00
Michael Green
64aa7d15bb fix: added full rescan 2023-07-07 15:21:58 +10:00
Michael Green
92b7daeb1f fix: added process blocking to prevent competing processes from running at the same time 2023-07-07 10:09:41 +10:00
Michael Green
ecfc258cba feat: added library scan to maintain the library 2023-07-07 09:40:16 +10:00
Michael Green
48e8682a55 feat: added system page to manage background tasks and get basic system information 2023-07-04 09:20:42 +10:00
Michael Green
5732c19ca4 feat: enhanced title matching, added more metadata types 2023-05-16 00:39:54 +10:00
Michael Green
e68f6003ba feat: initial support for metadata refresh 2023-05-05 00:29:38 +10:00
Michael Green
b36b3a8f57 feat: now pulls platform information and stores it in the database 2023-04-09 01:19:50 +10:00
Michael Green
1ad840750e feat: can now run hourly (or by force) the TOSEC ingestor 2023-03-18 07:38:46 +11:00
Michael Green
5260738a5b feat: scaffolding for background tasks complete 2023-03-17 23:08:46 +11:00