Skip to content

Instantly share code, notes, and snippets.

View lifehome's full-sized avatar

lifehome lifehome

View GitHub Profile
@lifehome
lifehome / aria2_torrentadder.conf
Created November 5, 2023 15:36
aria2 auto add torrent config for inotify - bash - licensed on AGPL-3.0
# The directory to watch
WATCH_DIR=/.fresh_torrents
# Interval between command execution.
# Format: HH:MM:SS or just how many seconds
SETTLE_DURATION=5
# Execute command immediately if incoming changes have persisted for a spcified of time period.
# Format: HH:MM:SS or just how many seconds
MAX_WAIT_TIME=300