It’s been a long journey through this, having tried various options along the way

For comics, I have tried Mylar3, Kapowarr and LazyLibrarian.
For manga, I have tried the rest (Tanoshi, Mango, Tranga)

The best option I can find at the moment is Tachidesk, which uses the engines of Tachoyami from Android and deploys it into a self-hostable container with all the same extensions allowing you to download manga and comics.

```services:

tachidesk-docker:

image: ghcr.io/suwayomi/tachidesk:preview

container_name: tachidesk-docker

networks:

custom_network_td:

ipv4_address: 172.21.2.11

environment:

- PUID=1000 # ( dont change, require uid to be 1000 )

- PGID=1000 # ( dont change, require gid to be 1000 )

- TZ=Australia/Brisbane # Use TZ database name from https://en.wikipedia.org/wiki/List_of_tz_database_time_zones

- LOGGING=file

- DOWNLOAD_AS_CBZ=true

- AUTO_DOWNLOAD_CHAPTERS=true

volumes:

- /configs/tachidesk:/home/suwayomi/.local/share/Tachidesk # edit to your mapped folder

- /srv/dev-disk-by-uuid-aebc3207-2c1e-4053-8114-271d299bca87/downloads/tachidesk:/home/suwayomi/.local/share/Tachidesk/downloads

# - /srv/4a5b5584-5f1b-49ce-9b21-e6f572ec699d/comics:/home/suwayomi/.local/share/Tachidesk/local

ports:

- “4567:4567”

restart: on-failure:3```

To deliver my content, I use Kavita. Could use the other one but I have yet to give it a shot. I then use komf for metadata, but this is imperfect.

I wonder if anyone has a manga/comic tagging/renaming/moving solution that works for them?