Hi Everyone,
Since last week, my Jellyfin instance stopped scanning and identifying movies. I can't tell if an update happened on my container, but I've been adding a few movies and now they are not identified and the metadata is not downloaded or set.
My server is an OpenMediaVault NAS, running the version 7. I'm on Jellyfin version 10.10.5.
I'm using the Docker Compose plugin, and here is my compose file :
Did I miss something ? I'm trying to look at the logs but I can find anything helpful.
Since last week, my Jellyfin instance stopped scanning and identifying movies. I can't tell if an update happened on my container, but I've been adding a few movies and now they are not identified and the metadata is not downloaded or set.
My server is an OpenMediaVault NAS, running the version 7. I'm on Jellyfin version 10.10.5.
I'm using the Docker Compose plugin, and here is my compose file :
Code:
---
services:
jellyfin:
image: linuxserver/jellyfin:latest
container_name: jellyfin
environment:
- PUID=1002
- PGID=100
- TZ=Europe/Paris
- JELLYFIN_PublishedServerUrl=[scrubbed]
volumes:
- /appdata/jellyfin:/config
- /DATA/media/videos/rentals_and_recordings:/data/rentals_and_recordings
- /DATA/media/videos/collection:/data/collection
ports:
- 8096:8096
restart: unless-stopped
devices:
- /dev/dri:/dev/dri
labels:
- homepage.group=Published Services
- homepage.name=Jellyfin
- homepage.href=https://[scrubbed]
- homepage.description=Music, Movie and TV Show streaming service powered by Jellyfin
Did I miss something ? I'm trying to look at the logs but I can find anything helpful.