-
-
Notifications
You must be signed in to change notification settings - Fork 230
[BUG] Auto refresh on Ugreen Docker #449
Copy link
Copy link
Open
Description
Is there an existing issue for this?
- I have searched the existing issues
Current Behavior
Hello everyone,
I migrated my Plex server from an old QNAP T-251+ to a new Ugreen DXP4800 Pro. Everything works fine but the automatic refresh of media files.
When I drop or remove a file in one of the mounted folders Plex does not notice it. The changes only appear, when I start a manual scan cycle.
I'm not alone with this problem (https://www.reddit.com/r/UgreenNASync/comments/1miq0pu/plex_in_docker_on_ugos_not_autoscanning/). Someone mentioned that UGOS doesn't support inotifiy but I checked that and it works well.
Thank you very much for your support.
Expected Behavior
New or removed files should be automatically noticed by Plex
Steps To Reproduce
- On my Ugreen DXP4800+
- Docker compose: see below
- Put a new file into /volume1/Video/Filme
- No automatic refresh happens
Environment
- OS: UgreenOS 1.14.1.0107
- How docker service was installed: via Ugreen App store
- Automatic refresh of libraries is activated within PlexCPU architecture
x86-64
Docker creation
Docker compose:
version: "3"
services:
Plex2:
container_name: Plex2
image: linuxserver/plex:latest
restart: always
devices:
- /dev/dri:/dev/dri
dns:
- 192.168.200.20
- 192.168.200.1
domainname: fritz.box
environment:
- TZ=Europe/Berlin
- PUID=1001
- PGID=100
- VERSION=docker
hostname: Plex2
ipc: private
networks:
LAN-Docker:
ipv4_address: 192.168.200.23
volumes:
- /volume1/docker/Container-Shares/Plex/Config:/config
- /volume1/Video/Filme:/movie
- /volume1/Video/Serien:/tv
networks:
LAN-Docker:
external: trueContainer logs
[migrations] started
[migrations] no migrations found
usermod: no changes
───────────────────────────────────────
██╗ ███████╗██╗ ██████╗
██║ ██╔════╝██║██╔═══██╗
██║ ███████╗██║██║ ██║
██║ ╚════██║██║██║ ██║
███████╗███████║██║╚██████╔╝
╚══════╝╚══════╝╚═╝ ╚═════╝
Brought to you by linuxserver.io
───────────────────────────────────────
To support LSIO projects visit:
https://www.linuxserver.io/donate/
───────────────────────────────────────
GID/UID
───────────────────────────────────────
User UID: 1001
User GID: 100
───────────────────────────────────────
Linuxserver.io version: 1.43.0.10492-121068a07-ls299
Build-date: 2026-04-06T10:15:13+00:00
───────────────────────────────────────
**** permissions for /dev/dri/renderD128 are good ****
**** permissions for /dev/dri/card0 are good ****
**** Server already claimed ****
#######################################################
# Update routine will not run because you haven't set #
# the VERSION variable or you opted out of updates. #
# For more information checkout :- #
# https://github.com/linuxserver/docker-plex #
#######################################################
[custom-init] No custom files found, skipping...
Starting Plex Media Server. . . (you can ignore the libusb_init error)
Connection to localhost (::1) 32400 port [tcp/*] succeeded!
[ls.io-init] done.
Critical: libusb_init failedReactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels
Type
Projects
Status
Issues