Jellyfin Forum
jellyfin service failed - Printable Version

+- Jellyfin Forum (https://forum.jellyfin.org)
+-- Forum: Support (https://forum.jellyfin.org/f-support)
+--- Forum: Troubleshooting (https://forum.jellyfin.org/f-troubleshooting)
+--- Thread: jellyfin service failed (/t-jellyfin-service-failed)

Pages: 1 2


RE: jellyfin service failed - oziely - 2023-09-22

not sure, honestly i just gave up.
thanks for your help.


RE: jellyfin service failed - space7panda - 2024-08-31

Also had this issue on pi-os lite

bash
sudo apt install jellyfin
sudo systemctl start jellyfin


This one worked on mine PI5


RE: jellyfin service failed - bodhi - 2024-09-04

(2023-09-21, 03:11 PM)TheDreadPirate Wrote: First, we highly discourage running Jellyfin on a RPi.  If a client doesn't support your media's codecs none of the RPis have enough power to transcode. 

With that said, if you are using a Debian based OS (likely) run the following commands.  The last command is will run a script to automatically setup Jellyfin on a debian based system.

Code:
sudo apt remove jellyfin
sudo rm /etc/apt/sources.list.d/jellyfin.list
curl https://repo.jellyfin.org/install-debuntu.sh | sudo bash

This worked for me.
I'm new to proxmox. so....
running a debian 11 template/container and had issues using https://www.howtoforge.com/how-to-install-jellyfin-media-server-on-debian-11/ <--- tried this first, and got errors
 
first time using proxmox, and had OPS errors. had to also do apt-get update, apt-get upgrade etc.... seems to be working fine, will work out how to add shares later.

Thanks for the help