2024-09-06, 02:08 PM
I see this message.
In the container/Jellyfin UI you should be using "/Videos/Series" and "/Videos/Movies" as the path for your media. The path to the left of the colon is the host path and to the right of the colon is the path it is mounted to inside the container. You are attempting to use the host path inside the container, which doesn't exist in the container's virtual file system.
Code:
[2024-09-06 09:30:58.133 +01:00] [WRN] [22] MediaBrowser.Controller.Entities.BaseItem: Library folder "/data/tvshows" is inaccessible or empty, skipping
[2024-09-06 09:30:58.137 +01:00] [WRN] [22] MediaBrowser.Controller.Entities.BaseItem: Library folder "/srv/dev-disk-by-uuid-e17d7ab1-19b3-4da1-9f55-5986855ed583/Videos/Series" is inaccessible or empty, skipping
In the container/Jellyfin UI you should be using "/Videos/Series" and "/Videos/Movies" as the path for your media. The path to the left of the colon is the host path and to the right of the colon is the path it is mounted to inside the container. You are attempting to use the host path inside the container, which doesn't exist in the container's virtual file system.