This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
# subsrec: Script to execute after a torrent completes within Deluge. | |
# 1. Install pip | |
# Ubuntu: sudo apt-get install python-pip | |
# Fedora: sudo yum install python-pip | |
# 2. Install subliminal | |
# sudo pip install subliminal |