-
-
Notifications
You must be signed in to change notification settings - Fork 4
Description
🔖 Describe the solution you'd like
A FOSS program a lot of people use called SyncThing can be used to perform syncing of files from one device to another over LAN trivially. Most people use this for something like a KeePass Database, but it could be used to fully automatically copy over the most recent PC version saves for NMS Assistant to read from. No Man's Sky saves are notably rather tiny, so it wouldn't be a substantial storage sink.
From the NMS Assistant app side, this would be basically just adding support for reading a PC save folder out of a directory on Android- so that means getting the permission to the folder probably, saving the location, and allowing the user to pick which save file it reads from the synced folder and probably saving that too, and then automatically reading and updating the data from that save on launch, maybe pull down to refresh, or whatever.
This also means if the user just wants to do a one time copy to play with the feature, that's also possible. Just seems like a good idea overall, probably.
🩹 Describe alternatives you've considered
No response
👀 Have you checked if this bug report has been created already?
- I checked and couldn't find similar issue
🏢 Have you read the Code of Conduct?
- I have read the Code of Conduct
Are you willing to submit PR?
None