Advertisement
Guest User

SABSync

a guest
Apr 22nd, 2010
578
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.11 KB | None | 0 0
  1. How to Setup and Use SABSync
  2.  
  3. 1) Download and Unzip to the directory of your choice (This is probably already done)
  4. 2) Open up either SABSyncGUI.exe or SABSync.exe.config to configure SABSync (The GUI is the preferred method)
  5. TV Root - Folder or Folders where your TV shows are located. For Example D:\TV or D:\TV;X:\TV
  6. TV Template - This is the sorting template from SABnzbd's sorting configuration
  7. TV Daily Template - Sorting template from SABnzbd for Daily shows
  8. Video Extensions - Extensions that you would like SABnzbd to consider as a TV show (Default: .mkv;.avi;.wmv)
  9.  
  10. SABnzbd Settings:
  11. Hostname - IP Address or Host Name of SABnzbd (use localhost or 127.0.0.1 for SABnzbd running on this computer)
  12. Port - Port for SABnzbd, default SABnzbd port is: 8080
  13. Username - Username for the WebGUI of SABnzbd
  14. Password - Password for the WebGUI of SABnzbd
  15. API Key - APIKey for SABnzbd, available in SABnzbd General Settings
  16.  
  17. NZB Directory - .nzb Backup Folder from SABnzbd Folder Settings
  18. Priority - Priority that NZBs shoudl be added to the queue for download (High, Normal, Low)
  19. RSS Config File - Filename of the file that will contain the RSS Feed URL(s) - Can be left as RSS.config
  20. Alias Config File - Filename of the file that will contain aliases for TV Shows (Feed name differs from TheTVDb name, see Alias.config for details) - Can be left as Alias.config
  21. Quality Config File - Filename of the file that will contain show names and the quality you want that show to be downloaded in (if different from the default download quality) - Can be left as Quality.config
  22.  
  23. Seasons to Ignore - Show Name (as seen on disk) and season number that you want to ignore (Season numbers below the number specified number will also be ignored, For Example "Show Name=3" will ignore seasons 1,2 and 3)
  24. Download Quality - The defualt download quality for all shows (except those defined in Quality.config), used if you want some shows in a HD and all others in another SD (or vice-versa)
  25.  
  26. Replace Characters - Check this if you have SABnzbd replacing characters (otherwise leave unchecked if SABnzbd is set to remove illegal characters from NZB names)
  27. Download PROPERs - Check if you want PROPERs to be downloaded, this will replace episodes already downloaded (only if it hasn't already downloaded the PROPER)
  28. Verbose Logging - Enable additional logging for troubleshooting issues, should be disabled unless required for troubleshooting
  29. Delete Logs - Delete old log files after X days, set to zero to keep log files until manually deleted
  30.  
  31. Make changes as required to RSS.config, Alias.config and Quality.config, format for the config files is shown below (See second tab of SABSyncGUI.exe)
  32. RSS.config:
  33. Name|URL
  34. NZBMatrix-Xvid|http://rss.nzbmatrix.com/rss.php?subcat=6&english=1 - Name can be anything you want to call it, URL is the URL to the RSS feed containing content you want SABSync to look at
  35.  
  36. Alias.config:
  37. Show Name in Feed|Show Name on TheTVDB.com & On Disk (Cleaner looking names, more like Newzbin)
  38. The Office|The Office (US) - If the show name in the RSS feed is: "The Office", it should be found as "The Office (US)" on TheTVDb.com and on disk
  39. CSI|CSI: Crime Scene Investigation - If the show name in the RSS feed is: "CSI" it should be found as "CSI: Crime Scene Investigation" on TheTVDB.com and on disk
  40.  
  41. Quality.config
  42. Show Name|Wanted Quality (xvid or 720p)
  43. 30 Rock|xvid - 30 Rock is wanted as a XviD only
  44. CSI: Crime Scene Investigation|720p - CSI: Crime Scene Investigation is wanted in 720p only
  45.  
  46. 3) Manually run SABSync to ensure everything is running as expected (check log files if required)
  47. 4) To automatically have SABSync check for new episodes you will need to setup a Windows Scheduled Task (Time between runs should be at least 15 minutes) (Use SABSyncHide.exe in the Scheduled Task to launch SABSync hidden)
  48. See the following link for instructions:
  49. http://www.randomtree.org/eric/techblog/archives/2004/09/the_windows_task_scheduler_is_not_a_secondclass_citizen.html
  50.  
  51. 5) Sit back and enjoy automatically downloading of new or missing episodes as they flow through the RSS feed(s)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement