Sync playlists
#7409
Replies: 2 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.
0 replies
-
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.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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/FreeTube
a 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