-
Notifications
You must be signed in to change notification settings - Fork 5
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Feature Request]: Make profiles/settings/playlists/history.db available to user on Android #152
Comments
Not just this, with the latest build the whole database vanished and now does not get imported from the desktop exports. I lost everything even with backups. |
This issue has moved higher up on my priority list because I have plans to change the domain the app is hosted on again (from |
The database files should now be located at |
- db files are stored in the filesystem (same place as in cordova) - shouldn't wipe the user data when the webview domain changes in the future update #152
This issue should now be resolved by release |
Guidelines
Problem Description
I was not able to find this four files (profiles.db, settings.db, playlists.db and history.db) on a android 13 (LOS20) installation.
On desktop this files are available to user so it is possible to sync this files using third-party tools (like syncthing) for exemple.
If it was the same on android it could help sync subscription and playlist across devices.
Proposed Solution
I'm not sure of implications but it seems possible to have a filesystem interface on cordova using cordova-plugin-file.
Alternatives Considered
Regarding the "sync" part : i know we can already import/export data from/to FreeTubeCordova but having the ability to sync this file will simplify a lot the day-to-day use.
Regarding solution : i know nothing about cordova but other filesystem interface look like more limited.
Issue Labels
ease of use improvement, support for external software
Additional Information
No response
The text was updated successfully, but these errors were encountered: