Users cannot play videos if they are restricted to specific libraries - Printable Version +- Jellyfin Forum (https://forum.jellyfin.org) +-- Forum: Support (https://forum.jellyfin.org/f-support) +--- Forum: Troubleshooting (https://forum.jellyfin.org/f-troubleshooting) +--- Thread: Users cannot play videos if they are restricted to specific libraries (/t-users-cannot-play-videos-if-they-are-restricted-to-specific-libraries) |
Users cannot play videos if they are restricted to specific libraries - arquesing - 2025-01-22 Hi everyone, I’m experiencing an issue with Jellyfin where users cannot play videos if they are restricted to specific libraries. When I configure user permissions to allow access only to certain libraries, none of the videos play. The only way users can successfully play videos is if the "Enable access to all libraries" option is checked. Additionally, when I use the browser’s debugger, I see a 404 response during playback attempts (in case that helps pinpoint the issue). This seems related to the issue described in this GitHub thread, although I don’t understand why it was closed since the problem persists for me. Has anyone else faced this issue or found a solution? Any help would be appreciated! Thanks in advance! PS: I’m using Jellyfin version 10.10.4, and the issue still occurs. RE: Users cannot play videos if they are restricted to specific libraries - gnattu - 2025-01-22 Do you have multiple libraries sharing same set of video files? That is not going to work. RE: Users cannot play videos if they are restricted to specific libraries - arquesing - 2025-01-22 Thanks for your reply! This is not my case. Each library points to a different directory, so there are no shared folder or video files between libraries. RE: Users cannot play videos if they are restricted to specific libraries - arquesing - 2025-01-22 (2025-01-22, 06:39 PM)gnattu Wrote: Do you have multiple libraries sharing same set of video files? That is not going to work. You were absolutely right! I hadn’t noticed that one of the libraries was pointing to a directory that contained the rest of the shared directories. That was the issue. Thank you so much for pointing me in the right direction! |