2024-07-23, 05:17 PM
(This post was last modified: 2024-07-23, 05:23 PM by TheJellyMan. Edited 2 times in total.)
(2024-05-17, 03:19 PM)TheDreadPirate Wrote: If this were my system, I would change the permissions on the images so that Jellyfin couldn't read them but other users/services could.
I have just started a new Jellyfin server on Debian with the same media library. That's a good idea, after reading your post I stopped the media scan and I am going to try this right now.
I've ran the following command in my 'Movies' folder for now:
Code:
find -type f \( -name *.jpg -o -name *.jpeg -o -name *.png -o -name *.webp -o -name *.avif \) -print0 | xargs -0 setfacl -m u:jellyfin:---
It's a very large folder so it will be a bit before I can tell if it worked. Let's hope so!