Skip to content

[BUG] Auto-Adding Books not working #175

Description

@cyber-shifter

Is there an existing issue for this?

  • I have searched the existing issues

Current Behavior

I recently migrated my Calibre container to a new stack host. I enabled the auto-add feature after seeing it in the configuration options. I have a folder specifically set up for the container to import from, which the user running has permissions to, and that is already shared out via NFS4. I can put books in there and manually import them without any problem. However, when I turned on the auto-add feature, nothing happens. I found an earlier issue about this from a couple years ago, but it didn't have any useful information (and was closed), so I made a new one.

Expected Behavior

When a file is placed in the directory, it should be added to the Calibre library pretty quickly.

Steps To Reproduce

  1. Set up a directory to drop books in
  2. Configure Calibre to auto-add from that directory
  3. Drop ebook files into the directory.
  4. Profit?

Environment

- OS: The host is Ubuntu Server 24.04
- How docker service was installed: I uninstalled all the docker components coming preinstalled natively from Ubuntu, and started over from scratch, following Docker documentation.

CPU architecture

x86-64

Docker creation

services:
  calibre:
    image: lscr.io/linuxserver/calibre:latest
    container_name: calibre
    security_opt:
      - seccomp:unconfined #optional
    environment:
      - PUID=1001
      - PGID=100
      - TZ=America/Chicago
      - TITLE=CyBrary
    volumes:
      - /srv/calibre/config:/config
    ports:
      - 8090:8080
      - 8181:8181
      - 8091:8081
    restart: unless-stopped

Container logs

I don't see any logs relating to this issue, and I'd rather not paste my whole logs output because there's a bunch of redacting of addresses I would need to do first. I can supply some of it if absolutely necessary

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Fields

    No fields configured for issues without a type.

    Projects

    Status
    Done

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions