Skip to content

Instantly share code, notes, and snippets.

@Chris-V
Chris-V / deluge_extractor.py
Created September 17, 2017 17:16
Extract archives from a Deluge download and then call Rad/Sonarr to import the files.
#!/usr/bin/env python3
"""
Extract archives from a Deluge download and then call Rad/Sonarr to import the files.
Extra files (as configured in radarr or sonarr) are also copied to the
extraction directory.
This script has been tested with:
- Linux (tested with Arch)
@cnlohr
cnlohr / forgot_to_check_out_with_recurse_submodules.md
Last active May 10, 2024 15:59
Git forgot to clone recursively (forgot to check out with recurse submodules)