-
-
Notifications
You must be signed in to change notification settings - Fork 210
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[BUG] Plex scans all files without end #414
Comments
Thanks for opening your first issue here! Be sure to follow the relevant issue templates, or risk having this issue marked as invalid. |
That sounds like a plex issue and should be reported to them. |
Also if you look into the plexmediaserver.log file in the Also worth noting that it looks like you're running an image from the end of September. |
Yes, I'm surprised. I specifically selected "image: lscr.io/linuxserver/plex:latest". Normally, the image should then be automatically updated to the latest version. |
Only if you actively pull the new image. Docker won't automatically do anything. |
Thank you for that information. :-) I also reported the problem to plex in their forum. |
Ok, the problem is solved. I made out the issue. I purchased a Plex Pass. The credit deteceting feature was activated with it and started to scan all my movies. This has taken a long time and a lot of cpu usage. I deactivated this feature. |
Is there an existing issue for this?
Current Behavior
Hello, for a few days now I have noticed that when I scan new media, the scanner scans the entire database and does not finish. I have to stop the container first and then start it again to make it stop. Obviously there is an error, I am using OMV 7.
Expected Behavior
No response
Steps To Reproduce
I dont see an error.
Environment
CPU architecture
x86-64
Docker creation
--- services: plex: image: lscr.io/linuxserver/plex:latest container_name: plex network_mode: host environment: - PUID=XXXX - PGID=XXXX - TZ=Europe/Berlin - VERSION=docker volumes: - /dev/shm:/transcode # SKIP_BACKUP - /etc/localtime:/etc/localtime:ro - /srv/dev-disk-by-XXXXXXXX/appdata/plex/database:/config - /srv/dev-disk-by-XXXXXXXX/files/Filme/Blu-ray:/movies1 - /srv/dev-disk-by-XXXXXXXX/files/Filme/Blu-ray:/movies2 - /srv/dev-disk-by-XXXXXXXX/files/Filme/Blu-ray:/movies3 - /srv/dev-disk-by-XXXXXXXX/files/Filme/UHD:/movies4 - /srv/dev-disk-by-XXXXXXXX/files/Serien:/tv - /srv/dev-disk-by-XXXXXXXX/files/Sonstiges:/music devices: - /dev/dri:/dev/dri - /dev/dri/renderD128:/dev/dri/renderD128 restart: unless-stopped
Container logs
The text was updated successfully, but these errors were encountered: