Login
You're viewing the twit.social public feed.

Replies

  • Aug 1, 2026, 7:06 PM

    @danvanmoll That stack holds up better than it looks. minidlna watches IN_CREATE|IN_CLOSE_WRITE|IN_DELETE|IN_MOVE, so Syncthing writing a .tmp and renaming it into place still registers, via the IN_MOVED_TO branch.

    What bites later is the watch limit: one per directory. minidlna tries to raise /proc/sys/fs/inotify/max_user_watches itself, and unprivileged or in a container it can't. You just get a WARN in the log and new albums quietly stop showing up.

    💬 0🔄 0⭐ 0