Replies: 3 comments
-
|
Some general tips: Avoid syncing the database file while the app is running, as doing so can risk data corruption. To ensure data integrity, always sync the database files when the app is closed. |
Beta Was this translation helpful? Give feedback.
-
|
I have a similar thing, I use a symlink from my windows partition to my linux part, for me what works best is to recognize a permanent mount for windows and symlink playlists.db (the file where playlists are) |
Beta Was this translation helpful? Give feedback.
-
|
I vote for a synching feature, too! Suggestion: many users also are running Nextcloud. Could this service be used for synching between different devices? |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
I want to sync the local playlists across my devices. I use Syncthing and moved the playlist to another location then symlink it back to the original path, but FreeTube appears to overwrite this and loses the playlists.
Is there a good way to sync them across devices? I guess I can make
~/.config/FreeTubea Syncthing directory itself but that seems much less appropriate (even if ignoring the rest of the files in the directory with Syncthing, seems relatively in-efficient for handling just a file).Perhaps an option to allow for a custom playlist path would be more appropriate?
Beta Was this translation helpful? Give feedback.
All reactions