-
Notifications
You must be signed in to change notification settings - Fork 3
FAQ — Frequently Asked Questions
lwbt edited this page Nov 18, 2024
·
11 revisions
Table of Contents
It is recommended to use the folder ${HOME}/Jellyfin Server Media/
and create folders inside of it.
Example to create media folders:
mkdir -pv "${HOME}/Jellyfin Server Media/"{Movies,Music,Shows,Books,Photos}
Data is stored for each user in the user’s home directory according to Flatpak conventions.
The path for Jellyfin Server is:
"${HOME}/.var/app/org.jellyfin.JellyfinServer"
To open a file browser in the directory on a desktop system where Jellyfin runs, use:
xdg-open "${HOME}/.var/app/org.jellyfin.JellyfinServer"
You can also see individual paths and their purpose in the dashboard.
Additionally there might be a Flatpak overrides file:
"${HOME}/.local/share/flatpak/overrides/org.jellyfin.JellyfinServer"
ℹ️
|
Jellyfin Server runs as an application in user context, not a system service.
You can setup and use Jellyfin easily with multiple users, but data will be stored in |