Skip to content

Releases: johnpc/subsyncarr

Release v1.2.13

27 Apr 14:25

Choose a tag to compare

What's Changed

  • Add mobile-responsive CSS (fixes #45)

Docker Images

Pull the image using:

docker pull mrorbitman/subsyncarr:v1.2.13
# or
docker pull mrorbitman/subsyncarr:latest

Docker Hub URL: https://hub.docker.com/r/mrorbitman/subsyncarr/tags

Release v1.2.12

27 Apr 00:53

Choose a tag to compare

What's Changed

  • fix: bind to 0.0.0.0 instead of 127.0.0.1 for Docker compatibility

Docker Images

Pull the image using:

docker pull mrorbitman/subsyncarr:v1.2.12
# or
docker pull mrorbitman/subsyncarr:latest

Docker Hub URL: https://hub.docker.com/r/mrorbitman/subsyncarr/tags

Release v1.2.11

26 Apr 21:33

Choose a tag to compare

What's Changed

  • Fix changelog: use full git history for tag comparison

Docker Images

Pull the image using:

docker pull mrorbitman/subsyncarr:v1.2.11
# or
docker pull mrorbitman/subsyncarr:latest

Docker Hub URL: https://hub.docker.com/r/mrorbitman/subsyncarr/tags

Release v1.2.9

26 Apr 21:05

Choose a tag to compare

What's Changed

Docker Images

Pull the image using:

docker pull mrorbitman/subsyncarr:v1.2.9
# or
docker pull mrorbitman/subsyncarr:latest

Docker Hub URL: https://hub.docker.com/r/mrorbitman/subsyncarr/tags

Release v1.2.8

25 Apr 15:45

Choose a tag to compare

Docker Images

Pull the image using:

docker pull mrorbitman/subsyncarr:v1.2.8
# or
docker pull mrorbitman/subsyncarr:latest

Example docker-compose.yaml:

name: subsyncarr

services:
  subsyncarr:
    image: mrorbitman/subsyncarr:latest
    container_name: subsyncarr
    volumes:
      # Any path configured with SCAN_PATHS env var must be mounted
      # If no scan paths are specified, it defaults to scan `/scan_dir` like example below.
      # - ${MEDIA_PATH:-/path/to/your/media}:/scan_dir
      - /path/to/movies:/movies
      - /path/to/tv:/tv
      - /path/to/anime:/anime
    restart: unless-stopped
    environment:
      - TZ=${TZ:-UTC}
      - CRON_SCHEDULE=0 0 * * *  # Runs every day at midnight by default
      - SCAN_PATHS=/movies,/tv,/anime # Remember to mount these as volumes. Must begin with /. Default valus is `/scan_dir`
      - EXCLUDE_PATHS=/movies/temp,/tv/downloads # Exclude certain sub-directories from the scan
      - MAX_CONCURRENT_SYNC_TASKS=1
      - INCLUDE_ENGINES=ffsubsync,autosubsync # If not set, all engines are used by default

Docker Hub URL: https://hub.docker.com/r/mrorbitman/subsyncarr/tags

Release v1.2.7

25 Apr 15:34
a13d01e

Choose a tag to compare

Docker Images

Pull the image using:

docker pull mrorbitman/subsyncarr:v1.2.7
# or
docker pull mrorbitman/subsyncarr:latest

Example docker-compose.yaml:

name: subsyncarr

services:
  subsyncarr:
    image: mrorbitman/subsyncarr:latest
    container_name: subsyncarr
    volumes:
      # Any path configured with SCAN_PATHS env var must be mounted
      # If no scan paths are specified, it defaults to scan `/scan_dir` like example below.
      # - ${MEDIA_PATH:-/path/to/your/media}:/scan_dir
      - /path/to/movies:/movies
      - /path/to/tv:/tv
      - /path/to/anime:/anime
    restart: unless-stopped
    environment:
      - TZ=${TZ:-UTC}
      - CRON_SCHEDULE=0 0 * * *  # Runs every day at midnight by default
      - SCAN_PATHS=/movies,/tv,/anime # Remember to mount these as volumes. Must begin with /. Default valus is `/scan_dir`
      - EXCLUDE_PATHS=/movies/temp,/tv/downloads # Exclude certain sub-directories from the scan
      - MAX_CONCURRENT_SYNC_TASKS=1
      - INCLUDE_ENGINES=ffsubsync,autosubsync # If not set, all engines are used by default

Docker Hub URL: https://hub.docker.com/r/mrorbitman/subsyncarr/tags

Release v1.2.6

25 Apr 01:23

Choose a tag to compare

Docker Images

Pull the image using:

docker pull mrorbitman/subsyncarr:v1.2.6
# or
docker pull mrorbitman/subsyncarr:latest

Example docker-compose.yaml:

name: subsyncarr

services:
  subsyncarr:
    image: mrorbitman/subsyncarr:latest
    container_name: subsyncarr
    volumes:
      # Any path configured with SCAN_PATHS env var must be mounted
      # If no scan paths are specified, it defaults to scan `/scan_dir` like example below.
      # - ${MEDIA_PATH:-/path/to/your/media}:/scan_dir
      - /path/to/movies:/movies
      - /path/to/tv:/tv
      - /path/to/anime:/anime
    restart: unless-stopped
    environment:
      - TZ=${TZ:-UTC}
      - CRON_SCHEDULE=0 0 * * *  # Runs every day at midnight by default
      - SCAN_PATHS=/movies,/tv,/anime # Remember to mount these as volumes. Must begin with /. Default valus is `/scan_dir`
      - EXCLUDE_PATHS=/movies/temp,/tv/downloads # Exclude certain sub-directories from the scan
      - MAX_CONCURRENT_SYNC_TASKS=1
      - INCLUDE_ENGINES=ffsubsync,autosubsync # If not set, all engines are used by default

Docker Hub URL: https://hub.docker.com/r/mrorbitman/subsyncarr/tags

Release v0.0.10

24 Apr 17:49

Choose a tag to compare

Docker Images

Pull the image using:

docker pull mrorbitman/subsyncarr:v0.0.10
# or
docker pull mrorbitman/subsyncarr:latest

Example docker-compose.yaml:

name: subsyncarr

services:
  subsyncarr:
    image: mrorbitman/subsyncarr:latest
    container_name: subsyncarr
    volumes:
      # Any path configured with SCAN_PATHS env var must be mounted
      # If no scan paths are specified, it defaults to scan `/scan_dir` like example below.
      # - ${MEDIA_PATH:-/path/to/your/media}:/scan_dir
      - /path/to/movies:/movies
      - /path/to/tv:/tv
      - /path/to/anime:/anime
    restart: unless-stopped
    environment:
      - TZ=${TZ:-UTC}
      - CRON_SCHEDULE=0 0 * * *  # Runs every day at midnight by default
      - SCAN_PATHS=/movies,/tv,/anime # Remember to mount these as volumes. Must begin with /. Default valus is `/scan_dir`
      - EXCLUDE_PATHS=/movies/temp,/tv/downloads # Exclude certain sub-directories from the scan
      - MAX_CONCURRENT_SYNC_TASKS=1
      - INCLUDE_ENGINES=ffsubsync,autosubsync # If not set, all engines are used by default

Docker Hub URL: https://hub.docker.com/r/mrorbitman/subsyncarr/tags

Release v0.0.9

24 Apr 05:31

Choose a tag to compare

Docker Images

Pull the image using:

docker pull mrorbitman/subsyncarr:v0.0.9
# or
docker pull mrorbitman/subsyncarr:latest

Example docker-compose.yaml:

name: subsyncarr

services:
  subsyncarr:
    image: mrorbitman/subsyncarr:latest
    container_name: subsyncarr
    volumes:
      # Any path configured with SCAN_PATHS env var must be mounted
      # If no scan paths are specified, it defaults to scan `/scan_dir` like example below.
      # - ${MEDIA_PATH:-/path/to/your/media}:/scan_dir
      - /path/to/movies:/movies
      - /path/to/tv:/tv
      - /path/to/anime:/anime
    restart: unless-stopped
    environment:
      - TZ=${TZ:-UTC}
      - CRON_SCHEDULE=0 0 * * *  # Runs every day at midnight by default
      - SCAN_PATHS=/movies,/tv,/anime # Remember to mount these as volumes. Must begin with /. Default valus is `/scan_dir`
      - EXCLUDE_PATHS=/movies/temp,/tv/downloads # Exclude certain sub-directories from the scan
      - MAX_CONCURRENT_SYNC_TASKS=1
      - INCLUDE_ENGINES=ffsubsync,autosubsync # If not set, all engines are used by default

Docker Hub URL: https://hub.docker.com/r/mrorbitman/subsyncarr/tags

Release v0.0.8

03 Feb 02:58

Choose a tag to compare

Docker Images

Pull the image using:

docker pull mrorbitman/subsyncarr:v0.0.8
# or
docker pull mrorbitman/subsyncarr:latest

Example docker-compose.yaml:

name: subsyncarr

services:
  subsyncarr:
    image: mrorbitman/subsyncarr:latest
    container_name: subsyncarr
    volumes:
      # Any path configured with SCAN_PATHS env var must be mounted
      # If no scan paths are specified, it defaults to scan `/scan_dir` like example below.
      # - ${MEDIA_PATH:-/path/to/your/media}:/scan_dir
      - /path/to/movies:/movies
      - /path/to/tv:/tv
      - /path/to/anime:/anime
    restart: unless-stopped
    environment:
      - TZ=${TZ:-UTC}
      - CRON_SCHEDULE=0 0 * * *  # Runs every day at midnight by default
      - SCAN_PATHS=/movies,/tv,/anime # Remember to mount these as volumes. Must begin with /. Default valus is `/scan_dir`
      - EXCLUDE_PATHS=/movies/temp,/tv/downloads # Exclude certain sub-directories from the scan
      - MAX_CONCURRENT_SYNC_TASKS=1
      - INCLUDE_ENGINES=ffsubsync,autosubsync # If not set, all engines are used by default

Docker Hub URL: https://hub.docker.com/r/mrorbitman/subsyncarr/tags