Skip to content

Releases: johnpc/subsyncarr

Release v0.0.8

03 Feb 02:58
Compare
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

Release v0.0.7

02 Feb 20:40
cbd253e
Compare
Choose a tag to compare

Docker Images

Pull the image using:

docker pull mrorbitman/subsyncarr:v0.0.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 v0.0.6

02 Feb 19:37
e61a2bf
Compare
Choose a tag to compare

Docker Images

Pull the image using:

docker pull mrorbitman/subsyncarr:v0.0.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.5

31 Jan 22:54
89938dd
Compare
Choose a tag to compare

Docker Images

Pull the image using:

docker pull mrorbitman/subsyncarr:v0.0.5
# 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.4

27 Jan 02:56
Compare
Choose a tag to compare

Docker Images

Pull the image using:

docker pull mrorbitman/subsyncarr:v0.0.4
# 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

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

Release v0.0.3

26 Jan 22:56
Compare
Choose a tag to compare

Docker Images

Pull the image using:

docker pull mrorbitman/subsyncarr:v0.0.3
# 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

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

Release v0.0.2

24 Jan 18:57
Compare
Choose a tag to compare

Docker Images

Pull the image using:

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

Example docker-compose.yaml:

version: "3.8"

services:
subsyncarr:
  image: mrorbitman/subsyncarr:latest
  container_name: subsyncarr
  volumes:
  - ${MEDIA_PATH:-/path/to/your/media}:/scan_dir
  restart: unless-stopped
  environment:
  - TZ=${TZ:-UTC}

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

Release v0.0.1

24 Jan 17:23
Compare
Choose a tag to compare

Docker Images

Pull the image using:

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

Example docker-compose.yaml:

version: "3.8"

services:
subsyncarr:
  image: mrorbitman/subsyncarr:latest
  container_name: subsyncarr
  volumes:
  - ${MEDIA_PATH:-/path/to/your/media}:/scan_dir
  restart: unless-stopped
  environment:
  - TZ=${TZ:-UTC}

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