Raspberry Pi dropbox script that crawls all subdirectories of parent and will download all files
- andreafabrizi/Dropbox-Uploader - Dropbox-Uploader script that works with Raspberry Pi
- averissimo/deluge.commands (Optional) - Custom commands that deluge runs when finishes/starts a download
- dbr/tvnamer (Optional) - Script that renames tv episodes
- Clone the Dropbox-Uploader repository from https://github.com/andreafabrizi/Dropbox-Uploader
- Create own ~/.watchdirrc config file from example and adapt the values
- Run the script
- EXEC: Path to dropbox-uploader script
- PARENT_DIR: Top directory that will be crawled
- SUFFIX: Suffix that should be matched
- ADDED_LOG: Location of the added log
- COMPLETED_LOG: Location of the completed log
- REMOTE_TOP_PARENT: Name of directory in drobox that should be synced
- REMOTE_PARENT_DIR: Mapping between PARENT_DIR and dropbox equivalent
- REMOTE_ADDED_DIR: Where files that have the SUFFIX should be placed
See watchdirrc.example for more details