mirror of
https://github.com/clinton-hall/nzbToMedia.git
synced 2025-08-21 22:03:13 -07:00
added back nzbExtractionBy. fixes #314
This commit is contained in:
parent
bc3b3eb2c5
commit
10926df587
1 changed files with 2 additions and 0 deletions
|
@ -64,6 +64,7 @@
|
||||||
Torrent_NoLink = 0
|
Torrent_NoLink = 0
|
||||||
process_method =
|
process_method =
|
||||||
extract = 1
|
extract = 1
|
||||||
|
nzbExtractionBy = Downloader
|
||||||
# Set this to minimum required size to consider a media file valid (in MB)
|
# Set this to minimum required size to consider a media file valid (in MB)
|
||||||
minSize = 0
|
minSize = 0
|
||||||
# Enable/Disable deleteing ignored files (samples and invalid media files)
|
# Enable/Disable deleteing ignored files (samples and invalid media files)
|
||||||
|
@ -90,6 +91,7 @@
|
||||||
# Enable/Disable linking for Torrents
|
# Enable/Disable linking for Torrents
|
||||||
Torrent_NoLink = 0
|
Torrent_NoLink = 0
|
||||||
extract = 1
|
extract = 1
|
||||||
|
nzbExtractionBy = Downloader
|
||||||
wait_for = 2
|
wait_for = 2
|
||||||
# Set this to minimum required size to consider a media file valid (in MB)
|
# Set this to minimum required size to consider a media file valid (in MB)
|
||||||
minSize = 0
|
minSize = 0
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue