Skip to content

bendikrb/bbTorrent

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 

Repository files navigation

## 
## bbTorrent
## 

1) Install dependencies

 $ apt-get install php5 php5-cli php5-curl php5-mysql
 # If you want a http-based episode guide with snacks too;
 $ apt-get install apache2 libapache2-mod-php5


2) Install bbTorrent

 $ sudo ./install.php

3) Configure

 ## rtorrent.rc

 # Append this to enable auto download (use watch folder from bbtorrent.conf)
 schedule = watch_directory,10,10,load_start=/my/watch/folder/*.torrent

 # Append this to enable auto-unpack
 system.method.set_key = event.download.finished,move_complete,"execute=bbtorrent,unpack,$d.get_base_path=;"

 ## crontab
 # Checkout rss (more frequently at night time)
 */5  0-7   *  *  *         bbtorrent checkout
 */20 7-23  *  *  *         bbtorrent checkout

 # Sync local epguide
 0    6     *  *  0         bbtorrent sync

About

Magical episode guide/fetcher

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published