-
Notifications
You must be signed in to change notification settings - Fork 1
amp# data storing
Petteri Kautonen edited this page Aug 20, 2022
·
1 revision
The software saves track data and statistics into a local SQLite database which is located along with the settings JSON file in:
-
Linux:
~/.local/share/VPKSoft/amp
-
Windows:
%LOCALAPPDATA%\VPKSoft\amp
-
macOS:
~/.local/share/VPKSoft/amp
The software accesses internet in the following cases:
- The user selects Help → Check for updates from the main window menu
- The setting Check updates upon startup, which by default is disabled is set to enabled by the user and and the software is started.
In both access cases a JSON file is downloaded into memory and version information stored in it is compared to the current program version.