Skip to content
Discussion options

You must be logged in to vote

Yes — for the Flatpak build, backing up the whole
$HOME/.var/app/io.github.falldaemon.engplayer directory is the safest way to preserve EngPlayer's own state, provided EngPlayer is stopped while you copy it.

The current code stores profiles and the SQLite databases under GLib's config directory (inside Flatpak this becomes .../config/EngPlayer) and its generated cache under .../cache/EngPlayer. Copying the whole app directory covers both, including favorites, scheduled recordings, playback progress, API settings, and profile data.

For example:

flatpak kill io.github.falldaemon.engplayer 2>/dev/null || true
tar -C "$HOME/.var/app" -czf engplayer-backup.tar.gz io.github.falldaemon.engplayer

R…

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@Fenyx93
Comment options

Answer selected by Falldaemon
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants