Skip to content

Instantly share code, notes, and snippets.

View xanderhsia's full-sized avatar

Alexander Hsia xanderhsia

View GitHub Profile
#!/bin/bash
# qbittorrent only passes the torrentname and torrentpath
#TORRENT_ID=$1
TORRENT_NAME=$1
TORRENT_PATH=$2
#echo "Processing: " $1 $2 $3 >> /tmp/deluge-execute.log
/usr/bin/filebot -script fn:amc --output "/mnt/Raw/Filebotd" --log-file amc.log --action copy --conflict auto -non-strict --def artwork=y subtitles=en "ut_dir=$TORRENT_PATH/$TORRENT_NAME" "ut_kind=multi" "ut_title=$TORRENT_NAME"
#filebot -script fn:amc --output "$HOME/Videos" --log-file amc.log --action copy --conflict override -non-strict --def artwork=y subtitles=en "ut_dir=$TORRENT_PATH/$TORRENT_NAME" "ut_kind=multi" "ut_title=$TORRENT_NAME"
@xanderhsia
xanderhsia / 01.configure
Created August 28, 2014 20:50
Logs from ~/Library/Logs/Homebrew/curl
checking whether to enable maintainer-specific portions of Makefiles... no
checking whether to enable debug build options... no
checking whether to enable compiler optimizer... (assumed) yes
checking whether to enable strict compiler warnings... no
checking whether to enable compiler warnings as errors... no
checking whether to enable curl debug memory tracking... no
checking whether to enable hiding of library internal symbols... yes
checking whether to enable c-ares for DNS lookups... no
checking for path separator... :
checking for sed... /u/ahhsia/.linuxbrew/bin/sed