Jellyfin
Jump to navigation
Jump to search
Introduction
Jellyfin is a usefull tool to organize your media.
Setup with Ubuntu 24.04
This is a tutorial to setup Jellyfin on Ubuntu 24.04 LTS
#Get root rights
sudo su -
#Install cifs-utils
apt install cifs-utils
#Create mount point
mkdir /media/jellyfin
#Create mount credentials
touch smb.cred && chmod 600 smb.cred && vi smb.cred
-------------
#Insert mount credentials
username=<SMB share user>
password=<smb share pw>
-------------
#Add mount config
vi /etc/fstab
-------------
#Insert mount config
//<SMB share ip>/<Share directory> /media/jellyfin cifs credentials=/root/smb.cred 0 0
-------------
#Reload systemctl daemon
systemctl daemon-reload
#Mount share
mount -a
#Check share
ll /media/jellyfin/
#Reboot for good mesure
reboot nowInstall Jellyfin
#Source https://jellyfin.org/docs/general/installation/linux/
curl https://repo.jellyfin.org/install-debuntu.sh | sudo bashSetup application
Naming of Shows: