Mylar3 (LinuxServer.io)

Download comics automatically from NZBs and torrents. Monitor series, track new releases, and organize your digital library with sorting and metatagging.

Mylar is an automated downloader for your digital comic book collection, designed to work with both NZB and torrent clients. It actively monitors your custom watchlist for new issues, story arcs, and weekly pull-lists. Once a comic is found, the software downloads, sorts, and renames the file according to your preferences. It can even scan your existing library to find and grab any missing issues.

Key features include:

  • Cross-platform compatibility: Runs on Windows, Linux, macOS, Raspberry Pi, and more.
  • Broad client support: Integrates with SABnzbd, NZBGet, and a wide range of torrent clients.
  • Automatic organization: Renames files and folders based on your rules and automatically adds metadata using a modified version of ComicTagger.
  • Failed download handling: If a download fails, it automatically searches for a replacement to ensure your collection is complete.
  • Advanced tracking: Keep up with new releases, view pull-lists weeks in advance, and monitor specific story arcs.

Directory Structure

mylar3-linuxserver-io
mylar3
comics
config
downloads
.env
docker-compose.yml

docker-compose.yml

services:
  mylar3:
    image: lscr.io/linuxserver/mylar3:latest
    container_name: mylar3
    environment:
      - PUID=1000
      - PGID=1000
      - TZ=Etc/UTC
    volumes:
      - ./config:/config
      - ./comics:/comics
      - ./downloads:/downloads
    ports:
      - 8090:8090
    restart: unless-stopped

.env

# The linuxserver/mylar3 image does not require sensitive environment variables for deployment.
# Authentication and application settings are configured via the web interface after the first launch.
COMPOSE_PROJECT_NAME=mylar3
Categories:

Share:

Ad
Favicon

 

  
 

Similar to Mylar3 (LinuxServer.io)

Favicon

 

  
  
Favicon

 

  
  
Favicon