mirror of
https://github.com/SickGear/SickGear.git
synced 2024-11-30 16:33:37 +00:00
17e9059d08
This batch file copies select files to an isolated location for SickGear to post process with the 'Move' episode method so that seeding files are no longer post processed over and over, using this greatly improves overall performance.
26 lines
1.2 KiB
INI
26 lines
1.2 KiB
INI
; =============================================================================
|
|
; ===================== EDIT THE FOLLOWING SETTINGS TO FIT ====================
|
|
; =============================================================================
|
|
; ====== The following settings are ONLY used by Deluge or Transmission =======
|
|
; =============================================================================
|
|
; File: onTxComplete.cfg
|
|
|
|
; Path where to copy completed downloads for SG to post process.
|
|
; This value *must* ..
|
|
; 1) be different to the path where the client saves completed downloads
|
|
; 2) be configured in SG (see section "To set up SickGear" in onTxComplete.bat)
|
|
; This path should be created on first run, if not, create it yourself.
|
|
|
|
param1=F:\sg_pp
|
|
|
|
|
|
; The Deluge label, or path tail used in Transmission (e.g. F:\Files\SG)
|
|
; This value should match that of the Label option set in SG at ..
|
|
; config/search/Torrent Results -> "Set torrent label/category"
|
|
;
|
|
; This script only copies files where the label begins with this value.
|
|
; However, if SG is not using labels (e.g. blackhole), then use auto label in
|
|
; the download client or a torrent completed save path ending with this value.
|
|
|
|
param2=SG
|
|
|