2024-08-11, 09:32 PM
(This post was last modified: 2024-08-11, 09:59 PM by keduncan3. Edited 4 times in total.)
(2024-08-10, 04:21 PM)TheDreadPirate Wrote: Can you spin up another docker container and test if this issue persists on the new instance?
Sorry for the delay. I started another container of Jellyfin and accessed it via LAN. I only imported a few tv shows and movies to test. All users could see both categories and the parental controls worked for the user that had parental controls. The test instance didn't have any additional plugins and had a fraction of the movies/shows that are on the original Jellyfin instance.
I then access my original Jellyfin container on LAN instead of over the web. Other users could still not access the movie section indicating the issue is not related to my domain or networking.
The log for the test instance of Jellyfin is here.
Could the issue be as simple as an outdated plugin? I also noted that in both logs, the inotify limit (8192) has been reached. I am not sure why it is listed at 8192. I have a script running on my Synology NAS following an article somewhere from the Jellyfin help files. The script is: sh -c '(sleep 90 && echo 3276800 > /proc/sys/fs/inotify/max_user_watches)&' and is scheduled to run on "Boot-Up" as recommended in the help file