The settings I use to automatic download my series using torrents.
Sickbeard -> Transmission -> nzbToMedia -> Sickbeard -> xbmc setup
Download to external connected HDD (ext.4) mounted on /media/usb/
I use the same symbolic links (torrents, incomplete) as from the download package
start post
Sickbeard settings
I use the branch from
schumi2004 because of good torrent support (bases on mr_orange branch) and the failed download (based on Tolstyak branch).
Add Existing show in SB to dir: /media/usb/series/XXX/
Set search settings – torrent method to: Transmission. Set the transmission download dir to: /home/xbian/torrents/series/
(you could also use here the black hole method and download to the watch dir of transmission, but this is not required)
Renaming is set off in SB,
Notification is on for: update XBMC library.
Transmission
/usr/local/etc/transmission/settings.json
Code:
{
"download-dir": "/home/xbian/torrents", #DOESN'T MATTER, SB SENDS THIS ONE
"incomplete-dir": "/home/xbian/incomplete",
"incomplete-dir-enabled": true,
"script-torrent-done-enabled": true,
"script-torrent-done-filename": "/home/xbian/apps/nzbToMedia/TorrentToMedia.py",
"watch-dir": "/home/xbian/torrents/series", #DOESN'T MATTER, SB SENDS DIRECT
"watch-dir-enabled": true
}
nzbToMedia
/home/xbian/apps/nzbToMedia/autoProcessMedia.cfg
Code:
[SickBeard]
sbCategory = series
host = localhost
port = FILL IN
username = FILL IN
password = FILL IN
web_root =
ssl = 0
watch_dir =
failed_fork = 1 #BE AWARE REQUIRED BECAUSE I USE SB FAILED FORK
delete_failed = 0
[Torrent]
clientAgent = transmission
useLink = hard
minSampleSize = 200
outputDirectory = /home/xbian/torrents/torrent-complete/
categories = series #OPTIONAL ADD ',MOVIES' FOR COUCH POTATO USE
deleteOriginal = 0
The only thing is after a completed download and post process. The file also still remains in the transmission download folder (there is a script which could fix this, but I use the android app: remote transmission)
After these settings: your series will be downloaded automatic and if you sit down your tv serie is waiting for you in your xmbc library.
I’ve also disabled the programs as service and start/stop the services by the android app: scriptkitty you have the control when it runs and safe CPU. For seeing the progress in SB I use the android app: nzb unity.
Good luck.