Sync playlists
#7409
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. |
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) |
0 replies
|
I vote for a synching feature, too! Suggestion: many users also are running Nextcloud. Could this service be used for synching between different devices? |
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/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?
All reactions