An open API service indexing awesome lists of open source software.

https://github.com/bendikrb/bbtorrent

Magical episode guide/fetcher
https://github.com/bendikrb/bbtorrent

Last synced: 2 months ago
JSON representation

Magical episode guide/fetcher

Awesome Lists containing this project

README

        

##
## 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