-
Notifications
You must be signed in to change notification settings - Fork 0
Updating the Database
ArN-LaB edited this page May 30, 2026
·
2 revisions
SpoolScribe ships with a bundled database so it works fully offline. You can optionally refresh it from open data sources — but only with your explicit consent.
- Offline by default. A fresh install never contacts the network on its own.
- Consent-gated. The first time you trigger an update, the app shows the exact list of sources and asks Yes/No. Your choice is saved locally.
-
Disclosed. The full source list is in
DATA_SOURCES.mdand hard-coded incore.NETWORK_SOURCES.
- GUI: click "Update database". Approve the consent dialog the first time.
-
CLI: type
U. You'll be asked to grant (and optionally auto-update).
| Source | License |
|---|---|
| SpoolmanDB | MIT |
| Open Filament Database | MIT |
| Polymaker-Preset (official) | MIT |
| TheFilamentDB | CC-BY 4.0 (attribution required) |
| Polymaker Wiki / Wholesale | factual data (© Polymaker) |
Delete the config file to be asked again:
-
Windows:
%APPDATA%\SpoolScribe\config.json -
macOS:
~/Library/Application Support/SpoolScribe/config.json -
Linux:
~/.config/SpoolScribe/config.json
See PRIVACY.md for the full transparency statement.