2024-06-21, 03:58 AM
(This post was last modified: 2024-06-26, 02:26 AM by nero519. Edited 2 times in total.)
Hello!,
I'm trying to figure out why my Jellyfin setup can't read symlink files, I'm following this guide to locally mount my debrid files through rclone on a new path /mnt/jellyfin, no problems there, the file exists on my machine
I add my new path to my current Jellyfin setup
and I can even see my files from my container's terminal
but when Jellyfin tries to read them, it gets this error
When I access them directly I can read them no problem, this only happens for Jellyfin. I assume this is a docker config I'm not familiar with since this is my first time working with symlink files in general.
update: the fix was simple, instead of mounting "/mnt/jellyfinmnt/jellyfin", I just used "/mntmnt", after that everything worked great, jellyfin can read symlink files no problem
I'm trying to figure out why my Jellyfin setup can't read symlink files, I'm following this guide to locally mount my debrid files through rclone on a new path /mnt/jellyfin, no problems there, the file exists on my machine
I add my new path to my current Jellyfin setup
and I can even see my files from my container's terminal
but when Jellyfin tries to read them, it gets this error
When I access them directly I can read them no problem, this only happens for Jellyfin. I assume this is a docker config I'm not familiar with since this is my first time working with symlink files in general.
update: the fix was simple, instead of mounting "/mnt/jellyfinmnt/jellyfin", I just used "/mntmnt", after that everything worked great, jellyfin can read symlink files no problem