2024-09-27, 11:57 AM
(2024-09-21, 02:29 PM)BourbonDoc Wrote: Been looking around trying to make mine work. Stupid question, where is the local storage? I'm running it on a TrueNAS box and I can seem to get it to recognize storage locations inside or outside the container. I just get an "[Object response]" error message. Also when I install the older version recommended here, it just says its "superceded" and automatically installs the new one from the Jellyfin repository.
I registered just to answer the solution to your problem.
I bet 100% you are using a seedbox, where you are not the super user.
So youre trying to give it a path like
~/media/intros/Bonzi.mp4
or
/media/intros/Bonzi.mp4
But really you should be using
/home/hikaru4v/media/intros/Bonzi.mp4
because that is the full path of your folder, you can find this by sshing into your server and running pwd