mirror of
https://github.com/clinton-hall/nzbToMedia.git
synced 2025-08-20 21:33:13 -07:00
improve fork handling. #199
This commit is contained in:
parent
27d83c88ca
commit
12cce95d89
3 changed files with 31 additions and 44 deletions
|
@ -6,3 +6,12 @@ VERSION = 'V8.6'
|
|||
# Constants pertinant to SabNzb
|
||||
SABNZB_NO_OF_ARGUMENTS = 8
|
||||
|
||||
# Constants pertaining to SickBeard Branches:
|
||||
# extend this list to include all branches/forks that use "failed" to handle failed downloads.
|
||||
SICKBEARD_FAILED = ["failed", "TPB-failed", "Pistachitos"]
|
||||
# extend this list to include all branches/forks that use "dirName" not "dir"
|
||||
SICKBEARD_DIRNAME = ["failed"]
|
||||
# extend this list to include all branches/forks that process rar and link files for torrents and therefore skip extraction and linking in TorrentToMedia.
|
||||
SICKBEARD_TORRENT = ["TPB", "TPB-failed", "Pistachitos"]
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue