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
- Host: GitHub
- URL: https://github.com/bendikrb/bbtorrent
- Owner: bendikrb
- Created: 2011-03-04T19:22:30.000Z (about 14 years ago)
- Default Branch: master
- Last Pushed: 2011-03-24T15:13:58.000Z (about 14 years ago)
- Last Synced: 2025-01-26T02:53:20.276Z (4 months ago)
- Language: JavaScript
- Homepage:
- Size: 1.6 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README
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-php52) 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