AresValley / Artemis

Radio Signals Recognition Manual
https://aresvalley.github.io/Artemis/
GNU General Public License v3.0
363 stars 41 forks source link

Add a manual sync option for database update #57

Open Saharagnome opened 2 weeks ago

Saharagnome commented 2 weeks ago

There exists a feature to auto load the latest version of the SigID for the database downloaded from SigWiki. Since I don't want to use the cycles to call home every time it loads I leave it unchecked. This means that when I do want it to update I have to manually download the new one or re-enable auto update, close, then reopen the program. Would it be possible to add a manual-update/sync option to grab the latest data only when I need it?

AresValley commented 2 weeks ago

I think I did not fully understand the problem. The checkbox in the preferences only loads the latest database available on the local (hence offline) machine from where the program is launched. Regardless of whether the database is loaded automatically or not, Artemis compares the last database available offline with the last one available online. The database does not have to be loaded for this feature to be available. If you want to check manually, you can do so from the menu: Help->Check for updates. The program will look for updates to the software and database. Did I misread the issue you described?