Created Adding ROMs (markdown)

Michael Green
2024-02-02 17:21:51 +11:00
parent 8d4fa1a8d2
commit f68264bb84

23
Adding-ROMs.md Normal file

@@ -0,0 +1,23 @@
There are three ways to add ROMs to Gaseous:
* Web Upload
* Import directory
* Custom library
**Note**: Duplicate ROMs are not imported. If the hash of a ROM is already in the database, it will be skipped.
## Web Upload
1. Click the Upload button in the page banner
<img width="86" alt="Screenshot 2024-02-02 at 5 15 04pm" src="https://github.com/gaseous-project/gaseous-server/assets/84688932/3ab228d0-260c-4a98-8f72-72c34d7e2ef3">
2. In the upload dialog, optionally set the platform drop down. This can help Gaseous to determine what platform the uploaded ROMs are for if a signature match is not possible.
<img width="748" alt="Screenshot 2024-02-02 at 5 16 24pm" src="https://github.com/gaseous-project/gaseous-server/assets/84688932/7b886c91-bcf5-4ccb-b065-65db3645aacc">
3. To upload the ROMs click the "Drop files here to upload" button and select the files, or drag the ROMs into the dialog
4. The files will be uploaded and processed. These files go into the main managed library.
## Import Directory
1. Copy the ROMs to be added into the ``~/.gaseous-server/Data/Import`` directory
2. Once a minute a background task named "Title Import" will process these files and move them into the main managed library
3. Import errors are sent to the ``~/.gaseous-server/Data/Import Errors`` directory
## Custom Library