Skip to content

Instantly share code, notes, and snippets.

@doob187
Created October 3, 2021 15:03
Show Gist options
  • Save doob187/fbc217cf41a13120a24c36ddaf405595 to your computer and use it in GitHub Desktop.
Save doob187/fbc217cf41a13120a24c36ddaf405595 to your computer and use it in GitHub Desktop.
trakt.sh
#!/usr/bin/with-contenv bash
# shellcheck shell=bash
# Copyright (c) 2020, MrDoob
# All rights reserved.
### $1 > Traktarr or Traktarr4k ( name of the app )
### $2 > movies or shows
### $3 > https lists or trakt.tv popular or box-office
PROG=$1
ART=$2
LIST=$3
docker exec "${PROG}" traktarr "${ART}" -t "${LIST}" 1>/dev/null 2>&1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment