Open o-data opened 1 month ago
This is true, is not really portable. It uses outside folder to store the settings, db backups, thumnbnails and other stuff.
We like the idea of a truly portable app, but don't expect it to arrive soon, there are some ground work to do.
Behind the curtains we are planing on moving away from using IndexDB for SQLite. This will probably mark the V2 milestone.
This SQLite file will probably be store in the same folder as the files it's reading. This could make OneFolder much closer to be truly portable, but this are only plans for now, nothing concrete.
This is true, is not really portable. It uses outside folder to store the settings, db backups, thumnbnails and other stuff.
We like the idea of a truly portable app, but don't expect it to arrive soon, there are some ground work to do. Thank you! I edit the Title to be more clear.
The team over at @TagStudioDev is also recently moved toward SQLite. Perhaps there some coding in there that is usable in OneFolder. https://github.com/TagStudioDev/TagStudio
I will check it out, I like what they are doing over there
Describe the bug With the Portable version of the release, is not really Portable in a sense the setting is saved within the directory/folder. It seem to still use %appdata% (for Windows) or Registry to store setting. Meaning we can't really use this on a USB stick.
Example of Portable Software: https://portableapps.com/
All setting and data and the software is stored in the Folder so we can use it on a USB.
To Reproduce
Expected behavior Portable to be Portable. Data is not share.
Screenshots
OneFolder version
Desktop OS Windows 11
Additional context Thank you