2024-09-13, 09:56 AM
(This post was last modified: 2024-09-13, 11:47 AM by shoooot. Edited 2 times in total.)
I installed jellyfin in privileged mode on proxmox using the command below.
bash -c “$(wget -qLO - https://github.com/tteck/Proxmox/raw/mai...ellyfin.sh)”
source) https://tteck.github.io/Proxmox/
The file server is using synology 7.2.2, NFS v4.1.
I have 2 issues.
1. the manual library scan doesn't work when there are no files in the directory.
for example)
if I have 3 files in my movies directory and 3 thumbnails are created in the library, and I delete all 3 files in the directory, then when I manually scan again, the 3 thumbnails in the library don't disappear.
But if I do a manual scan with only 1 file left, then there is only 1 thumbnail left and it clears normally.
2. Real-time library monitoring is not working.
fs.inotify.max_user_watches = 4194304
inotifywait -m /data
and so on, but it didn't work.
Can you help me?
bash -c “$(wget -qLO - https://github.com/tteck/Proxmox/raw/mai...ellyfin.sh)”
source) https://tteck.github.io/Proxmox/
The file server is using synology 7.2.2, NFS v4.1.
I have 2 issues.
1. the manual library scan doesn't work when there are no files in the directory.
for example)
if I have 3 files in my movies directory and 3 thumbnails are created in the library, and I delete all 3 files in the directory, then when I manually scan again, the 3 thumbnails in the library don't disappear.
But if I do a manual scan with only 1 file left, then there is only 1 thumbnail left and it clears normally.
2. Real-time library monitoring is not working.
fs.inotify.max_user_watches = 4194304
inotifywait -m /data
and so on, but it didn't work.
Can you help me?