2025-01-22, 07:21 PM
(2025-01-22, 05:45 PM)pup Wrote: Live TV recordings
when you create a new folder for file recording chmod 775 /video/record no files recordings
drwxr-xr-x 2 root root 6 Jan 22 17:37 record
Thanksnull
I see you updated the opening post. These permissions are not sufficient for Jellyfin to write to them. Jellyfin has its own user, it does not run as root.
Code:
sudo chmod 755 /video
sudo chown -R jellyfin: /video/record
sudo chmod -R 750 /video/record