Forum
  • Search
  • Member List
  • Calendar
Hello There, Guest! Login Register — Login with Facebook

nzbToMedia
Thank you for your donation

Post Reply 
 
Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Threaded Mode | Linear Mode
nzbToMedia
4th Jun, 2013, 05:50 AM
Post: #4
Davem Offline
Registered
Posts: 31
Joined: Apr 2013
Reputation: 4
RE: nzbToMedia
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.
Find all posts by this user
Quote this message in a reply
« Next Oldest | Next Newest »
Post Reply 


Messages In This Thread
nzbToMedia - rbellamy - 3rd Jun, 2013, 05:54 AM
RE: nzbToMedia - Davem - 3rd Jun, 2013, 06:09 AM
RE: nzbToMedia - rbellamy - 3rd Jun, 2013, 06:52 AM
RE: nzbToMedia - Davem - 4th Jun, 2013 05:50 AM

  • View a Printable Version
  • Send this Thread to a Friend
  • Subscribe to this thread
Forum Jump:

Current time: 9th Jun, 2025, 05:04 AM Powered By MyBB, © 2002-2025 MyBB Group.