mirror of
https://github.com/clinton-hall/nzbToMedia.git
synced 2025-08-19 12:59:36 -07:00
fix NZBGet script headers.
This commit is contained in:
parent
9beeeaa752
commit
5a7d525f6c
7 changed files with 452 additions and 452 deletions
|
|
@ -1,8 +1,8 @@
|
|||
#!/usr/bin/env python2
|
||||
# coding=utf-8
|
||||
|
||||
# ##############################################################################
|
||||
# ### NZBGET POST-PROCESSING SCRIPT ###
|
||||
#
|
||||
##############################################################################
|
||||
### NZBGET POST-PROCESSING SCRIPT ###
|
||||
|
||||
# Post-Process to CouchPotato, SickBeard, NzbDrone, Mylar, Gamez, HeadPhones.
|
||||
#
|
||||
|
|
@ -10,10 +10,10 @@
|
|||
#
|
||||
# NOTE: This script requires Python to be installed on your system.
|
||||
|
||||
# ##############################################################################
|
||||
# ### OPTIONS ###
|
||||
##############################################################################
|
||||
### OPTIONS ###
|
||||
|
||||
# ## General
|
||||
## General
|
||||
|
||||
# Auto Update nzbToMedia (0, 1).
|
||||
#
|
||||
|
|
@ -30,7 +30,7 @@
|
|||
# Enable/Disable a safety check to ensure we don't process all downloads in the default_downloadDirectory by mistake.
|
||||
#safe_mode=1
|
||||
|
||||
# ## CouchPotato
|
||||
## CouchPotato
|
||||
|
||||
# CouchPotato script category.
|
||||
#
|
||||
|
|
@ -83,7 +83,7 @@
|
|||
# Enable to replace local path with the path as per the mountPoints below.
|
||||
#cpsremote_path=0
|
||||
|
||||
# ## Network
|
||||
## Network
|
||||
|
||||
# Network Mount Points (Needed for remote path above)
|
||||
#
|
||||
|
|
@ -91,14 +91,14 @@
|
|||
# e.g. mountPoints=/volume1/Public/,E:\|/volume2/share/,\\NAS\
|
||||
#mountPoints=
|
||||
|
||||
# ## Extensions
|
||||
## Extensions
|
||||
|
||||
# Media Extensions
|
||||
#
|
||||
# This is a list of media extensions that are used to verify that the download does contain valid media.
|
||||
#mediaExtensions=.mkv,.avi,.divx,.xvid,.mov,.wmv,.mp4,.mpg,.mpeg,.vob,.iso,.ts
|
||||
|
||||
# ## Posix
|
||||
## Posix
|
||||
|
||||
# Niceness for external tasks Extractor and Transcoder.
|
||||
#
|
||||
|
|
@ -115,7 +115,7 @@
|
|||
# Set the ionice scheduling class data. This defines the class data, if the class accepts an argument. For real time and best-effort, 0-7 is valid data.
|
||||
#ionice_classdata=4
|
||||
|
||||
# ## Transcoder
|
||||
## Transcoder
|
||||
|
||||
# getSubs (0, 1).
|
||||
#
|
||||
|
|
@ -134,7 +134,7 @@
|
|||
|
||||
# create a duplicate, or replace the original (0, 1).
|
||||
#
|
||||
# set to 1 to create a new file or 0 to replace the original
|
||||
# set to 1 to cretae a new file or 0 to replace the original
|
||||
#duplicate=1
|
||||
|
||||
# ignore extensions.
|
||||
|
|
@ -169,12 +169,12 @@
|
|||
|
||||
# allSubLanguages (0,1).
|
||||
#
|
||||
# allSubLanguages. 1 will keep all existing sub languages. 0 will discard those not in your list above.
|
||||
# allSubLanguages. 1 will keep all exisiting sub languages. 0 will discare those not in your list above.
|
||||
#allSubLanguages=0
|
||||
|
||||
# embedSubs (0,1).
|
||||
#
|
||||
# embedSubs. 1 will embed external sub/srt subs into your video if this is supported.
|
||||
# embedSubs. 1 will embded external sub/srt subs into your video if this is supported.
|
||||
#embedSubs=1
|
||||
|
||||
# burnInSubtitle (0,1).
|
||||
|
|
@ -225,7 +225,7 @@
|
|||
#outputAudioOtherBitrate=128k
|
||||
#outputSubtitleCodec=
|
||||
|
||||
# ## WakeOnLan
|
||||
## WakeOnLan
|
||||
|
||||
# use WOL (0, 1).
|
||||
#
|
||||
|
|
@ -241,8 +241,8 @@
|
|||
#wolhost=192.168.1.37
|
||||
#wolport=80
|
||||
|
||||
# ### NZBGET POST-PROCESSING SCRIPT ###
|
||||
# ##############################################################################
|
||||
### NZBGET POST-PROCESSING SCRIPT ###
|
||||
##############################################################################
|
||||
|
||||
import sys
|
||||
import nzbToMedia
|
||||
|
|
|
|||
|
|
@ -1,8 +1,8 @@
|
|||
#!/usr/bin/env python2
|
||||
# coding=utf-8
|
||||
#
|
||||
# ##############################################################################
|
||||
# ### NZBGET POST-PROCESSING SCRIPT ###
|
||||
##############################################################################
|
||||
### NZBGET POST-PROCESSING SCRIPT ###
|
||||
|
||||
# Post-Process to CouchPotato, SickBeard, NzbDrone, Mylar, Gamez, HeadPhones.
|
||||
#
|
||||
|
|
@ -10,11 +10,11 @@
|
|||
#
|
||||
# NOTE: This script requires Python to be installed on your system.
|
||||
|
||||
# ##############################################################################
|
||||
##############################################################################
|
||||
#
|
||||
# ### OPTIONS ###
|
||||
### OPTIONS ###
|
||||
|
||||
# ## General
|
||||
## General
|
||||
|
||||
# Auto Update nzbToMedia (0, 1).
|
||||
#
|
||||
|
|
@ -26,7 +26,7 @@
|
|||
# Enable/Disable a safety check to ensure we don't process all downloads in the default_downloadDirectory by mistake.
|
||||
#safe_mode=1
|
||||
|
||||
# ## Gamez
|
||||
## Gamez
|
||||
|
||||
# Gamez script category.
|
||||
#
|
||||
|
|
@ -64,7 +64,7 @@
|
|||
# set this to where your Gamez completed downloads are.
|
||||
#gzwatch_dir=
|
||||
|
||||
# ## Posix
|
||||
## Posix
|
||||
|
||||
# Niceness for external tasks Extractor and Transcoder.
|
||||
#
|
||||
|
|
@ -81,7 +81,7 @@
|
|||
# Set the ionice scheduling class data. This defines the class data, if the class accepts an argument. For real time and best-effort, 0-7 is valid data.
|
||||
#ionice_classdata=4
|
||||
|
||||
# ## WakeOnLan
|
||||
## WakeOnLan
|
||||
|
||||
# use WOL (0, 1).
|
||||
#
|
||||
|
|
@ -97,8 +97,8 @@
|
|||
#wolhost=192.168.1.37
|
||||
#wolport=80
|
||||
|
||||
# ### NZBGET POST-PROCESSING SCRIPT ###
|
||||
# ##############################################################################
|
||||
### NZBGET POST-PROCESSING SCRIPT ###
|
||||
##############################################################################
|
||||
|
||||
import sys
|
||||
import nzbToMedia
|
||||
|
|
|
|||
|
|
@ -1,8 +1,8 @@
|
|||
#!/usr/bin/env python2
|
||||
# coding=utf-8
|
||||
|
||||
# ##############################################################################
|
||||
# ### NZBGET POST-PROCESSING SCRIPT ###
|
||||
#
|
||||
##############################################################################
|
||||
### NZBGET POST-PROCESSING SCRIPT ###
|
||||
|
||||
# Post-Process to HeadPhones.
|
||||
#
|
||||
|
|
@ -10,10 +10,10 @@
|
|||
#
|
||||
# NOTE: This script requires Python to be installed on your system.
|
||||
|
||||
# ##############################################################################
|
||||
# ### OPTIONS
|
||||
##############################################################################
|
||||
### OPTIONS
|
||||
|
||||
# ## General
|
||||
## General
|
||||
|
||||
# Auto Update nzbToMedia (0, 1).
|
||||
#
|
||||
|
|
@ -25,7 +25,7 @@
|
|||
# Enable/Disable a safety check to ensure we don't process all downloads in the default_downloadDirectory by mistake.
|
||||
#safe_mode=1
|
||||
|
||||
# ## HeadPhones
|
||||
## HeadPhones
|
||||
|
||||
# HeadPhones script category.
|
||||
#
|
||||
|
|
@ -68,7 +68,7 @@
|
|||
# Enable to replace local path with the path as per the mountPoints below.
|
||||
#hpremote_path=0
|
||||
|
||||
# ## Posix
|
||||
## Posix
|
||||
|
||||
# Niceness for external tasks Extractor and Transcoder.
|
||||
#
|
||||
|
|
@ -85,7 +85,7 @@
|
|||
# Set the ionice scheduling class data. This defines the class data, if the class accepts an argument. For real time and best-effort, 0-7 is valid data.
|
||||
#ionice_classdata=4
|
||||
|
||||
# ## Network
|
||||
## Network
|
||||
|
||||
# Network Mount Points (Needed for remote path above)
|
||||
#
|
||||
|
|
@ -93,7 +93,7 @@
|
|||
# e.g. mountPoints=/volume1/Public/,E:\|/volume2/share/,\\NAS\
|
||||
#mountPoints=
|
||||
|
||||
# ## WakeOnLan
|
||||
## WakeOnLan
|
||||
|
||||
# use WOL (0, 1).
|
||||
#
|
||||
|
|
@ -109,8 +109,8 @@
|
|||
#wolhost=192.168.1.37
|
||||
#wolport=80
|
||||
|
||||
# ### NZBGET POST-PROCESSING SCRIPT ###
|
||||
# ##############################################################################
|
||||
### NZBGET POST-PROCESSING SCRIPT ###
|
||||
##############################################################################
|
||||
|
||||
import sys
|
||||
import nzbToMedia
|
||||
|
|
|
|||
|
|
@ -1,8 +1,8 @@
|
|||
#!/usr/bin/env python2
|
||||
# coding=utf-8
|
||||
#
|
||||
# ##############################################################################
|
||||
# ### NZBGET POST-PROCESSING SCRIPT ###
|
||||
##############################################################################
|
||||
### NZBGET POST-PROCESSING SCRIPT ###
|
||||
|
||||
# Post-Process to CouchPotato, SickBeard, NzbDrone, Mylar, Gamez, HeadPhones.
|
||||
#
|
||||
|
|
@ -10,10 +10,10 @@
|
|||
#
|
||||
# NOTE: This script requires Python to be installed on your system.
|
||||
|
||||
# ##############################################################################
|
||||
# ### OPTIONS ###
|
||||
##############################################################################
|
||||
### OPTIONS ###
|
||||
|
||||
# ## General
|
||||
## General
|
||||
|
||||
# Auto Update nzbToMedia (0, 1).
|
||||
#
|
||||
|
|
@ -30,7 +30,7 @@
|
|||
# Enable/Disable a safety check to ensure we don't process all downloads in the default_downloadDirectory by mistake.
|
||||
#safe_mode=1
|
||||
|
||||
# ## CouchPotato
|
||||
## CouchPotato
|
||||
|
||||
# CouchPotato script category.
|
||||
#
|
||||
|
|
@ -78,7 +78,7 @@
|
|||
# Enable to replace local path with the path as per the mountPoints below.
|
||||
#cpsremote_path=0
|
||||
|
||||
# ## SickBeard
|
||||
## SickBeard
|
||||
|
||||
# SickBeard script category.
|
||||
#
|
||||
|
|
@ -134,7 +134,7 @@
|
|||
# Enable to replace local path with the path as per the mountPoints below.
|
||||
#sbremote_path=0
|
||||
|
||||
# ## NzbDrone
|
||||
## NzbDrone
|
||||
|
||||
# NzbDrone script category.
|
||||
#
|
||||
|
|
@ -177,7 +177,7 @@
|
|||
# Enable to replace local path with the path as per the mountPoints below.
|
||||
#ndremote_path=0
|
||||
|
||||
# ## HeadPhones
|
||||
## HeadPhones
|
||||
|
||||
# HeadPhones script category.
|
||||
#
|
||||
|
|
@ -210,7 +210,7 @@
|
|||
# Enable to replace local path with the path as per the mountPoints below.
|
||||
#hpremote_path=0
|
||||
|
||||
# ## Mylar
|
||||
## Mylar
|
||||
|
||||
# Mylar script category.
|
||||
#
|
||||
|
|
@ -251,7 +251,7 @@
|
|||
# Enable to replace local path with the path as per the mountPoints below.
|
||||
#myremote_path=0
|
||||
|
||||
# ## Gamez
|
||||
## Gamez
|
||||
|
||||
# Gamez script category.
|
||||
#
|
||||
|
|
@ -289,7 +289,7 @@
|
|||
# Enable to replace local path with the path as per the mountPoints below.
|
||||
#gzremote_path=0
|
||||
|
||||
# ## Network
|
||||
## Network
|
||||
|
||||
# Network Mount Points (Needed for remote path above)
|
||||
#
|
||||
|
|
@ -297,14 +297,14 @@
|
|||
# e.g. mountPoints=/volume1/Public/,E:\|/volume2/share/,\\NAS\
|
||||
#mountPoints=
|
||||
|
||||
# ## Extensions
|
||||
## Extensions
|
||||
|
||||
# Media Extensions
|
||||
#
|
||||
# This is a list of media extensions that are used to verify that the download does contain valid media.
|
||||
#mediaExtensions=.mkv,.avi,.divx,.xvid,.mov,.wmv,.mp4,.mpg,.mpeg,.vob,.iso,.ts
|
||||
|
||||
# ## Posix
|
||||
## Posix
|
||||
|
||||
# Niceness for external tasks Extractor and Transcoder.
|
||||
#
|
||||
|
|
@ -321,7 +321,7 @@
|
|||
# Set the ionice scheduling class data. This defines the class data, if the class accepts an argument. For real time and best-effort, 0-7 is valid data.
|
||||
#ionice_classdata=4
|
||||
|
||||
# ## Transcoder
|
||||
## Transcoder
|
||||
|
||||
# getSubs (0, 1).
|
||||
#
|
||||
|
|
@ -431,7 +431,7 @@
|
|||
#outputAudioOtherBitrate=128k
|
||||
#outputSubtitleCodec=
|
||||
|
||||
# ## WakeOnLan
|
||||
## WakeOnLan
|
||||
|
||||
# use WOL (0, 1).
|
||||
#
|
||||
|
|
@ -447,7 +447,7 @@
|
|||
#wolhost=192.168.1.37
|
||||
#wolport=80
|
||||
|
||||
# ## UserScript
|
||||
## UserScript
|
||||
|
||||
# User Script category.
|
||||
#
|
||||
|
|
@ -496,8 +496,8 @@
|
|||
# Delay in seconds after processing.
|
||||
#usdelay=120
|
||||
|
||||
# ### NZBGET POST-PROCESSING SCRIPT ###
|
||||
# ##############################################################################
|
||||
### NZBGET POST-PROCESSING SCRIPT ###
|
||||
##############################################################################
|
||||
|
||||
from __future__ import print_function
|
||||
|
||||
|
|
|
|||
|
|
@ -1,8 +1,8 @@
|
|||
#!/usr/bin/env python2
|
||||
# coding=utf-8
|
||||
|
||||
# ##############################################################################
|
||||
# ### NZBGET POST-PROCESSING SCRIPT ###
|
||||
#
|
||||
##############################################################################
|
||||
### NZBGET POST-PROCESSING SCRIPT ###
|
||||
|
||||
# Post-Process to Mylar.
|
||||
#
|
||||
|
|
@ -10,11 +10,11 @@
|
|||
#
|
||||
# NOTE: This script requires Python to be installed on your system.
|
||||
|
||||
# ##############################################################################
|
||||
##############################################################################
|
||||
#
|
||||
# ### OPTIONS
|
||||
### OPTIONS
|
||||
|
||||
# ## General
|
||||
## General
|
||||
|
||||
# Auto Update nzbToMedia (0, 1).
|
||||
#
|
||||
|
|
@ -26,7 +26,7 @@
|
|||
# Enable/Disable a safety check to ensure we don't process all downloads in the default_downloadDirectory by mistake.
|
||||
#safe_mode=1
|
||||
|
||||
# ## Mylar
|
||||
## Mylar
|
||||
|
||||
# Mylar script category.
|
||||
#
|
||||
|
|
@ -72,7 +72,7 @@
|
|||
# Enable to replace local path with the path as per the mountPoints below.
|
||||
#myremote_path=0
|
||||
|
||||
# ## Posix
|
||||
## Posix
|
||||
|
||||
# Niceness for external tasks Extractor and Transcoder.
|
||||
#
|
||||
|
|
@ -89,7 +89,7 @@
|
|||
# Set the ionice scheduling class data. This defines the class data, if the class accepts an argument. For real time and best-effort, 0-7 is valid data.
|
||||
#ionice_classdata=4
|
||||
|
||||
# ## Network
|
||||
## Network
|
||||
|
||||
# Network Mount Points (Needed for remote path above)
|
||||
#
|
||||
|
|
@ -97,7 +97,7 @@
|
|||
# e.g. mountPoints=/volume1/Public/,E:\|/volume2/share/,\\NAS\
|
||||
#mountPoints=
|
||||
|
||||
# ## WakeOnLan
|
||||
## WakeOnLan
|
||||
|
||||
# use WOL (0, 1).
|
||||
#
|
||||
|
|
@ -113,8 +113,8 @@
|
|||
#wolhost=192.168.1.37
|
||||
#wolport=80
|
||||
|
||||
# ### NZBGET POST-PROCESSING SCRIPT ###
|
||||
# ##############################################################################
|
||||
### NZBGET POST-PROCESSING SCRIPT ###
|
||||
##############################################################################
|
||||
|
||||
import sys
|
||||
import nzbToMedia
|
||||
|
|
|
|||
|
|
@ -1,8 +1,8 @@
|
|||
#!/usr/bin/env python2
|
||||
# coding=utf-8
|
||||
|
||||
# ##############################################################################
|
||||
# ### NZBGET POST-PROCESSING SCRIPT ###
|
||||
#
|
||||
##############################################################################
|
||||
### NZBGET POST-PROCESSING SCRIPT ###
|
||||
|
||||
# Post-Process to NzbDrone.
|
||||
#
|
||||
|
|
@ -10,10 +10,10 @@
|
|||
#
|
||||
# NOTE: This script requires Python to be installed on your system.
|
||||
|
||||
# ##############################################################################
|
||||
# ### OPTIONS ###
|
||||
##############################################################################
|
||||
### OPTIONS ###
|
||||
|
||||
# ## General
|
||||
## General
|
||||
|
||||
# Auto Update nzbToMedia (0, 1).
|
||||
#
|
||||
|
|
@ -30,7 +30,7 @@
|
|||
# Enable/Disable a safety check to ensure we don't process all downloads in the default_downloadDirectory by mistake.
|
||||
#safe_mode=1
|
||||
|
||||
# ## NzbDrone
|
||||
## NzbDrone
|
||||
|
||||
# NzbDrone script category.
|
||||
#
|
||||
|
|
@ -73,7 +73,7 @@
|
|||
# Enable to replace local path with the path as per the mountPoints below.
|
||||
#ndremote_path=0
|
||||
|
||||
# ## Network
|
||||
## Network
|
||||
|
||||
# Network Mount Points (Needed for remote path above)
|
||||
#
|
||||
|
|
@ -81,14 +81,14 @@
|
|||
# e.g. mountPoints=/volume1/Public/,E:\|/volume2/share/,\\NAS\
|
||||
#mountPoints=
|
||||
|
||||
# ## Extensions
|
||||
## Extensions
|
||||
|
||||
# Media Extensions
|
||||
#
|
||||
# This is a list of media extensions that are used to verify that the download does contain valid media.
|
||||
#mediaExtensions=.mkv,.avi,.divx,.xvid,.mov,.wmv,.mp4,.mpg,.mpeg,.vob,.iso,.ts
|
||||
|
||||
# ## Posix
|
||||
## Posix
|
||||
|
||||
# Niceness for external tasks Extractor and Transcoder.
|
||||
#
|
||||
|
|
@ -105,7 +105,7 @@
|
|||
# Set the ionice scheduling class data. This defines the class data, if the class accepts an argument. For real time and best-effort, 0-7 is valid data.
|
||||
#ionice_classdata=4
|
||||
|
||||
# ## Transcoder
|
||||
## Transcoder
|
||||
|
||||
# getSubs (0, 1).
|
||||
#
|
||||
|
|
@ -124,7 +124,7 @@
|
|||
|
||||
# create a duplicate, or replace the original (0, 1).
|
||||
#
|
||||
# set to 1 to create a new file or 0 to replace the original
|
||||
# set to 1 to cretae a new file or 0 to replace the original
|
||||
#duplicate=1
|
||||
|
||||
# ignore extensions.
|
||||
|
|
@ -159,12 +159,12 @@
|
|||
|
||||
# allSubLanguages (0,1).
|
||||
#
|
||||
# allSubLanguages. 1 will keep all existing sub languages. 0 will discard those not in your list above.
|
||||
# allSubLanguages. 1 will keep all exisiting sub languages. 0 will discare those not in your list above.
|
||||
#allSubLanguages = 0
|
||||
|
||||
# embedSubs (0,1).
|
||||
#
|
||||
# embedSubs. 1 will embed external sub/srt subs into your video if this is supported.
|
||||
# embedSubs. 1 will embded external sub/srt subs into your video if this is supported.
|
||||
#embedSubs = 1
|
||||
|
||||
# burnInSubtitle (0,1).
|
||||
|
|
@ -212,7 +212,7 @@
|
|||
#outputAudioOtherBitrate = 128k
|
||||
#outputSubtitleCodec =
|
||||
|
||||
# ## WakeOnLan
|
||||
## WakeOnLan
|
||||
|
||||
# use WOL (0, 1).
|
||||
#
|
||||
|
|
@ -228,8 +228,8 @@
|
|||
#wolhost=192.168.1.37
|
||||
#wolport=80
|
||||
|
||||
# ### NZBGET POST-PROCESSING SCRIPT ###
|
||||
# ##############################################################################
|
||||
### NZBGET POST-PROCESSING SCRIPT ###
|
||||
##############################################################################
|
||||
|
||||
import sys
|
||||
import nzbToMedia
|
||||
|
|
|
|||
|
|
@ -1,8 +1,8 @@
|
|||
#!/usr/bin/env python2
|
||||
# coding=utf-8
|
||||
|
||||
# ##############################################################################
|
||||
# ### NZBGET POST-PROCESSING SCRIPT ###
|
||||
#
|
||||
##############################################################################
|
||||
### NZBGET POST-PROCESSING SCRIPT ###
|
||||
|
||||
# Post-Process to SickBeard.
|
||||
#
|
||||
|
|
@ -10,10 +10,10 @@
|
|||
#
|
||||
# NOTE: This script requires Python to be installed on your system.
|
||||
|
||||
# ##############################################################################
|
||||
# ### OPTIONS ###
|
||||
##############################################################################
|
||||
### OPTIONS ###
|
||||
|
||||
# ## General
|
||||
## General
|
||||
|
||||
# Auto Update nzbToMedia (0, 1).
|
||||
#
|
||||
|
|
@ -30,7 +30,7 @@
|
|||
# Enable/Disable a safety check to ensure we don't process all downloads in the default_downloadDirectory by mistake.
|
||||
#safe_mode=1
|
||||
|
||||
# ## SickBeard
|
||||
## SickBeard
|
||||
|
||||
# SickBeard script category.
|
||||
#
|
||||
|
|
@ -86,7 +86,7 @@
|
|||
# Enable to replace local path with the path as per the mountPoints below.
|
||||
#sbremote_path=0
|
||||
|
||||
# ## Network
|
||||
## Network
|
||||
|
||||
# Network Mount Points (Needed for remote path above)
|
||||
#
|
||||
|
|
@ -94,14 +94,14 @@
|
|||
# e.g. mountPoints=/volume1/Public/,E:\|/volume2/share/,\\NAS\
|
||||
#mountPoints=
|
||||
|
||||
# ## Extensions
|
||||
## Extensions
|
||||
|
||||
# Media Extensions
|
||||
#
|
||||
# This is a list of media extensions that are used to verify that the download does contain valid media.
|
||||
#mediaExtensions=.mkv,.avi,.divx,.xvid,.mov,.wmv,.mp4,.mpg,.mpeg,.vob,.iso,.ts
|
||||
|
||||
# ## Posix
|
||||
## Posix
|
||||
|
||||
# Niceness for external tasks Extractor and Transcoder.
|
||||
#
|
||||
|
|
@ -118,7 +118,7 @@
|
|||
# Set the ionice scheduling class data. This defines the class data, if the class accepts an argument. For real time and best-effort, 0-7 is valid data.
|
||||
#ionice_classdata=4
|
||||
|
||||
# ## Transcoder
|
||||
## Transcoder
|
||||
|
||||
# getSubs (0, 1).
|
||||
#
|
||||
|
|
@ -137,7 +137,7 @@
|
|||
|
||||
# create a duplicate, or replace the original (0, 1).
|
||||
#
|
||||
# set to 1 to create a new file or 0 to replace the original
|
||||
# set to 1 to cretae a new file or 0 to replace the original
|
||||
#duplicate=1
|
||||
|
||||
# ignore extensions.
|
||||
|
|
@ -172,12 +172,12 @@
|
|||
|
||||
# allSubLanguages (0,1).
|
||||
#
|
||||
# allSubLanguages. 1 will keep all existing sub languages. 0 will discard those not in your list above.
|
||||
# allSubLanguages. 1 will keep all exisiting sub languages. 0 will discare those not in your list above.
|
||||
#allSubLanguages=0
|
||||
|
||||
# embedSubs (0,1).
|
||||
#
|
||||
# embedSubs. 1 will embed external sub/srt subs into your video if this is supported.
|
||||
# embedSubs. 1 will embded external sub/srt subs into your video if this is supported.
|
||||
#embedSubs=1
|
||||
|
||||
# burnInSubtitle (0,1).
|
||||
|
|
@ -228,7 +228,7 @@
|
|||
#outputAudioOtherBitrate=128k
|
||||
#outputSubtitleCodec=
|
||||
|
||||
# ## WakeOnLan
|
||||
## WakeOnLan
|
||||
|
||||
# use WOL (0, 1).
|
||||
#
|
||||
|
|
@ -244,8 +244,8 @@
|
|||
#wolhost=192.168.1.37
|
||||
#wolport=80
|
||||
|
||||
# ### NZBGET POST-PROCESSING SCRIPT ###
|
||||
# ##############################################################################
|
||||
### NZBGET POST-PROCESSING SCRIPT ###
|
||||
##############################################################################
|
||||
|
||||
import sys
|
||||
import nzbToMedia
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue