2023-10-21, 03:30 PM
(2023-10-21, 03:23 PM)ayrus02 Wrote: Is there anyway I can enter some console using user of Jellyfin to verify that Jellyfin can access (read) the path and it's content?
if it's installed in docker
docker exec -it jellyfin /bin/bash
- (replace jellyfin with the name of your container)
if it's not in a docker
# su jellyfin
(replace jellyfin with the username for jellyfin)