mirror of
https://github.com/clinton-hall/nzbToMedia.git
synced 2025-08-21 05:43:16 -07:00
add transcoder and delete options
This commit is contained in:
parent
e6a44e5153
commit
3704eaeeb3
1 changed files with 8 additions and 0 deletions
|
@ -88,10 +88,18 @@ uTorrentWEBui = http://localhost:8090/gui/
|
||||||
uTorrentUSR = your username
|
uTorrentUSR = your username
|
||||||
uTorrentPWD = your password
|
uTorrentPWD = your password
|
||||||
###### ADVANCED USE - ONLY EDIT IF YOU KNOW WHAT YOU'RE DOING ######
|
###### ADVANCED USE - ONLY EDIT IF YOU KNOW WHAT YOU'RE DOING ######
|
||||||
|
deleteOriginal = 0
|
||||||
compressedExtensions = .zip,.rar,.7z,.gz,.bz,.tar,.arj
|
compressedExtensions = .zip,.rar,.7z,.gz,.bz,.tar,.arj
|
||||||
mediaExtensions = .mkv,.avi,.divx,.xvid,.mov,.wmv,.mp4,.mpg,.mpeg,.vob,.iso
|
mediaExtensions = .mkv,.avi,.divx,.xvid,.mov,.wmv,.mp4,.mpg,.mpeg,.vob,.iso
|
||||||
metaExtensions = .nfo,.sub,.srt,.jpg,.gif
|
metaExtensions = .nfo,.sub,.srt,.jpg,.gif
|
||||||
|
|
||||||
|
[Transcoder]
|
||||||
|
transcode = 0
|
||||||
|
###### duplicate =1 will cretae a new file. =0 will replace the original
|
||||||
|
duplicate = 1
|
||||||
|
videoCodec =
|
||||||
|
audioCodec =
|
||||||
|
|
||||||
# Logging configuration
|
# Logging configuration
|
||||||
[loggers]
|
[loggers]
|
||||||
keys = root
|
keys = root
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue