clinton-hall / nzbToMedia

Provides NZB and Torrent postprocessing To CouchPotatoServer, SickBeard/SickRage, HeadPhones, Mylar and Gamez
GNU General Public License v3.0
671 stars 176 forks source link

Login to Sickrage fails due to new sickrage login page #635

Closed lbjb closed 9 years ago

lbjb commented 9 years ago

Sickrage dev branch introduced a new login html page in a recent commit.

This causes nzbToSickrage to error out when attempting to log in:

[10:47:23] [ERROR]::MAIN: A problem was reported in the nzbToSickBeard.py script. SickBeard: Failed to post-process - Returned log from SickBeard was not as expected.!

clinton-hall commented 9 years ago

thanks for the report... I'll try and fix this soon.

for completeness, can you post more of the log so I can see which call this specifically impacts?

clinton-hall commented 9 years ago

This should now work with nightly branch... I am still waiting for a download, so please report back if this works for you or if you have any issues.

clinton-hall commented 9 years ago

download complete... working for me.

tchirou commented 9 years ago

Win8.1, git, python 2.7.6 and pywin 218 here Nightly build

When the script is launched, my autoprocessmedia.cfg is replacedwith a new one without keeping the category tags and the port and the api keys so the script failed with the folllowing : Category:[series] is not defined or is not enabled. http://pastebin.com/w1dTpxLY

I tried with update notifications and automatic updates disabled but it is the same.

EDIT : I downloaded a brand new autoprocessmedia.cfg from the nightly zip and fill in the blanks. Now it works so problem fixed for me now.

jonaskp commented 9 years ago

I have the same issue as tchirou experienced. Everytime a download finishes and the script is run, it renames my autoprocessmedia.cfg to autoprocessmedia.cfg.old, and replaces it with another autoprocessmedia.cfg where the details for either Sickbeard go Couchpotato (depending on if its a movie or tv-show) are restored to default values.

This then results in the script failing to connect to Sickbeard go Couchpotato, which means the Post-processing fails.

I have tried both master and nightly build, and tried downloading only the autoprocessmedia.cfg as tchirou did, but nothing works, and I can't figure out why it does this. The logs show nothing at all regarding the renaming of the file.

tchirou commented 9 years ago

When you say you tried all the builds, did you git pulled them or use the zip ? Try starting from scratch with the nightly using both methods

Le 11 déc. 2014 à 19:26, jonaskp notifications@github.com a écrit :

I have the same issue as tchirou experienced. Everytime a download finishes and the script is run, it renames my autoprocessmedia.cfg to autoprocessmedia.cfg.old, and replaces it with another autoprocessmedia.cfg where the details for either Sickbeard go Couchpotato (depending on if its a movie or tv-show) are restored to default values.

This then results in the script failing to connect to Sickbeard go Couchpotato, which means the Post-processing fails.

I have tried both master and nightly build, and tried downloading only the autoprocessmedia.cfg as tchirou did, but nothing works, and I can't figure out why it does this. The logs show nothing at all regarding the renaming of the file.

— Reply to this email directly or view it on GitHub https://github.com/clinton-hall/nzbToMedia/issues/635#issuecomment-66664386 .

clinton-hall commented 9 years ago

Very strange. This functionality has been the same for a long time now and has been tested to work.

One thing to be mindful of... When you make a new clone (download a new zip) you need to copy the autoProcessMedia.cfg.spec to autoProcessMedia.cfg (don't just rename the .spec) then you edit the .cfg as appropriate.

Each time the script runs, it does a migrate to load all NEW parameters from the .spec (in case there have been updates). But all Config in the .cfg should be kept. The original .cfg is renamed to .cfg.old and a new.cfg is saved with all old settings in addition to any new (default) settings...

tchirou commented 9 years ago

I think this is exactly what happened to me. I renamed the spec and it did not work. Then I copied the spec from the zip so it must have been considered like a new file and not like a renamed spec so that is why it worked

Maybe you should put an emphasis on this in the wiki as we all are used to reading like we knew already everything beforehand :D

Le 11 déc. 2014 à 21:35, Clinton Hall notifications@github.com a écrit :

Very strange. This functionality has been the same for a long time now and has been tested to work.

One thing to be mindful of... When you make a new clone (download a new zip) you need to copy the autoProcessMedia.cfg.spec to autoProcessMedia.cfg (don't just rename the .spec) then you edit the .cfg as appropriate.

Each time the script runs, it does a migrate to load all NEW parameters from the .spec (in case there have been updates). But all Config in the .cfg should be kept. The original .cfg is renamed to .cfg.old and a new.cfg is saved with all old settings in addition to any new (default) settings...

— Reply to this email directly or view it on GitHub https://github.com/clinton-hall/nzbToMedia/issues/635#issuecomment-66684104 .

clinton-hall commented 9 years ago

Fair point, it is stated, but not emphasised, in the wiki...

My wiki is "open" so if you find anything that is not clear, please feel free to edit it to make it more obvious... When I look at stuff it makes sense, but as I wrote most of this, I'm clearly biased :)

jonaskp commented 9 years ago

I've tried both things: renaming the .spec and copying it to a new file (which I usually do) and no matter what I do, the migration overwrites my CouchPotato settings, and resets them to the default settings.

I have no idea why it is happening, since it seems no one else has this problem. Is there something I can provide in order to shed some light on it?

tchirou commented 9 years ago

Will do :)

As a side note, I would have a question for you about couchpotato and setting up a specific category. Where and what is the best way to talk to you about it ? Some irc channel ? Ruudburger Couchpotato GitHub issues ? Forum ?

Le 11 déc. 2014 à 22:05, Clinton Hall notifications@github.com a écrit :

Fair point, it is stated, but not emphasised, in the wiki...

My wiki is "open" so if you find anything that is not clear, please feel free to edit it to make it more obvious... When I look at stuff it makes sense, but as I wrote most of this, I'm clearly biased :)

— Reply to this email directly or view it on GitHub https://github.com/clinton-hall/nzbToMedia/issues/635#issuecomment-66688557 .

jonaskp commented 9 years ago

As a last resort I tried editing the .cfg.spec with the login info, so that when it pulled in the "default" values, it would actually be my own settings, but that just messed up the .cfg file. In the new file it didn't write "apikey=" which then again made the script fail.

I have no idea what to do next...

jonaskp commented 9 years ago

Is it possible somehow for me to disable this migration of the .cfg file? I suppose this wouldn't mean to much, as long as I don't update nzbtomedia

clinton-hall commented 9 years ago

@tchirou You can ask here, or on the forums... My email address is also linked to my account here, so you can email me if you prefer.

clinton-hall commented 9 years ago

@jonaskp Can you show the nzbToMedia logs? Can you confirm this is only a problem when nzbToMedia updates?

You can't edit the .spec as that will cause big problems when the updater tries to do a git pull.

Are you using NZBGet, or another downloader? The difference here being NZBGet actually needs the settings to be applied in the web UI.

echel0n commented 9 years ago

Thanks Clint for getting this all fixed up, I didn't even think about how it would effect login when I switched away from basic auth ... the goal is to move towards api commands actually like CP uses for the post-processing so simply a apikey will suffice soon here :)

clinton-hall commented 9 years ago

@echel0n No probs. turned out to be an easy enough change once I figured out how to use request.session.

I hope to get some time over the holidays to look at using Api. I may even make SickRage a separate category (not part of SicBeard)

jonaskp commented 9 years ago

@clinton-hall Here are the logs for NZBtoMedia after I tried a download. This is with NZBGet, but I have also had problems with Sabnzbd

2014-12-14 10:19:28 INFO    ::MAIN: Checking database structure...
2014-12-14 10:19:28 DEBUG   ::MAIN: Checking Initial Schema database upgrade
2014-12-14 10:19:28 DB      ::MAIN: nzbtomedia.db: SELECT 1 FROM sqlite_master WHERE name = ?; with args ('db_version',)
2014-12-14 10:19:28 DB      ::MAIN: nzbtomedia.db: SELECT db_version FROM db_version
2014-12-14 10:19:28 DEBUG   ::MAIN: InitialSchema upgrade not required
2014-12-14 10:19:28 DEBUG   ::MAIN: Checking if we can use git commands: git version
2014-12-14 10:19:28 DEBUG   ::MAIN: Executing git version with your shell in C:\Program Files (x86)\_Download\nzbToMedia
2014-12-14 10:19:28 DEBUG   ::MAIN: git output: 'git' blev ikke genkendt som en intern eller ekstern kommando,
et program eller en batchfil.
2014-12-14 10:19:28 DEBUG   ::MAIN: git version returned : 'git' blev ikke genkendt som en intern eller ekstern kommando,
et program eller en batchfil.
2014-12-14 10:19:28 DEBUG   ::MAIN: Not using: git
2014-12-14 10:19:28 DEBUG   ::MAIN: Unable to find your git executable - Set git_path in your autoProcessMedia.cfg OR delete your .git folder and run from source to enable updates.
2014-12-14 10:19:28 DEBUG   ::MAIN: No git specified, can't use git commands
2014-12-14 10:19:28 INFO    ::MAIN: Checking if git needs an update
2014-12-14 10:19:28 DEBUG   ::MAIN: No git specified, can't use git commands
2014-12-14 10:19:28 ERROR   ::MAIN: Unable to determine installed version via git, please check your logs!
2014-12-14 10:19:28 INFO    ::MAIN: No update needed
2014-12-14 10:19:28 INFO    ::MAIN: nzbToMedia Version:10.7 Branch:master (Windows 7)
2014-12-14 10:19:28 WARNING ::MAIN: Failed to locate ffmpeg.exe. Transcoding disabled!
2014-12-14 10:19:28 WARNING ::MAIN: Install ffmpeg with x264 support to enable this feature  ...
2014-12-14 10:19:28 WARNING ::MAIN: Failed to locate ffprobe.exe. Video corruption detection disabled!
2014-12-14 10:19:28 WARNING ::MAIN: Install ffmpeg with x264 support to enable this feature  ...
2014-12-14 10:19:28 INFO    ::MAIN: #########################################################
2014-12-14 10:19:28 INFO    ::MAIN: ## ..::[nzbToMedia.pyc]::.. ##
2014-12-14 10:19:28 INFO    ::MAIN: #########################################################
2014-12-14 10:19:28 DEBUG   ::MAIN: Options passed into nzbToMedia: ['C:\\Program Files (x86)\\_Download\\nzbToMedia\\nzbToCouchPotato.py', '*']
2014-12-14 10:19:28 INFO    ::MAIN: Script triggered from NZBGet Version 14.1.
2014-12-14 10:19:28 DEBUG   ::MAIN: Adding NZB download info for directory C:\Users\Server\Downloads\NZBGET\complete\movie\How.To.Train.Your.Dragon.2010.DVDRip.XviD-aXXo.cp(tt0892769) to database
2014-12-14 10:19:28 DB      ::MAIN: nzbtomedia.db: UPDATE downloads SET status = ?, client_agent = ?, last_update = ?, input_id = ?, input_hash = ?, input_name = ? WHERE input_directory = ? with args [0, u'nzbget', 735581, u'723b43ac640b222cde27ea0b24b8776e', u'723b43ac640b222cde27ea0b24b8776e', u'How.To.Train.Your.Dragon.2010.DVDRip.XviD-aXXo.cp(tt0892769)', u'C:\\Users\\Server\\Downloads\\NZBGET\\complete\\movie\\How.To.Train.Your.Dragon.2010.DVDRip.XviD-aXXo.cp(tt0892769)']
2014-12-14 10:19:28 DB      ::MAIN: nzbtomedia.db: INSERT OR IGNORE INTO downloads (status, client_agent, last_update, input_id, input_hash, input_name, input_directory) VALUES (?, ?, ?, ?, ?, ?, ?) with args [0, u'nzbget', 735581, u'723b43ac640b222cde27ea0b24b8776e', u'723b43ac640b222cde27ea0b24b8776e', u'How.To.Train.Your.Dragon.2010.DVDRip.XviD-aXXo.cp(tt0892769)', u'C:\\Users\\Server\\Downloads\\NZBGET\\complete\\movie\\How.To.Train.Your.Dragon.2010.DVDRip.XviD-aXXo.cp(tt0892769)']
2014-12-14 10:19:28 INFO    ::MAIN: Auto-detected SECTION:CouchPotato
2014-12-14 10:19:28 DEBUG   ::MAIN: Checking for archives to extract in directory: C:\Users\Server\Downloads\NZBGET\complete\movie\How.To.Train.Your.Dragon.2010.DVDRip.XviD-aXXo.cp(tt0892769)
2014-12-14 10:19:28 INFO    ::MAIN: Calling CouchPotato:movie to post-process:How.To.Train.Your.Dragon.2010.DVDRip.XviD-aXXo.cp(tt0892769)
2014-12-14 10:19:30 ERROR   ::COUCHPOTATO: Server did not respond. Exiting
2014-12-14 10:19:30 ERROR   ::MAIN: A problem was reported in the C:\Program Files (x86)\_Download\nzbToMedia\nzbToCouchPotato.py script.

Below are my config files (.cfg). I edited out the parts that didn't have to do with CouchPotato or usenet. I can put up the full files if you'd like.

I noticed that it changes almost all of the settings in couchpotato and resets them to the ones from the .cfg.spec, but it keeps "Enabled = 1" even though in the .cfg.spec it is set to "= 0". Also, under "[NZB]" the "Default directory" (the last setting) is blank in my original .cfg, but in the new .cfg has been changed to something entirely different. The path in the new .cfg is something that I have had written there a lot earlier, and I have since done a complete reinstall of NZBtoMedia. I don't understand where it gets that path from. [edit]I just realized that the path that is put into the new .cfg file is the correct path that I am currently using in NZBget for my completed downloads.

I hope this can be of some help. Other than that, would it be possible for me to disable the migration of the .nzb files on my setup? It only affects me if I update the script, and I could just stop doing that for a while. This is just in case we don't find the solution for this, since I really would like to get this working again.

And thanks for taking a look at it. If you need anything else, just say the word.

This is my original .cfg:

# nzbToMedia Configuration
# For more information, visit https://github.com/clinton-hall/nzbToMedia/wiki

[General]
    # Enable/Disable update notifications
    version_notify = 1
    # Enable/Disable automatic updates
    auto_update = 0
    # Set to the full path to the git executable
    git_path = ""
    # GitHUB user for repo
    git_user = ""
    # GitHUB branch for repo
    git_branch = ""
    # Enable/Disable forceful cleaning of leftover files following postprocess 
    force_clean = 0
    # Enable/Disable logging debug messages to nzbtomedia.log
    log_debug = 1
    # Enable/Disable logging database messages to nzbtomedia.log
    log_db = 1
    # Enable/Disable logging environment variables to debug nzbtomedia.log (helpful to track down errors calling external tools.)
    log_env = 1
    # Enable/Disable logging git output to debug nzbtomedia.log (helpful to track down update failures.)
    log_git = 1
    # Set to the directory where your ffmpeg/ffprobe executables are located
    ffmpeg_path = ""
    # Enable/Disable media file checking using ffprobe.
    check_media = 1
    # Enable/Disable a safety check to ensure we don't process all downloads in the default_downloadDirectories by mistake.
    safe_mode = 1

[Posix]
    ### Process priority setting for External commands (Extractor and Transcoder) on Posix (Unix/Linux/OSX) systems.
    # Set the Niceness value for the nice command. These range from -20 (most favorable to the process) to 19 (least favorable to the process).
    niceness = 10
    # Set the ionice scheduling class. 0 for none, 1 for real time, 2 for best-effort, 3 for idle.
    ionice_class = 2
    # 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

[CouchPotato]
    #### autoProcessing for Movies
    #### movie - category that gets called for post-processing with CPS
    [[movie]]
        enabled = 1
        apikey = dfe47f825d6c4395a74890fab3bd114a
        host = localhost
        port = 8082
        ###### ADVANCED USE - ONLY EDIT IF YOU KNOW WHAT YOU'RE DOING ######
        ssl = 0
        web_root = ""
        # Enable/Disable linking for Torrents
        Torrent_NoLink = 0
        method = renamer
        delete_failed = 0
        wait_for = 2
        extract = 1
        # Set this to minimum required size to consider a media file valid (in MB)
        minSize = 0
        # Enable/Disable deleteing ignored files (samples and invalid media files)
        delete_ignored = 0
        ##### Enable if Couchpotato is on a remote server for this category
        remote_path = 0
        ##### Set to path where download client places completed downloads locally for this category
        watch_dir = ""

[Network]
    # Enter Mount points as LocalPath,RemotePath and separate each pair with '|'
    # e.g. MountPoints = /volume1/Public/,E:\|/volume2/share/,\\NAS\
    mount_points = ""

[Nzb]
    ###### clientAgent - Supported clients: sabnzbd, nzbget
    clientAgent = nzbget
    ###### SabNZBD (You must edit this if your using nzbToMedia.py with SabNZBD)
    sabnzbd_host = localhost
    sabnzbd_port = 8080
    sabnzbd_apikey = 50518d26ebbdb589b353ebe9137e74e7
    ###### Enter the default path to your default download directory (non-category downloads). this directory is protected by safe_mode.
    default_downloadDirectory = ""

[Extensions]
    compressedExtensions = .zip, .rar, .7z, .gz, .bz, .tar, .arj, .1, .01, .001
    mediaExtensions = ".mkv,.avi,.divx,.xvid,.mov,.wmv,.mp4,.mpg,.mpeg,.vob,.iso"
    audioExtensions = .mp3, .aac, .ogg, .ape, .m4a, .asf, .wma, .flac
    metaExtensions = .nfo, .sub, .srt, .jpg, .gif

[Transcoder]
    # getsubs. enable to download subtitles.
    getSubs = 0
    # subLanguages. create a list of languages in the order you want them in your subtitles. 
    subLanguages = "eng,spa,fra"
    # transcode. enable to use transcoder
    transcode = 0
    ###### duplicate =1 will cretae a new file. =0 will replace the original
    duplicate = 1
    # concat. joins cd1 cd2 etc into a single video.
    concat = 1
    ignoreExtensions = ".avi,.mkv"
    # outputFastStart. 1 will use -movflags + faststart. 0 will disable this from being used.
    outputFastStart = 0
    # outputQualityPercent. used as -q:a value. 0 will disable this from being used.
    outputQualityPercent = ""
    # outputVideoPath. Set path you want transcoded videos moved to. Leave blank to disable.
    outputVideoPath = ""
    # processOutput. 1 will send the outputVideoPath to SickBeard/CouchPotato. 0 will send original files.
    processOutput = 0
    # audioLanguage. set the 3 letter language code you want as your primary audio track.
    audioLanguage = eng
    # allAudioLanguages. 1 will keep all audio tracks (uses AudioCodec3) where available.
    allAudioLanguages = 0
    # allSubLanguages. 1 will keep all exisiting sub languages. 0 will discare those not in your list above.
    allSubLanguages = 0
    # embedSubs. 1 will embded external sub/srt subs into your video if this is supported.
    embedSubs = 1
    # burnInSubtitle. burns the default sub language into your video (needed for players that don't support subs)
    burnInSubtitle = 0
    # extractSubs. 1 will extract subs from the video file and save these as external srt files.
    extractSubs = 0
    # externalSubDir. set the directory where subs should be saved (if not the same directory as the video)
    externalSubDir = ""
    # hwAccel. 1 will set ffmpeg to enable hardware acceleration (this requires a recent ffmpeg)
    hwAccel = 0
    # generalOptions. Enter your additional ffmpeg options here with commas to separate each option/value (i.e replace spaces with commas).
    generalOptions = ""
    # outputDefault. Loads default configs for the selected device. The remaining options below are ignored.
    # If you want to use your own profile, leave this blank and set the remaining options below.
    # outputDefault profiles allowed: iPad, iPad-1080p, iPad-720p, Apple-TV2, iPod, iPhone, PS3, xbox, Roku-1080p, Roku-720p, Roku-480p, mkv, mp4-scene-release
    outputDefault = None
    #### Define custom settings below.
    outputVideoExtension = .mp4
    outputVideoCodec = libx264
    VideoCodecAllow = ""
    outputVideoPreset = medium
    outputVideoResolution = 1920:1080
    outputVideoFramerate = 24
    outputVideoBitrate = 800k
    outputVideoCRF = 19
    outputVideoLevel = 3.1
    outputAudioCodec = ac3
    AudioCodecAllow = ""
    outputAudioChannels = 6
    outputAudioBitrate = 640k
    outputAudioTrack2Codec = libfaac
    AudioCodec2Allow = ""
    outputAudioTrack2Channels = 2
    outputAudioTrack2Bitrate = 160k
    outputAudioOtherCodec = libmp3lame
    AudioOtherCodecAllow = ""
    outputAudioOtherChannels = 2
    outputAudioOtherBitrate = 128k
    outputSubtitleCodec = ""

[WakeOnLan]
    ###### set wake = 1 to send WOL broadcast to the mac and test the server (e.g. xbmc) the host and port specified.
    wake = 0
    host = 192.168.1.37
    port = 80
    mac = 00:01:2e:2D:64:e1

[UserScript]
    #Use user_script for uncategorized downloads
    #Set the categories to use external script.
    #Use "UNCAT" to process non-category downloads, and "ALL" for all defined categories.
    [[UNCAT]]
        #Enable/Disable this subsection category
        enabled = 0
        Torrent_NoLink = 0
        extract = 1
        #Enable if you are sending commands to a remote server for this category
        remote_path = 0
        #What extension do you want to process? Specify all the extension, or use "ALL" to process all files.
        user_script_mediaExtensions = .mkv, .avi, .divx, .xvid, .mov, .wmv, .mp4, .mpg, .mpeg
        #Specify the path to your custom script. Use "None" if you wish to link this category, but NOT run any external script.
        user_script_path = /nzbToMedia/userscripts/script.sh
        #Specify the argument(s) passed to script, comma separated in order.
        #for example FP,FN,DN, TN, TL for file path (absolute file name with path), file name, absolute directory name (with path), Torrent Name, Torrent Label/Category.
        #So the result is /media/test/script/script.sh FP FN DN TN TL. Add other arguments as needed eg -f, -r
        user_script_param = FN
        #Set user_script_runOnce = 0 to run for each file, or 1 to only run once (presumably on teh entire directory).
        user_script_runOnce = 0
        #Specify the successcodes returned by the user script as a comma separated list. Linux default is 0
        user_script_successCodes = 0
        #Clean after? Note that delay function is used to prevent possible mistake :) Delay is intended as seconds
        user_script_clean = 1
        delay = 120
        #Unique path (directory) created for every download. set 0 to disable.
        unique_path = 1
        ##### Set to path where download client places completed downloads locally for this category
        watch_dir = ""

[ASCII]
    #Set convert =1 if you want to convert any "foreign" characters to ASCII (UTF8) before passing to SB/CP etc. Default is disabled (0).
    convert = 0

[passwords]
    # enter the full path to a text file containing passwords to be used for extraction attempts.
    # In the passwords file, every password should be on a new line
    PassWordFile = ""

[Custom]
    # enter a list (comma separated) of Group Tags you want removed from filenames to help with subtitle matching.
    # e.g remove_group = [rarbag],-NZBgeek
    # be careful if your "group" is a common "real" word. Please report if you have any group replacments that would fall in this category.
    remove_group = ""

And this is the new .cfg:

# nzbToMedia Configuration
# For more information, visit https://github.com/clinton-hall/nzbToMedia/wiki

[General]
    # Enable/Disable update notifications
    version_notify = 1
    # Enable/Disable automatic updates
    auto_update = 0
    # Set to the full path to the git executable
    git_path = ""
    # GitHUB user for repo
    git_user = ""
    # GitHUB branch for repo
    git_branch = ""
    # Enable/Disable forceful cleaning of leftover files following postprocess 
    force_clean = 0
    # Enable/Disable logging debug messages to nzbtomedia.log
    log_debug = 1
    # Enable/Disable logging database messages to nzbtomedia.log
    log_db = 1
    # Enable/Disable logging environment variables to debug nzbtomedia.log (helpful to track down errors calling external tools.)
    log_env = 1
    # Enable/Disable logging git output to debug nzbtomedia.log (helpful to track down update failures.)
    log_git = 1
    # Set to the directory where your ffmpeg/ffprobe executables are located
    ffmpeg_path = ""
    # Enable/Disable media file checking using ffprobe.
    check_media = 1
    # Enable/Disable a safety check to ensure we don't process all downloads in the default_downloadDirectories by mistake.
    safe_mode = 1

[Posix]
    ### Process priority setting for External commands (Extractor and Transcoder) on Posix (Unix/Linux/OSX) systems.
    # Set the Niceness value for the nice command. These range from -20 (most favorable to the process) to 19 (least favorable to the process).
    niceness = 10
    # Set the ionice scheduling class. 0 for none, 1 for real time, 2 for best-effort, 3 for idle.
    ionice_class = 2
    # 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

[CouchPotato]
    #### autoProcessing for Movies
    #### movie - category that gets called for post-processing with CPS
    [[movie]]
        enabled = 1
        apikey = ""
        host = localhost
        port = 5050
        ###### ADVANCED USE - ONLY EDIT IF YOU KNOW WHAT YOU'RE DOING ######
        ssl = 0
        web_root = ""
        # Enable/Disable linking for Torrents
        Torrent_NoLink = 0
        method = renamer
        delete_failed = 0
        wait_for = 2
        extract = 1
        # Set this to minimum required size to consider a media file valid (in MB)
        minSize = 0
        # Enable/Disable deleteing ignored files (samples and invalid media files)
        delete_ignored = 0
        ##### Enable if Couchpotato is on a remote server for this category
        remote_path = 0
        ##### Set to path where download client places completed downloads locally for this category
        watch_dir = ""

[Network]
    # Enter Mount points as LocalPath,RemotePath and separate each pair with '|'
    # e.g. MountPoints = /volume1/Public/,E:\|/volume2/share/,\\NAS\
    mount_points = ""

[Nzb]
    ###### clientAgent - Supported clients: sabnzbd, nzbget
    clientAgent = nzbget
    ###### SabNZBD (You must edit this if your using nzbToMedia.py with SabNZBD)
    sabnzbd_host = localhost
    sabnzbd_port = 8080
    sabnzbd_apikey = 50518d26ebbdb589b353ebe9137e74e7
    ###### Enter the default path to your default download directory (non-category downloads). this directory is protected by safe_mode.
    default_downloadDirectory = C:\Users\Server\Downloads\NZBGET\complete

[Extensions]
    compressedExtensions = .zip, .rar, .7z, .gz, .bz, .tar, .arj, .1, .01, .001
    mediaExtensions = ".mkv,.avi,.divx,.xvid,.mov,.wmv,.mp4,.mpg,.mpeg,.vob,.iso"
    audioExtensions = .mp3, .aac, .ogg, .ape, .m4a, .asf, .wma, .flac
    metaExtensions = .nfo, .sub, .srt, .jpg, .gif

[Transcoder]
    # getsubs. enable to download subtitles.
    getSubs = 0
    # subLanguages. create a list of languages in the order you want them in your subtitles. 
    subLanguages = "eng,spa,fra"
    # transcode. enable to use transcoder
    transcode = 0
    ###### duplicate =1 will cretae a new file. =0 will replace the original
    duplicate = 1
    # concat. joins cd1 cd2 etc into a single video.
    concat = 1
    ignoreExtensions = ".avi,.mkv"
    # outputFastStart. 1 will use -movflags + faststart. 0 will disable this from being used.
    outputFastStart = 0
    # outputQualityPercent. used as -q:a value. 0 will disable this from being used.
    outputQualityPercent = ""
    # outputVideoPath. Set path you want transcoded videos moved to. Leave blank to disable.
    outputVideoPath = ""
    # processOutput. 1 will send the outputVideoPath to SickBeard/CouchPotato. 0 will send original files.
    processOutput = 0
    # audioLanguage. set the 3 letter language code you want as your primary audio track.
    audioLanguage = eng
    # allAudioLanguages. 1 will keep all audio tracks (uses AudioCodec3) where available.
    allAudioLanguages = 0
    # allSubLanguages. 1 will keep all exisiting sub languages. 0 will discare those not in your list above.
    allSubLanguages = 0
    # embedSubs. 1 will embded external sub/srt subs into your video if this is supported.
    embedSubs = 1
    # burnInSubtitle. burns the default sub language into your video (needed for players that don't support subs)
    burnInSubtitle = 0
    # extractSubs. 1 will extract subs from the video file and save these as external srt files.
    extractSubs = 0
    # externalSubDir. set the directory where subs should be saved (if not the same directory as the video)
    externalSubDir = ""
    # hwAccel. 1 will set ffmpeg to enable hardware acceleration (this requires a recent ffmpeg)
    hwAccel = 0
    # generalOptions. Enter your additional ffmpeg options here with commas to separate each option/value (i.e replace spaces with commas).
    generalOptions = ""
    # outputDefault. Loads default configs for the selected device. The remaining options below are ignored.
    # If you want to use your own profile, leave this blank and set the remaining options below.
    # outputDefault profiles allowed: iPad, iPad-1080p, iPad-720p, Apple-TV2, iPod, iPhone, PS3, xbox, Roku-1080p, Roku-720p, Roku-480p, mkv, mp4-scene-release
    outputDefault = None
    #### Define custom settings below.
    outputVideoExtension = .mp4
    outputVideoCodec = libx264
    VideoCodecAllow = ""
    outputVideoPreset = medium
    outputVideoResolution = 1920:1080
    outputVideoFramerate = 24
    outputVideoBitrate = 800k
    outputVideoCRF = 19
    outputVideoLevel = 3.1
    outputAudioCodec = ac3
    AudioCodecAllow = ""
    outputAudioChannels = 6
    outputAudioBitrate = 640k
    outputAudioTrack2Codec = libfaac
    AudioCodec2Allow = ""
    outputAudioTrack2Channels = 2
    outputAudioTrack2Bitrate = 160k
    outputAudioOtherCodec = libmp3lame
    AudioOtherCodecAllow = ""
    outputAudioOtherChannels = 2
    outputAudioOtherBitrate = 128k
    outputSubtitleCodec = ""

[WakeOnLan]
    ###### set wake = 1 to send WOL broadcast to the mac and test the server (e.g. xbmc) the host and port specified.
    wake = 0
    host = 192.168.1.37
    port = 80
    mac = 00:01:2e:2D:64:e1

[UserScript]
    #Use user_script for uncategorized downloads
    #Set the categories to use external script.
    #Use "UNCAT" to process non-category downloads, and "ALL" for all defined categories.
    [[UNCAT]]
        #Enable/Disable this subsection category
        enabled = 0
        Torrent_NoLink = 0
        extract = 1
        #Enable if you are sending commands to a remote server for this category
        remote_path = 0
        #What extension do you want to process? Specify all the extension, or use "ALL" to process all files.
        user_script_mediaExtensions = .mkv, .avi, .divx, .xvid, .mov, .wmv, .mp4, .mpg, .mpeg
        #Specify the path to your custom script. Use "None" if you wish to link this category, but NOT run any external script.
        user_script_path = /nzbToMedia/userscripts/script.sh
        #Specify the argument(s) passed to script, comma separated in order.
        #for example FP,FN,DN, TN, TL for file path (absolute file name with path), file name, absolute directory name (with path), Torrent Name, Torrent Label/Category.
        #So the result is /media/test/script/script.sh FP FN DN TN TL. Add other arguments as needed eg -f, -r
        user_script_param = FN
        #Set user_script_runOnce = 0 to run for each file, or 1 to only run once (presumably on teh entire directory).
        user_script_runOnce = 0
        #Specify the successcodes returned by the user script as a comma separated list. Linux default is 0
        user_script_successCodes = 0
        #Clean after? Note that delay function is used to prevent possible mistake :) Delay is intended as seconds
        user_script_clean = 1
        delay = 120
        #Unique path (directory) created for every download. set 0 to disable.
        unique_path = 1
        ##### Set to path where download client places completed downloads locally for this category
        watch_dir = ""

[ASCII]
    #Set convert =1 if you want to convert any "foreign" characters to ASCII (UTF8) before passing to SB/CP etc. Default is disabled (0).
    convert = 0

[passwords]
    # enter the full path to a text file containing passwords to be used for extraction attempts.
    # In the passwords file, every password should be on a new line
    PassWordFile = ""

[Custom]
    # enter a list (comma separated) of Group Tags you want removed from filenames to help with subtitle matching.
    # e.g remove_group = [rarbag],-NZBgeek
    # be careful if your "group" is a common "real" word. Please report if you have any group replacments that would fall in this category.
    remove_group = ""
clinton-hall commented 9 years ago

can you post the logs from the nzbtomedia.log (not from NZBGet)? the nzbtomedia.log should contain the full environment variableinformation which will confirm if NZBGet is passing the correct variables.

jonaskp commented 9 years ago

Those were from nzbtomedia, but I removed the first part, because it was extremely long and I didn't know that it would be related. Im sorry for the mistake.

Here are the full logs:

2014-12-14 10:19:27 INFO    ::ENVIRONMENT: NZBOP_NZBTOGAMEZ_PY_WOLWAKE: 0
2014-12-14 10:19:27 INFO    ::ENVIRONMENT: NZBOP_NZBTOSICKBEARD_PY_OUTPUTAUDIOTRACK2CODEC: libfaac
2014-12-14 10:19:27 INFO    ::ENVIRONMENT: NZBOP_NZBTOCOUCHPOTATO.PY:OUTPUTVIDEOCODEC: libx264
2014-12-14 10:19:27 INFO    ::ENVIRONMENT: NZBOP_DOWNLOADRATE: 0
2014-12-14 10:19:27 INFO    ::ENVIRONMENT: NZBOP_NZBTOCOUCHPOTATO_PY_WOLPORT: 80
2014-12-14 10:19:27 INFO    ::ENVIRONMENT: NZBOP_NZBTOSICKBEARD.PY:IGNOREEXTENSIONS: .avi,.mkv
2014-12-14 10:19:27 INFO    ::ENVIRONMENT: NZBOP_NZBTONZBDRONE_PY_HWACCEL: 0
2014-12-14 10:19:27 INFO    ::ENVIRONMENT: NZBOP_EVENTINTERVAL: 0
2014-12-14 10:19:27 INFO    ::ENVIRONMENT: NZBOP_NZBTONZBDRONE_PY_AUDIOCODEC2ALLOW: 
2014-12-14 10:19:27 INFO    ::ENVIRONMENT: NZBOP_NZBTOMEDIA.PY:OUTPUTQUALITYPERCENT: 
2014-12-14 10:19:27 INFO    ::ENVIRONMENT: NZBPO_EMBEDSUBS: 1
2014-12-14 10:19:27 INFO    ::ENVIRONMENT: NZBOP_NZBTOGAMEZ.PY:AUTO_UPDATE: 0
2014-12-14 10:19:27 INFO    ::ENVIRONMENT: NZBOP_NZBTOSICKBEARD.PY:SAFE_MODE: 1
2014-12-14 10:19:27 INFO    ::ENVIRONMENT: NZBOP_NZBTOCOUCHPOTATO_PY_OUTPUTAUDIOOTHERBITRATE: 128k
2014-12-14 10:19:27 INFO    ::ENVIRONMENT: NZBOP_NZBTOMEDIA_PY_WOLMAC: 00:01:2e:2D:64:e1
2014-12-14 10:19:27 INFO    ::ENVIRONMENT: NZBOP_NZBTOMEDIA_PY_OUTPUTQUALITYPERCENT: 
2014-12-14 10:19:27 INFO    ::ENVIRONMENT: NZBOP_NZBTOCOUCHPOTATO.PY:WOLHOST: 192.168.1.37
2014-12-14 10:19:27 INFO    ::ENVIRONMENT: NZBOP_NZBTOMEDIA.PY:NDAPIKEY: 
2014-12-14 10:19:27 INFO    ::ENVIRONMENT: NZBOP_WRITEBUFFER: 1024
2014-12-14 10:19:27 INFO    ::ENVIRONMENT: NZBPO_CPSWEB_ROOT: 
2014-12-14 10:19:27 INFO    ::ENVIRONMENT: NZBPR_NZBTOCOUCHPOTATO.PY:: yes
2014-12-14 10:19:27 INFO    ::ENVIRONMENT: NZBOP_NZBTOSICKBEARD_PY_GETSUBS: 0
2014-12-14 10:19:27 INFO    ::ENVIRONMENT: NZBOP_NZBTOMEDIA_PY_AUDIOCODECALLOW: 
2014-12-14 10:19:27 INFO    ::ENVIRONMENT: NZBOP_NZBTOSICKBEARD.PY:SBPASSWORD: 
2014-12-14 10:19:27 INFO    ::ENVIRONMENT: NZBOP_NZBTOCOUCHPOTATO_PY_TRANSCODE: 0
2014-12-14 10:19:27 INFO    ::ENVIRONMENT: NZBOP_NZBTOCOUCHPOTATO.PY:CPSREMOTE_PATH: 0
2014-12-14 10:19:27 INFO    ::ENVIRONMENT: NZBOP_TERMINATETIMEOUT: 600
2014-12-14 10:19:27 INFO    ::ENVIRONMENT: NZBOP_NZBTOSICKBEARD.PY:PROCESSOUTPUT: 0
2014-12-14 10:19:27 INFO    ::ENVIRONMENT: NZBOP_NZBTOMEDIA_PY_OUTPUTAUDIOCHANNELS: 6
2014-12-14 10:19:27 INFO    ::ENVIRONMENT: NZBOP_NZBTOCOUCHPOTATO.PY:AUTO_UPDATE: 0
2014-12-14 10:19:27 INFO    ::ENVIRONMENT: NZBOP_NZBTOSICKBEARD.PY:AUDIOLANGUAGE: eng
2014-12-14 10:19:27 INFO    ::ENVIRONMENT: NZBOP_NZBTONZBDRONE.PY:HWACCEL: 0
2014-12-14 10:19:27 INFO    ::ENVIRONMENT: NZBOP_SERVER2_GROUP: 0
2014-12-14 10:19:27 INFO    ::ENVIRONMENT: NZBOP_NZBTOMYLAR_PY_IONICE_CLASSDATA: 4
2014-12-14 10:19:27 INFO    ::ENVIRONMENT: NZBOP_NZBTOHEADPHONES.PY:IONICE_CLASS: 2
2014-12-14 10:19:27 INFO    ::ENVIRONMENT: NZBOP_CATEGORY1_DESTDIR: 
2014-12-14 10:19:27 INFO    ::ENVIRONMENT: NZBOP_CATEGORY1_ALIASES: 
2014-12-14 10:19:27 INFO    ::ENVIRONMENT: NZBOP_NZBTOSICKBEARD.PY:SBFORK: auto
2014-12-14 10:19:27 INFO    ::ENVIRONMENT: NZBOP_NZBTOGAMEZ.PY:WOLPORT: 80
2014-12-14 10:19:27 INFO    ::ENVIRONMENT: NZBOP_SERVER2.ACTIVE: yes
2014-12-14 10:19:27 INFO    ::ENVIRONMENT: NZBOP_NZBTONZBDRONE_PY_NDWEB_ROOT: 
2014-12-14 10:19:27 INFO    ::ENVIRONMENT: NZBOP_SERVER2_HOST: newsreader111.eweka.nl
2014-12-14 10:19:27 INFO    ::ENVIRONMENT: NZBOP_NZBTOSICKBEARD_PY_IONICE_CLASSDATA: 4
2014-12-14 10:19:27 INFO    ::ENVIRONMENT: NZBOP_NZBTOMEDIA.PY:AUDIOCODEC2ALLOW: 
2014-12-14 10:19:27 INFO    ::ENVIRONMENT: NZBOP_NZBTOMEDIA.PY:OUTPUTAUDIOOTHERCHANNELS: 2
2014-12-14 10:19:27 INFO    ::ENVIRONMENT: NZBOP_NZBTOSICKBEARD_PY_OUTPUTQUALITYPERCENT: 
2014-12-14 10:19:27 INFO    ::ENVIRONMENT: NZBOP_ARTICLECACHE: 500
2014-12-14 10:19:27 INFO    ::ENVIRONMENT: NZBOP_UNPACKCLEANUPDISK: yes
2014-12-14 10:19:27 INFO    ::ENVIRONMENT: NZBOP_NZBTOMEDIA_PY_SBPROCESS_METHOD: 
2014-12-14 10:19:27 INFO    ::ENVIRONMENT: NZBOP_NZBTONZBDRONE_PY_NDAPIKEY: 
2014-12-14 10:19:27 INFO    ::ENVIRONMENT: NZBPO_CHECK_MEDIA: 1
2014-12-14 10:19:27 INFO    ::ENVIRONMENT: NZBOP_RETRIES: 3
2014-12-14 10:19:27 INFO    ::ENVIRONMENT: NZBOP_QUEUEDIR: C:\Users\Server\Downloads\NZBGET/queue
2014-12-14 10:19:27 INFO    ::ENVIRONMENT: NZBOP_NZBTOSICKBEARD_PY_VIDEOCODECALLOW: 
2014-12-14 10:19:27 INFO    ::ENVIRONMENT: NZBOP_NZBTOCOUCHPOTATO.PY:CHECK_MEDIA: 1
2014-12-14 10:19:27 INFO    ::ENVIRONMENT: NZBOP_NZBTONZBDRONE.PY:NDSSL: 0
2014-12-14 10:19:27 INFO    ::ENVIRONMENT: NZBOP_NZBTOSICKBEARD_PY_SBWEB_ROOT: 
2014-12-14 10:19:27 INFO    ::ENVIRONMENT: NZBOP_NZBTOMEDIA.PY:GZSSL: 0
2014-12-14 10:19:27 INFO    ::ENVIRONMENT: NZBOP_UNPACKPAUSEQUEUE: no
2014-12-14 10:19:27 INFO    ::ENVIRONMENT: NZBOP_NZBTOCOUCHPOTATO_PY_ALLSUBLANGUAGES: 0
2014-12-14 10:19:27 INFO    ::ENVIRONMENT: NZBPO_CPSCATEGORY: movie
2014-12-14 10:19:27 INFO    ::ENVIRONMENT: NZBOP_CATEGORY4_POSTSCRIPT: 
2014-12-14 10:19:27 INFO    ::ENVIRONMENT: NZBOP_NZBTOMEDIA_PY_OUTPUTAUDIOOTHERCODEC: libmp3lame
2014-12-14 10:19:27 INFO    ::ENVIRONMENT: NZBOP_NZBTOCOUCHPOTATO.PY:ALLAUDIOLANGUAGES: 0
2014-12-14 10:19:27 INFO    ::ENVIRONMENT: NZBOP_NZBTOMEDIA.PY:OUTPUTAUDIOTRACK2BITRATE: 160k
2014-12-14 10:19:27 INFO    ::ENVIRONMENT: NZBOP_SCRIPTORDER: 
2014-12-14 10:19:27 INFO    ::ENVIRONMENT: NZBPO_AUDIOLANGUAGE: eng
2014-12-14 10:19:27 INFO    ::ENVIRONMENT: NZBOP_NZBTONZBDRONE_PY_ALLAUDIOLANGUAGES: 0
2014-12-14 10:19:27 INFO    ::ENVIRONMENT: NZBOP_NZBTOMEDIA.PY:SBCATEGORY: tv
2014-12-14 10:19:27 INFO    ::ENVIRONMENT: NZBOP_NZBTOMEDIA.PY:OUTPUTSUBTITLECODEC: 
2014-12-14 10:19:27 INFO    ::ENVIRONMENT: NZBOP_NZBCLEANUPDISK: yes
2014-12-14 10:19:27 INFO    ::ENVIRONMENT: NZBOP_NZBTOCOUCHPOTATO.PY:OUTPUTVIDEOFRAMERATE: 24
2014-12-14 10:19:27 INFO    ::ENVIRONMENT: NZBOP_NZBTOMEDIA_PY_CPSREMOTE_PATH: 0
2014-12-14 10:19:27 INFO    ::ENVIRONMENT: NZBOP_NZBTOSICKBEARD.PY:OUTPUTVIDEOCODEC: libx264
2014-12-14 10:19:27 INFO    ::ENVIRONMENT: NZBPP_NZBID: 1
2014-12-14 10:19:27 INFO    ::ENVIRONMENT: NZBOP_NZBTOCOUCHPOTATO_PY_OUTPUTAUDIOOTHERCHANNELS: 2
2014-12-14 10:19:27 INFO    ::ENVIRONMENT: NZBOP_NZBTOMYLAR.PY:NICENESS: 10
2014-12-14 10:19:27 INFO    ::ENVIRONMENT: NZBPR_NZBTOCOUCHPOTATO_PY_: yes
2014-12-14 10:19:27 INFO    ::ENVIRONMENT: NZBOP_NZBTOMEDIA_PY_HPWEB_ROOT: 
2014-12-14 10:19:27 INFO    ::ENVIRONMENT: NZBOP_NZBTONZBDRONE.PY:OUTPUTVIDEOCODEC: libx264
2014-12-14 10:19:27 INFO    ::ENVIRONMENT: NZBOP_NZBTONZBDRONE.PY:OUTPUTAUDIOTRACK2CODEC: libfaac
2014-12-14 10:19:27 INFO    ::ENVIRONMENT: NZBOP_NZBTOSICKBEARD.PY:OUTPUTAUDIOTRACK2CODEC: libfaac
2014-12-14 10:19:27 INFO    ::ENVIRONMENT: NZBOP_NZBTOMYLAR_PY_SAFE_MODE: 1
2014-12-14 10:19:27 INFO    ::ENVIRONMENT: NZBOP_NZBTOMEDIA_PY_OUTPUTAUDIOTRACK2CODEC: libfaac
2014-12-14 10:19:27 INFO    ::ENVIRONMENT: NZBOP_CATEGORY1_NAME: movie
2014-12-14 10:19:27 INFO    ::ENVIRONMENT: NZBOP_NZBTOMEDIA_PY_AUDIOOTHERCODECALLOW: 
2014-12-14 10:19:27 INFO    ::ENVIRONMENT: NZBOP_SERVER1_GROUP: 0
2014-12-14 10:19:27 INFO    ::ENVIRONMENT: NZBOP_AUTHORIZEDIP: 127.0.0.1
2014-12-14 10:19:27 INFO    ::ENVIRONMENT: NZBOP_NZBTOMYLAR_PY_AUTO_UPDATE: 0
2014-12-14 10:19:27 INFO    ::ENVIRONMENT: PATHEXT: .COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.MSC
2014-12-14 10:19:27 INFO    ::ENVIRONMENT: NZBOP_NZBTONZBDRONE.PY:MOUNTPOINTS: 
2014-12-14 10:19:27 INFO    ::ENVIRONMENT: NZBOP_NZBTOGAMEZ.PY:NICENESS: 10
2014-12-14 10:19:27 INFO    ::ENVIRONMENT: NZBPP_CRITICALHEALTH: 949
2014-12-14 10:19:27 INFO    ::ENVIRONMENT: NZBOP_NZBTOMEDIA_PY_USCATEGORY: mine
2014-12-14 10:19:27 INFO    ::ENVIRONMENT: NZBOP_NZBTOMEDIA_PY_NDWAIT_FOR: 2
2014-12-14 10:19:27 INFO    ::ENVIRONMENT: HOMEPATH: \Users\Server
2014-12-14 10:19:27 INFO    ::ENVIRONMENT: NZBOP_NZBTOSICKBEARD_PY_OUTPUTVIDEOBITRATE: 800k
2014-12-14 10:19:27 INFO    ::ENVIRONMENT: NZBPP_SERVER2_SUCCESSARTICLES: 1916
2014-12-14 10:19:27 INFO    ::ENVIRONMENT: NZBOP_NZBTOMEDIA_PY_ALLAUDIOLANGUAGES: 0
2014-12-14 10:19:27 INFO    ::ENVIRONMENT: NZBOP_NZBTOSICKBEARD.PY:CHECK_MEDIA: 1
2014-12-14 10:19:27 INFO    ::ENVIRONMENT: NZBOP_NZBTOCOUCHPOTATO.PY:CPSHOST: localhost
2014-12-14 10:19:27 INFO    ::ENVIRONMENT: NZBOP_NZBTOCOUCHPOTATO.PY:BURNINSUBTITLE: 0
2014-12-14 10:19:27 INFO    ::ENVIRONMENT: NZBOP_NZBTOCOUCHPOTATO.PY:EMBEDSUBS: 1
2014-12-14 10:19:27 INFO    ::ENVIRONMENT: NZBOP_QUEUESCRIPT: 
2014-12-14 10:19:27 INFO    ::ENVIRONMENT: NZBPO_OUTPUTAUDIOTRACK2CODEC: libfaac
2014-12-14 10:19:27 INFO    ::ENVIRONMENT: NZBOP_SCRIPTPAUSEQUEUE: no
2014-12-14 10:19:27 INFO    ::ENVIRONMENT: NZBOP_OUTPUTMODE: ncurses
2014-12-14 10:19:27 INFO    ::ENVIRONMENT: NZBOP_NZBTOSICKBEARD.PY:OUTPUTFASTSTART: 0
2014-12-14 10:19:27 INFO    ::ENVIRONMENT: NZBOP_NZBTOMYLAR_PY_IONICE_CLASS: 2
2014-12-14 10:19:27 INFO    ::ENVIRONMENT: NZBOP_NZBTOMEDIA_PY_GZCATEGORY: games
2014-12-14 10:19:27 INFO    ::ENVIRONMENT: NZBOP_NZBTOSICKBEARD_PY_SBPORT: 8081
2014-12-14 10:19:27 INFO    ::ENVIRONMENT: NZBOP_NZBTOMEDIA.PY:WOLPORT: 80
2014-12-14 10:19:27 INFO    ::ENVIRONMENT: NZBOP_NZBTONZBDRONE.PY:NDAPIKEY: 
2014-12-14 10:19:27 INFO    ::ENVIRONMENT: NZBOP_TIMECORRECTION: 0
2014-12-14 10:19:27 INFO    ::ENVIRONMENT: NZBOP_ROTATELOG: 7
2014-12-14 10:19:27 INFO    ::ENVIRONMENT: NZBOP_NZBTOCOUCHPOTATO_PY_DUPLICATE: 1
2014-12-14 10:19:27 INFO    ::ENVIRONMENT: NZBPO_MEDIAEXTENSIONS: .mkv,.avi,.divx,.xvid,.mov,.wmv,.mp4,.mpg,.mpeg,.vob,.iso
2014-12-14 10:19:27 INFO    ::ENVIRONMENT: NZBOP_ARTICLETIMEOUT: 60
2014-12-14 10:19:27 INFO    ::ENVIRONMENT: NZBOP_NZBTOMEDIA_PY_OUTPUTDEFAULT: None
2014-12-14 10:19:27 INFO    ::ENVIRONMENT: NZBOP_NZBTOSICKBEARD_PY_TRANSCODE: 0
2014-12-14 10:19:27 INFO    ::ENVIRONMENT: NZBOP_URLFORCE: yes
2014-12-14 10:19:27 INFO    ::ENVIRONMENT: USERPROFILE: C:\Users\Server
2014-12-14 10:19:27 INFO    ::ENVIRONMENT: NZBPO_OUTPUTAUDIOBITRATE: 640k
2014-12-14 10:19:27 INFO    ::ENVIRONMENT: NZBOP_SECUREPORT: 6791
2014-12-14 10:19:27 INFO    ::ENVIRONMENT: NZBOP_NZBTOCOUCHPOTATO.PY:CPSCATEGORY: movie
2014-12-14 10:19:27 INFO    ::ENVIRONMENT: NZBOP_NZBTOSICKBEARD_PY_OUTPUTAUDIOCHANNELS: 6
2014-12-14 10:19:27 INFO    ::ENVIRONMENT: NZBOP_NZBTONZBDRONE_PY_IGNOREEXTENSIONS: .avi,.mkv
2014-12-14 10:19:27 INFO    ::ENVIRONMENT: NZBOP_NZBTOMEDIA_PY_OUTPUTVIDEOPRESET: medium
2014-12-14 10:19:27 INFO    ::ENVIRONMENT: NZBOP_DELETECLEANUPDISK: no
2014-12-14 10:19:27 INFO    ::ENVIRONMENT: NZBOP_CATEGORY3_DESTDIR: 
2014-12-14 10:19:27 INFO    ::ENVIRONMENT: NZBOP_NZBTONZBDRONE.PY:NDDELETE_FAILED: 0
2014-12-14 10:19:27 INFO    ::ENVIRONMENT: NZBOP_NZBTOHEADPHONES_PY_WOLWAKE: 0
2014-12-14 10:19:27 INFO    ::ENVIRONMENT: NZBPO_CPSSSL: 0
2014-12-14 10:19:27 INFO    ::ENVIRONMENT: NZBOP_NZBTOMEDIA.PY:USER_SCRIPT_CLEAN: 1
2014-12-14 10:19:27 INFO    ::ENVIRONMENT: NZBOP_NZBTOMEDIA_PY_GZAPIKEY: 
2014-12-14 10:19:27 INFO    ::ENVIRONMENT: NZBPO_OUTPUTAUDIOCODEC: ac3
2014-12-14 10:19:27 INFO    ::ENVIRONMENT: NZBOP_NZBTOMEDIA_PY_MYSSL: 0
2014-12-14 10:19:27 INFO    ::ENVIRONMENT: NZBOP_NZBTOHEADPHONES.PY:MOUNTPOINTS: 
2014-12-14 10:19:27 INFO    ::ENVIRONMENT: NZBOP_NZBTOMEDIA_PY_HWACCEL: 0
2014-12-14 10:19:27 INFO    ::ENVIRONMENT: NZBOP_NZBTONZBDRONE.PY:NDPORT: 8989
2014-12-14 10:19:27 INFO    ::ENVIRONMENT: NZBOP_NZBTOHEADPHONES.PY:WOLMAC: 00:01:2e:2D:64:e1
2014-12-14 10:19:27 INFO    ::ENVIRONMENT: NZBOP_SERVER1_CONNECTIONS: 8
2014-12-14 10:19:27 INFO    ::ENVIRONMENT: NZBOP_NZBTOSICKBEARD.PY:OUTPUTAUDIOCODEC: ac3
2014-12-14 10:19:27 INFO    ::ENVIRONMENT: NZBOP_NZBTOSICKBEARD.PY:AUTO_UPDATE: 0
2014-12-14 10:19:27 INFO    ::ENVIRONMENT: NZBOP_SEVENZIPCMD: 7z
2014-12-14 10:19:27 INFO    ::ENVIRONMENT: NZBPO_WOLPORT: 80
2014-12-14 10:19:27 INFO    ::ENVIRONMENT: NZBOP_NZBTOCOUCHPOTATO_PY_VIDEOCODECALLOW: 
2014-12-14 10:19:27 INFO    ::ENVIRONMENT: NZBPP_NZBNAME: How.To.Train.Your.Dragon.2010.DVDRip.XviD-aXXo.cp(tt0892769)
2014-12-14 10:19:27 INFO    ::ENVIRONMENT: NZBOP_NZBTOMEDIA_PY_CPSMETHOD: renamer
2014-12-14 10:19:27 INFO    ::ENVIRONMENT: CLIENTNAME: Jonass MacBook 
2014-12-14 10:19:27 INFO    ::ENVIRONMENT: NZBOP_NZBTOGAMEZ_PY_NICENESS: 10
2014-12-14 10:19:27 INFO    ::ENVIRONMENT: PROMPT: $P$G
2014-12-14 10:19:27 INFO    ::ENVIRONMENT: NZBOP_NZBTOSICKBEARD_PY_OUTPUTVIDEOEXTENSION: .mp4
2014-12-14 10:19:27 INFO    ::ENVIRONMENT: NZBOP_NZBTONZBDRONE_PY_CHECK_MEDIA: 1
2014-12-14 10:19:27 INFO    ::ENVIRONMENT: PROGRAMW6432: C:\Program Files
2014-12-14 10:19:27 INFO    ::ENVIRONMENT: USERNAME: Server
2014-12-14 10:19:27 INFO    ::ENVIRONMENT: NZBPO_OUTPUTVIDEOEXTENSION: .mp4
2014-12-14 10:19:27 INFO    ::ENVIRONMENT: NZBOP_NZBTOMEDIA.PY:OUTPUTAUDIOOTHERBITRATE: 128k
2014-12-14 10:19:27 INFO    ::ENVIRONMENT: NZBOP_URLCONNECTIONS: 4
2014-12-14 10:19:27 INFO    ::ENVIRONMENT: NZBOP_NZBTONZBDRONE_PY_OUTPUTAUDIOTRACK2CODEC: libfaac
2014-12-14 10:19:27 INFO    ::ENVIRONMENT: NZBOP_NZBTOMEDIA_PY_EMBEDSUBS: 1
2014-12-14 10:19:27 INFO    ::ENVIRONMENT: NZBPO_OUTPUTAUDIOOTHERCODEC: libmp3lame
2014-12-14 10:19:27 INFO    ::ENVIRONMENT: NZBOP_NZBTOCOUCHPOTATO_PY_AUDIOOTHERCODECALLOW: 
2014-12-14 10:19:27 INFO    ::ENVIRONMENT: NZBOP_NZBTONZBDRONE.PY:BURNINSUBTITLE: 0
2014-12-14 10:19:27 INFO    ::ENVIRONMENT: NZBOP_NZBTOMEDIA_PY_USER_SCRIPT_CLEAN: 1
2014-12-14 10:19:27 INFO    ::ENVIRONMENT: NZBOP_NZBTOMEDIA_PY_USDELAY: 120
2014-12-14 10:19:27 INFO    ::ENVIRONMENT: NZBOP_NZBTONZBDRONE_PY_OUTPUTFASTSTART: 0
2014-12-14 10:19:27 INFO    ::ENVIRONMENT: NZBOP_NZBTOSICKBEARD_PY_IONICE_CLASS: 2
2014-12-14 10:19:27 INFO    ::ENVIRONMENT: NZBOP_SERVER2.GROUP: 0
2014-12-14 10:19:27 INFO    ::ENVIRONMENT: NZBOP_NZBTOCOUCHPOTATO_PY_CHECK_MEDIA: 1
2014-12-14 10:19:27 INFO    ::ENVIRONMENT: NZBOP_NZBTOGAMEZ.PY:GZAPIKEY: 
2014-12-14 10:19:27 INFO    ::ENVIRONMENT: NZBOP_NZBTOMEDIA_PY_MYHOST: localhost
2014-12-14 10:19:27 INFO    ::ENVIRONMENT: NZBOP_NZBTOCOUCHPOTATO.PY:EXTERNALSUBDIR: 
2014-12-14 10:19:27 INFO    ::ENVIRONMENT: NZBOP_SERVER1.ACTIVE: no
2014-12-14 10:19:27 INFO    ::ENVIRONMENT: NZBOP_NZBTOMEDIA.PY:CPSDELETE_FAILED: 0
2014-12-14 10:19:27 INFO    ::ENVIRONMENT: NZBOP_NZBTOMEDIA_PY_GZHOST: localhost
2014-12-14 10:19:27 INFO    ::ENVIRONMENT: NZBOP_NZBDIRINTERVAL: 5
2014-12-14 10:19:27 INFO    ::ENVIRONMENT: NZBOP_NZBTOSICKBEARD_PY_OUTPUTAUDIOTRACK2CHANNELS: 2
2014-12-14 10:19:27 INFO    ::ENVIRONMENT: NZBOP_NZBTOCOUCHPOTATO_PY_OUTPUTQUALITYPERCENT: 
2014-12-14 10:19:27 INFO    ::ENVIRONMENT: NZBOP_NZBTOCOUCHPOTATO.PY:TRANSCODE: 0
2014-12-14 10:19:27 INFO    ::ENVIRONMENT: NZBOP_DAEMONUSERNAME: root
2014-12-14 10:19:27 INFO    ::ENVIRONMENT: NZBOP_NZBTOMYLAR.PY:WOLMAC: 00:01:2e:2D:64:e1
2014-12-14 10:19:27 INFO    ::ENVIRONMENT: PROCESSOR_IDENTIFIER: Intel64 Family 6 Model 42 Stepping 7, GenuineIntel
2014-12-14 10:19:27 INFO    ::ENVIRONMENT: NUMBER_OF_PROCESSORS: 4
2014-12-14 10:19:27 INFO    ::ENVIRONMENT: NZBOP_NZBTOMEDIA.PY:EXTRACTSUBS: 0
2014-12-14 10:19:27 INFO    ::ENVIRONMENT: NZBOP_NZBTOSICKBEARD_PY_OUTPUTAUDIOBITRATE: 640k
2014-12-14 10:19:27 INFO    ::ENVIRONMENT: NZBOP_NZBTOSICKBEARD.PY:SUBLANGUAGES: eng,spa,fra
2014-12-14 10:19:27 INFO    ::ENVIRONMENT: NZBOP_NZBTOCOUCHPOTATO.PY:IGNOREEXTENSIONS: .avi,.mkv
2014-12-14 10:19:27 INFO    ::ENVIRONMENT: NZBOP_NZBTOHEADPHONES_PY_HPSSL: 0
2014-12-14 10:19:27 INFO    ::ENVIRONMENT: NZBOP_CONFIGTEMPLATE: C:\Program Files (x86)\_Download\NZBGet\nzbget.conf.template
2014-12-14 10:19:27 INFO    ::ENVIRONMENT: NZBPO_OUTPUTAUDIOTRACK2BITRATE: 160k
2014-12-14 10:19:27 INFO    ::ENVIRONMENT: NZBOP_NZBTOMEDIA.PY:NDREMOTE_PATH: 0
2014-12-14 10:19:27 INFO    ::ENVIRONMENT: PSMODULEPATH: C:\Windows\system32\WindowsPowerShell\v1.0\Modules\;C:\Program Files (x86)\Microsoft SQL Server\120\Tools\PowerShell\Modules\
2014-12-14 10:19:27 INFO    ::ENVIRONMENT: NZBOP_NZBTOSICKBEARD_PY_BURNINSUBTITLE: 0
2014-12-14 10:19:27 INFO    ::ENVIRONMENT: NZBOP_NZBTOHEADPHONES.PY:HPAPIKEY: 
2014-12-14 10:19:27 INFO    ::ENVIRONMENT: NZBOP_SERVER1.JOINGROUP: no
2014-12-14 10:19:27 INFO    ::ENVIRONMENT: NZBOP_NZBTOMEDIA.PY:OUTPUTVIDEOEXTENSION: .mp4
2014-12-14 10:19:27 INFO    ::ENVIRONMENT: NZBOP_NZBTOSICKBEARD.PY:MEDIAEXTENSIONS: .mkv,.avi,.divx,.xvid,.mov,.wmv,.mp4,.mpg,.mpeg,.vob,.iso
2014-12-14 10:19:27 INFO    ::ENVIRONMENT: NZBOP_SERVER2_PASSWORD: Krohn1797
2014-12-14 10:19:27 INFO    ::ENVIRONMENT: NZBOP_NZBTOMEDIA.PY:DUPLICATE: 1
2014-12-14 10:19:27 INFO    ::ENVIRONMENT: NZBOP_NZBDIR: C:\Users\Server\Downloads\NZBGET/watced_nzb
2014-12-14 10:19:27 INFO    ::ENVIRONMENT: NZBOP_CATEGORY1.DESTDIR: 
2014-12-14 10:19:27 INFO    ::ENVIRONMENT: NZBOP_INTERDIR: C:\Users\Server\Downloads\NZBGET/incomplete
2014-12-14 10:19:27 INFO    ::ENVIRONMENT: NZBOP_NZBTOCOUCHPOTATO.PY:WOLWAKE: 0
2014-12-14 10:19:27 INFO    ::ENVIRONMENT: NZBOP_CATEGORY1.NAME: movie
2014-12-14 10:19:27 INFO    ::ENVIRONMENT: NZBOP_NZBTOCOUCHPOTATO.PY:OUTPUTAUDIOCODEC: ac3
2014-12-14 10:19:27 INFO    ::ENVIRONMENT: NZBOP_CURSESGROUP: no
2014-12-14 10:19:27 INFO    ::ENVIRONMENT: NZBOP_NZBTOHEADPHONES_PY_MOUNTPOINTS: 
2014-12-14 10:19:27 INFO    ::ENVIRONMENT: NZBOP_SERVER1_LEVEL: 0
2014-12-14 10:19:27 INFO    ::ENVIRONMENT: NZBOP_NZBTOCOUCHPOTATO_PY_OUTPUTVIDEOCODEC: libx264
2014-12-14 10:19:27 INFO    ::ENVIRONMENT: NZBOP_NZBTONZBDRONE.PY:WOLMAC: 00:01:2e:2D:64:e1
2014-12-14 10:19:27 INFO    ::ENVIRONMENT: NZBOP_NZBTOCOUCHPOTATO.PY:OUTPUTVIDEOEXTENSION: .mp4
2014-12-14 10:19:27 INFO    ::ENVIRONMENT: NZBOP_NZBTOHEADPHONES.PY:HPREMOTE_PATH: 0
2014-12-14 10:19:27 INFO    ::ENVIRONMENT: NZBOP_NZBTOMEDIA.PY:SBPORT: 8081
2014-12-14 10:19:27 INFO    ::ENVIRONMENT: NZBOP_NZBTONZBDRONE_PY_AUTO_UPDATE: 0
2014-12-14 10:19:27 INFO    ::ENVIRONMENT: NZBOP_NZBTOMYLAR.PY:MYREMOTE_PATH: 0
2014-12-14 10:19:27 INFO    ::ENVIRONMENT: NZBOP_NZBTOSICKBEARD.PY:EMBEDSUBS: 1
2014-12-14 10:19:27 INFO    ::ENVIRONMENT: NZBOP_WEBDIR: C:\Program Files (x86)\_Download\NZBGet\webui
2014-12-14 10:19:27 INFO    ::ENVIRONMENT: NZBOP_NZBTOHEADPHONES_PY_IONICE_CLASS: 2
2014-12-14 10:19:27 INFO    ::ENVIRONMENT: NZBOP_NZBTOMEDIA_PY_AUDIOLANGUAGE: eng
2014-12-14 10:19:27 INFO    ::ENVIRONMENT: NZBOP_NZBTOHEADPHONES_PY_SAFE_MODE: 1
2014-12-14 10:19:27 INFO    ::ENVIRONMENT: NZBOP_NZBTOMYLAR_PY_WOLHOST: 192.168.1.37
2014-12-14 10:19:27 INFO    ::ENVIRONMENT: NZBOP_NZBTOGAMEZ_PY_GZWEB_ROOT: 
2014-12-14 10:19:27 INFO    ::ENVIRONMENT: NZBOP_NZBTOSICKBEARD.PY:SBDELETE_FAILED: 0
2014-12-14 10:19:27 INFO    ::ENVIRONMENT: NZBOP_NZBTOHEADPHONES.PY:SAFE_MODE: 1
2014-12-14 10:19:27 INFO    ::ENVIRONMENT: NZBOP_NZBTOMEDIA_PY_USER_SCRIPT_RUNONCE: 0
2014-12-14 10:19:27 INFO    ::ENVIRONMENT: NZBOP_NZBTOMEDIA.PY:SBHOST: localhost
2014-12-14 10:19:27 INFO    ::ENVIRONMENT: NZBOP_NZBTOMEDIA.PY:AUDIOCODECALLOW: 
2014-12-14 10:19:27 INFO    ::ENVIRONMENT: NZBOP_CONTROLPORT: 6789
2014-12-14 10:19:27 INFO    ::ENVIRONMENT: NZBPO_DUPLICATE: 1
2014-12-14 10:19:27 INFO    ::ENVIRONMENT: NZBOP_NZBTOMEDIA.PY:OUTPUTAUDIOBITRATE: 640k
2014-12-14 10:19:27 INFO    ::ENVIRONMENT: NZBOP_NZBTOCOUCHPOTATO.PY:AUDIOCODEC2ALLOW: 
2014-12-14 10:19:27 INFO    ::ENVIRONMENT: NZBOP_NZBTOMEDIA.PY:MYSSL: 0
2014-12-14 10:19:27 INFO    ::ENVIRONMENT: NZBOP_NZBTOHEADPHONES_PY_WOLPORT: 80
2014-12-14 10:19:27 INFO    ::ENVIRONMENT: NZBOP_NZBTOCOUCHPOTATO.PY:CPSWATCH_DIR: 
2014-12-14 10:19:27 INFO    ::ENVIRONMENT: NZBPP_PARSTATUS: 0
2014-12-14 10:19:27 INFO    ::ENVIRONMENT: NZBOP_NZBTOCOUCHPOTATO_PY_WOLHOST: 192.168.1.37
2014-12-14 10:19:27 INFO    ::ENVIRONMENT: NZBOP_NZBTOMEDIA.PY:MYWEB_ROOT: 
2014-12-14 10:19:27 INFO    ::ENVIRONMENT: NZBOP_NZBTONZBDRONE_PY_OUTPUTDEFAULT: None
2014-12-14 10:19:27 INFO    ::ENVIRONMENT: NZBOP_NZBTONZBDRONE_PY_DUPLICATE: 1
2014-12-14 10:19:27 INFO    ::ENVIRONMENT: NZBPP_HEALTHDELETED: 0
2014-12-14 10:19:27 INFO    ::ENVIRONMENT: NZBPO_CPSWAIT_FOR: 2
2014-12-14 10:19:27 INFO    ::ENVIRONMENT: NZBOP_NZBTOMEDIA.PY:SBFORK: auto
2014-12-14 10:19:27 INFO    ::ENVIRONMENT: NZBOP_NZBTONZBDRONE_PY_SUBLANGUAGES: eng,spa,fra
2014-12-14 10:19:27 INFO    ::ENVIRONMENT: NZBOP_CATEGORY2.POSTSCRIPT: nzbToSickBeard.py
2014-12-14 10:19:27 INFO    ::ENVIRONMENT: NZBOP_NZBTONZBDRONE.PY:EXTRACTSUBS: 0
2014-12-14 10:19:27 INFO    ::ENVIRONMENT: NZBOP_NZBTONZBDRONE_PY_EXTERNALSUBDIR: 
2014-12-14 10:19:27 INFO    ::ENVIRONMENT: NZBOP_NZBTONZBDRONE.PY:IGNOREEXTENSIONS: .avi,.mkv
2014-12-14 10:19:27 INFO    ::ENVIRONMENT: NZBOP_NZBTOSICKBEARD.PY:OUTPUTVIDEOBITRATE: 800k
2014-12-14 10:19:27 INFO    ::ENVIRONMENT: NZBOP_NZBTOSICKBEARD.PY:VIDEOCODECALLOW: 
2014-12-14 10:19:27 INFO    ::ENVIRONMENT: NZBOP_SERVER2_CIPHER: 
2014-12-14 10:19:27 INFO    ::ENVIRONMENT: NZBOP_NZBTOMEDIA.PY:SBREMOTE_PATH: 0
2014-12-14 10:19:27 INFO    ::ENVIRONMENT: NZBOP_DEBUGTARGET: none
2014-12-14 10:19:27 INFO    ::ENVIRONMENT: NZBOP_NZBTOMEDIA.PY:OUTPUTAUDIOOTHERCODEC: libmp3lame
2014-12-14 10:19:27 INFO    ::ENVIRONMENT: NZBOP_NZBTOGAMEZ_PY_SAFE_MODE: 1
2014-12-14 10:19:27 INFO    ::ENVIRONMENT: NZBOP_LOCKFILE: 
2014-12-14 10:19:27 INFO    ::ENVIRONMENT: NZBOP_APPDIR: C:\Program Files (x86)\_Download\NZBGet
2014-12-14 10:19:27 INFO    ::ENVIRONMENT: NZBOP_NZBTOCOUCHPOTATO_PY_MEDIAEXTENSIONS: .mkv,.avi,.divx,.xvid,.mov,.wmv,.mp4,.mpg,.mpeg,.vob,.iso
2014-12-14 10:19:27 INFO    ::ENVIRONMENT: NZBOP_HEALTHCHECK: delete
2014-12-14 10:19:27 INFO    ::ENVIRONMENT: SYSTEMROOT: C:\Windows
2014-12-14 10:19:27 INFO    ::ENVIRONMENT: NZBOP_NZBTONZBDRONE.PY:GETSUBS: 0
2014-12-14 10:19:27 INFO    ::ENVIRONMENT: WINDOWS_TRACING_FLAGS: 3
2014-12-14 10:19:27 INFO    ::ENVIRONMENT: NZBOP_NZBTOMEDIA_PY_NDDELETE_FAILED: 0
2014-12-14 10:19:27 INFO    ::ENVIRONMENT: NZBOP_NZBTOMEDIA_PY_CPSDELETE_FAILED: 0
2014-12-14 10:19:27 INFO    ::ENVIRONMENT: NZBOP_NZBTOHEADPHONES.PY:HPPORT: 8181
2014-12-14 10:19:27 INFO    ::ENVIRONMENT: NZBOP_NZBTOGAMEZ_PY_GZPORT: 8085
2014-12-14 10:19:27 INFO    ::ENVIRONMENT: NZBOP_NZBTOMYLAR_PY_WOLMAC: 00:01:2e:2D:64:e1
2014-12-14 10:19:27 INFO    ::ENVIRONMENT: NZBOP_NZBTOMEDIA.PY:MYSWAIT_FOR: 1
2014-12-14 10:19:27 INFO    ::ENVIRONMENT: NZBOP_NZBTOCOUCHPOTATO_PY_IONICE_CLASSDATA: 4
2014-12-14 10:19:27 INFO    ::ENVIRONMENT: NZBOP_NZBTOMYLAR_PY_MYPASSWORD: 
2014-12-14 10:19:27 INFO    ::ENVIRONMENT: NZBOP_CATEGORY4_DESTDIR: 
2014-12-14 10:19:27 INFO    ::ENVIRONMENT: NZBOP_NZBTOCOUCHPOTATO.PY:NICENESS: 10
2014-12-14 10:19:27 INFO    ::ENVIRONMENT: NZBOP_NZBTOMEDIA_PY_OUTPUTAUDIOTRACK2CHANNELS: 2
2014-12-14 10:19:27 INFO    ::ENVIRONMENT: NZBOP_NZBTOMYLAR_PY_WOLWAKE: 0
2014-12-14 10:19:27 INFO    ::ENVIRONMENT: NZBOP_NZBTOMEDIA_PY_SBDELETE_FAILED: 0
2014-12-14 10:19:27 INFO    ::ENVIRONMENT: NZBOP_NZBTOMEDIA.PY:CPSMETHOD: renamer
2014-12-14 10:19:27 INFO    ::ENVIRONMENT: NZBPO_CPSMETHOD: renamer
2014-12-14 10:19:27 INFO    ::ENVIRONMENT: NZBPO_WOLHOST: 192.168.1.37
2014-12-14 10:19:27 INFO    ::ENVIRONMENT: NZBOP_NZBTOMEDIA_PY_NDREMOTE_PATH: 0
2014-12-14 10:19:27 INFO    ::ENVIRONMENT: NZBOP_NZBTOSICKBEARD.PY:IONICE_CLASSDATA: 4
2014-12-14 10:19:27 INFO    ::ENVIRONMENT: NZBOP_NZBTOCOUCHPOTATO.PY:CPSPORT: 5050
2014-12-14 10:19:27 INFO    ::ENVIRONMENT: NZBOP_NZBTOSICKBEARD.PY:OUTPUTVIDEOEXTENSION: .mp4
2014-12-14 10:19:27 INFO    ::ENVIRONMENT: NZBOP_NZBTOMEDIA.PY:AUDIOOTHERCODECALLOW: 
2014-12-14 10:19:27 INFO    ::ENVIRONMENT: NZBOP_NZBTOGAMEZ_PY_IONICE_CLASSDATA: 4
2014-12-14 10:19:27 INFO    ::ENVIRONMENT: NZBOP_NZBTOSICKBEARD.PY:BURNINSUBTITLE: 0
2014-12-14 10:19:27 INFO    ::ENVIRONMENT: NZBOP_DETAILTARGET: log
2014-12-14 10:19:27 INFO    ::ENVIRONMENT: NZBOP_PARREPAIR: yes
2014-12-14 10:19:27 INFO    ::ENVIRONMENT: NZBOP_NZBTOCOUCHPOTATO.PY:IONICE_CLASS: 2
2014-12-14 10:19:27 INFO    ::ENVIRONMENT: NZBOP_CATEGORY2_UNPACK: yes
2014-12-14 10:19:27 INFO    ::ENVIRONMENT: NZBOP_NZBTOCOUCHPOTATO.PY:MEDIAEXTENSIONS: .mkv,.avi,.divx,.xvid,.mov,.wmv,.mp4,.mpg,.mpeg,.vob,.iso
2014-12-14 10:19:27 INFO    ::ENVIRONMENT: NZBPP_SCRIPTSTATUS: NONE
2014-12-14 10:19:27 INFO    ::ENVIRONMENT: NZBOP_NZBTOSICKBEARD_PY_SUBLANGUAGES: eng,spa,fra
2014-12-14 10:19:27 INFO    ::ENVIRONMENT: NZBOP_NZBTOCOUCHPOTATO.PY:OUTPUTAUDIOTRACK2CODEC: libfaac
2014-12-14 10:19:27 INFO    ::ENVIRONMENT: NZBOP_NZBTONZBDRONE.PY:EMBEDSUBS: 1
2014-12-14 10:19:27 INFO    ::ENVIRONMENT: NZBPO_OUTPUTVIDEOBITRATE: 800k
2014-12-14 10:19:27 INFO    ::ENVIRONMENT: NZBOP_NZBTOHEADPHONES_PY_HPWEB_ROOT: 
2014-12-14 10:19:27 INFO    ::ENVIRONMENT: NZBOP_CATEGORY1_POSTSCRIPT: nzbToCouchPotato.py
2014-12-14 10:19:27 INFO    ::ENVIRONMENT: NZBPO_IONICE_CLASS: 2
2014-12-14 10:19:27 INFO    ::ENVIRONMENT: NZBOP_NZBTONZBDRONE.PY:ALLAUDIOLANGUAGES: 0
2014-12-14 10:19:27 INFO    ::ENVIRONMENT: NZBOP_NZBTOGAMEZ_PY_GZWATCH_DIR: 
2014-12-14 10:19:27 INFO    ::ENVIRONMENT: PROCESSOR_LEVEL: 6
2014-12-14 10:19:27 INFO    ::ENVIRONMENT: NZBOP_NZBTOMEDIA_PY_OUTPUTVIDEOFRAMERATE: 24
2014-12-14 10:19:27 INFO    ::ENVIRONMENT: NZBOP_NZBTOHEADPHONES_PY_HPWAIT_FOR: 2
2014-12-14 10:19:27 INFO    ::ENVIRONMENT: NZBOP_NZBTOMEDIA_PY_EXTRACTSUBS: 0
2014-12-14 10:19:27 INFO    ::ENVIRONMENT: NZBOP_NZBTOMEDIA_PY_GETSUBS: 0
2014-12-14 10:19:27 INFO    ::ENVIRONMENT: NZBOP_UNPACK: yes
2014-12-14 10:19:27 INFO    ::ENVIRONMENT: NZBOP_NZBTOSICKBEARD_PY_IGNOREEXTENSIONS: .avi,.mkv
2014-12-14 10:19:27 INFO    ::ENVIRONMENT: NZBOP_ERRORTARGET: both
2014-12-14 10:19:27 INFO    ::ENVIRONMENT: NZBOP_NZBTOCOUCHPOTATO_PY_CPSCATEGORY: movie
2014-12-14 10:19:27 INFO    ::ENVIRONMENT: NZBOP_SERVER1.LEVEL: 0
2014-12-14 10:19:27 INFO    ::ENVIRONMENT: NZBPR_COUCHPOTATO: 723b43ac640b222cde27ea0b24b8776e
2014-12-14 10:19:27 INFO    ::ENVIRONMENT: NZBOP_NZBTOMEDIA_PY_CPSAPIKEY: 
2014-12-14 10:19:27 INFO    ::ENVIRONMENT: NZBOP_NZBTOMEDIA.PY:OUTPUTAUDIOTRACK2CODEC: libfaac
2014-12-14 10:19:27 INFO    ::ENVIRONMENT: NZBOP_CATEGORY4.ALIASES: 
2014-12-14 10:19:27 INFO    ::ENVIRONMENT: NZBPO_IGNOREEXTENSIONS: .avi,.mkv
2014-12-14 10:19:27 INFO    ::ENVIRONMENT: NZBPP_UNPACKSTATUS: 2
2014-12-14 10:19:27 INFO    ::ENVIRONMENT: NZBOP_NZBTOMEDIA_PY_VIDEOCODECALLOW: 
2014-12-14 10:19:27 INFO    ::ENVIRONMENT: NZBOP_NZBTOMEDIA_PY_WOLWAKE: 0
2014-12-14 10:19:27 INFO    ::ENVIRONMENT: TEMP: C:\Users\Server\AppData\Local\Temp
2014-12-14 10:19:27 INFO    ::ENVIRONMENT: NZBOP_NZBTONZBDRONE.PY:PROCESSOUTPUT: 0
2014-12-14 10:19:27 INFO    ::ENVIRONMENT: NZBOP_NZBTOHEADPHONES.PY:HPWAIT_FOR: 2
2014-12-14 10:19:27 INFO    ::ENVIRONMENT: NZBPO_OUTPUTSUBTITLECODEC: 
2014-12-14 10:19:27 INFO    ::ENVIRONMENT: NZBOP_NZBTOCOUCHPOTATO_PY_AUDIOCODECALLOW: 
2014-12-14 10:19:27 INFO    ::ENVIRONMENT: NZBOP_CATEGORY2_NAME: tv
2014-12-14 10:19:27 INFO    ::ENVIRONMENT: NZBOP_NZBTOMEDIA.PY:WOLWAKE: 0
2014-12-14 10:19:27 INFO    ::ENVIRONMENT: NZBOP_NZBTOMEDIA_PY_SBCATEGORY: tv
2014-12-14 10:19:27 INFO    ::ENVIRONMENT: NZBOP_NZBTOMEDIA.PY:NDDELETE_FAILED: 0
2014-12-14 10:19:27 INFO    ::ENVIRONMENT: NZBOP_SERVER2.JOINGROUP: no
2014-12-14 10:19:27 INFO    ::ENVIRONMENT: NZBOP_NZBTOCOUCHPOTATO_PY_SAFE_MODE: 1
2014-12-14 10:19:27 INFO    ::ENVIRONMENT: NZBOP_NZBTOGAMEZ.PY:GZHOST: localhost
2014-12-14 10:19:27 INFO    ::ENVIRONMENT: NZBOP_NZBTOHEADPHONES_PY_NICENESS: 10
2014-12-14 10:19:27 INFO    ::ENVIRONMENT: NZBOP_NZBTOMYLAR_PY_MYWEB_ROOT: 
2014-12-14 10:19:27 INFO    ::ENVIRONMENT: NZBOP_CATEGORY3.UNPACK: yes
2014-12-14 10:19:27 INFO    ::ENVIRONMENT: NZBOP_PARRENAME: yes
2014-12-14 10:19:27 INFO    ::ENVIRONMENT: NZBOP_NZBTOMEDIA_PY_MYUSERNAME: 
2014-12-14 10:19:27 INFO    ::ENVIRONMENT: NZBOP_CATEGORY4.DESTDIR: 
2014-12-14 10:19:27 INFO    ::ENVIRONMENT: NZBOP_NZBTOSICKBEARD_PY_MOUNTPOINTS: 
2014-12-14 10:19:27 INFO    ::ENVIRONMENT: NZBOP_NZBTOMEDIA_PY_OUTPUTVIDEOEXTENSION: .mp4
2014-12-14 10:19:27 INFO    ::ENVIRONMENT: NZBOP_NZBTOSICKBEARD.PY:OUTPUTQUALITYPERCENT: 
2014-12-14 10:19:27 INFO    ::ENVIRONMENT: NZBOP_NZBTOSICKBEARD_PY_PROCESSOUTPUT: 0
2014-12-14 10:19:27 INFO    ::ENVIRONMENT: NZBOP_NZBTOCOUCHPOTATO_PY_OUTPUTAUDIOCODEC: ac3
2014-12-14 10:19:27 INFO    ::ENVIRONMENT: NZBOP_NZBTOMEDIA.PY:ALLSUBLANGUAGES: 0
2014-12-14 10:19:27 INFO    ::ENVIRONMENT: NZBOP_NZBTOSICKBEARD.PY:GETSUBS: 0
2014-12-14 10:19:27 INFO    ::ENVIRONMENT: NZBOP_NZBTOHEADPHONES_PY_AUTO_UPDATE: 0
2014-12-14 10:19:27 INFO    ::ENVIRONMENT: NZBOP_NZBTOSICKBEARD.PY:SBWATCH_DIR: 
2014-12-14 10:19:27 INFO    ::ENVIRONMENT: NZBPO_CPSREMOTE_PATH: 0
2014-12-14 10:19:27 INFO    ::ENVIRONMENT: NZBOP_NZBTOCOUCHPOTATO_PY_CPSSSL: 0
2014-12-14 10:19:27 INFO    ::ENVIRONMENT: NZBOP_NZBTOMEDIA_PY_CHECK_MEDIA: 1
2014-12-14 10:19:27 INFO    ::ENVIRONMENT: NZBOP_NZBTOCOUCHPOTATO.PY:CPSWEB_ROOT: 
2014-12-14 10:19:27 INFO    ::ENVIRONMENT: NZBOP_NZBTOSICKBEARD_PY_AUTO_UPDATE: 0
2014-12-14 10:19:27 INFO    ::ENVIRONMENT: NZBOP_NZBTOHEADPHONES.PY:AUTO_UPDATE: 0
2014-12-14 10:19:27 INFO    ::ENVIRONMENT: NZBPO_HWACCEL: 0
2014-12-14 10:19:27 INFO    ::ENVIRONMENT: NZBOP_NZBTOMEDIA.PY:USER_SCRIPT_PATH: /nzbToMedia/userscripts/script.sh
2014-12-14 10:19:27 INFO    ::ENVIRONMENT: NZBOP_NZBTOMEDIA_PY_MYPORT: 8090
2014-12-14 10:19:27 INFO    ::ENVIRONMENT: NZBOP_NZBTOMEDIA_PY_MYREMOTE_PATH: 0
2014-12-14 10:19:27 INFO    ::ENVIRONMENT: NZBOP_NZBTOSICKBEARD_PY_AUDIOCODECALLOW: 
2014-12-14 10:19:27 INFO    ::ENVIRONMENT: NZBOP_NZBTOSICKBEARD.PY:OUTPUTDEFAULT: None
2014-12-14 10:19:27 INFO    ::ENVIRONMENT: NZBOP_SERVER1_ENCRYPTION: yes
2014-12-14 10:19:27 INFO    ::ENVIRONMENT: NZBOP_CATEGORY3_ALIASES: 
2014-12-14 10:19:27 INFO    ::ENVIRONMENT: NZBOP_NZBTOMEDIA_PY_SBHOST: localhost
2014-12-14 10:19:27 INFO    ::ENVIRONMENT: NZBOP_NZBTONZBDRONE.PY:OUTPUTAUDIOOTHERBITRATE: 128k
2014-12-14 10:19:27 INFO    ::ENVIRONMENT: NZBOP_NZBTOSICKBEARD_PY_SBPROCESS_METHOD: 
2014-12-14 10:19:27 INFO    ::ENVIRONMENT: NZBOP_NZBTOHEADPHONES.PY:HPHOST: localhost
2014-12-14 10:19:27 INFO    ::ENVIRONMENT: NZBOP_NZBTOSICKBEARD_PY_OUTPUTAUDIOOTHERCHANNELS: 2
2014-12-14 10:19:27 INFO    ::ENVIRONMENT: NZBOP_NZBTOSICKBEARD.PY:OUTPUTAUDIOTRACK2CHANNELS: 2
2014-12-14 10:19:27 INFO    ::ENVIRONMENT: NZBOP_NZBTOCOUCHPOTATO_PY_CPSWAIT_FOR: 2
2014-12-14 10:19:27 INFO    ::ENVIRONMENT: NZBPO_SAFE_MODE: 1
2014-12-14 10:19:27 INFO    ::ENVIRONMENT: NZBOP_NZBTOMEDIA_PY_NDWEB_ROOT: 
2014-12-14 10:19:27 INFO    ::ENVIRONMENT: NZBPO_OUTPUTQUALITYPERCENT: 
2014-12-14 10:19:27 INFO    ::ENVIRONMENT: NZBOP_NZBTOMEDIA.PY:NDWEB_ROOT: 
2014-12-14 10:19:27 INFO    ::ENVIRONMENT: NZBOP_NZBTOHEADPHONES_PY_WOLMAC: 00:01:2e:2D:64:e1
2014-12-14 10:19:27 INFO    ::ENVIRONMENT: NZBOP_CURSESTIME: no
2014-12-14 10:19:27 INFO    ::ENVIRONMENT: NZBOP_NZBTONZBDRONE.PY:OUTPUTQUALITYPERCENT: 0
2014-12-14 10:19:27 INFO    ::ENVIRONMENT: NZBOP_NZBTONZBDRONE_PY_NDWAIT_FOR: 2
2014-12-14 10:19:27 INFO    ::ENVIRONMENT: NZBOP_NZBTONZBDRONE.PY:OUTPUTVIDEOPRESET: medium
2014-12-14 10:19:27 INFO    ::ENVIRONMENT: NZBOP_NZBTOCOUCHPOTATO_PY_AUDIOCODEC2ALLOW: 
2014-12-14 10:19:27 INFO    ::ENVIRONMENT: NZBOP_SERVER2_NAME: Eweka
2014-12-14 10:19:27 INFO    ::ENVIRONMENT: NZBOP_NZBTOMYLAR_PY_MYWATCH_DIR: 
2014-12-14 10:19:27 INFO    ::ENVIRONMENT: NZBOP_NZBTOMEDIA_PY_NDAPIKEY: 
2014-12-14 10:19:27 INFO    ::ENVIRONMENT: NZBOP_CREATEBROKENLOG: yes
2014-12-14 10:19:27 INFO    ::ENVIRONMENT: NZBOP_SERVER2.PASSWORD: Krohn1797
2014-12-14 10:19:27 INFO    ::ENVIRONMENT: NZBOP_NZBTOHEADPHONES.PY:HPSSL: 0
2014-12-14 10:19:27 INFO    ::ENVIRONMENT: PROCESSOR_ARCHITECTURE: x86
2014-12-14 10:19:27 INFO    ::ENVIRONMENT: NZBOP_NZBTOCOUCHPOTATO.PY:GETSUBS: 0
2014-12-14 10:19:27 INFO    ::ENVIRONMENT: NZBOP_TEMPDIR: C:\Users\Server\Downloads\NZBGET/temp
2014-12-14 10:19:27 INFO    ::ENVIRONMENT: NZBOP_NZBTOCOUCHPOTATO_PY_MOUNTPOINTS: 
2014-12-14 10:19:27 INFO    ::ENVIRONMENT: NZBOP_WRITELOG: rotate
2014-12-14 10:19:27 INFO    ::ENVIRONMENT: NZBOP_NZBTOMEDIA.PY:OUTPUTVIDEOPRESET: medium
2014-12-14 10:19:27 INFO    ::ENVIRONMENT: NZBOP_NZBTOSICKBEARD_PY_DUPLICATE: 1
2014-12-14 10:19:27 INFO    ::ENVIRONMENT: NZBOP_NZBTOMYLAR.PY:SAFE_MODE: 1
2014-12-14 10:19:27 INFO    ::ENVIRONMENT: NZBOP_NZBTOSICKBEARD.PY:EXTERNALSUBDIR: 
2014-12-14 10:19:27 INFO    ::ENVIRONMENT: NZBOP_NZBTOMYLAR_PY_MYHOST: localhost
2014-12-14 10:19:27 INFO    ::ENVIRONMENT: FP_NO_HOST_CHECK: NO
2014-12-14 10:19:27 INFO    ::ENVIRONMENT: NZBOP_NZBTOMEDIA.PY:IGNOREEXTENSIONS: .avi,.mkv
2014-12-14 10:19:27 INFO    ::ENVIRONMENT: NZBOP_NZBTOHEADPHONES_PY_HPREMOTE_PATH: 0
2014-12-14 10:19:27 INFO    ::ENVIRONMENT: NZBOP_NZBTONZBDRONE.PY:AUDIOLANGUAGE: eng
2014-12-14 10:19:27 INFO    ::ENVIRONMENT: NZBOP_NZBTOMEDIA_PY_CPSWEB_ROOT: 
2014-12-14 10:19:27 INFO    ::ENVIRONMENT: NZBOP_NZBTOCOUCHPOTATO_PY_GETSUBS: 0
2014-12-14 10:19:27 INFO    ::ENVIRONMENT: NZBOP_NZBTOMYLAR.PY:MYUSERNAME: 
2014-12-14 10:19:27 INFO    ::ENVIRONMENT: NZBOP_NZBTOCOUCHPOTATO_PY_CPSDELETE_FAILED: 0
2014-12-14 10:19:27 INFO    ::ENVIRONMENT: NZBPO_CPSHOST: localhost
2014-12-14 10:19:27 INFO    ::ENVIRONMENT: NZBOP_POSTSCRIPT: 
2014-12-14 10:19:27 INFO    ::ENVIRONMENT: NZBOP_NZBTOSICKBEARD.PY:OUTPUTAUDIOOTHERBITRATE: 128k
2014-12-14 10:19:27 INFO    ::ENVIRONMENT: NZBOP_NZBTOMEDIA.PY:CPSWAIT_FOR: 2
2014-12-14 10:19:27 INFO    ::ENVIRONMENT: NZBOP_SERVER2.HOST: newsreader111.eweka.nl
2014-12-14 10:19:27 INFO    ::ENVIRONMENT: NZBOP_CATEGORY3_POSTSCRIPT: 
2014-12-14 10:19:27 INFO    ::ENVIRONMENT: NZBOP_NZBTOMEDIA_PY_NDSSL: 0
2014-12-14 10:19:27 INFO    ::ENVIRONMENT: NZBOP_NZBTOMEDIA.PY:MYUSERNAME: 
2014-12-14 10:19:27 INFO    ::ENVIRONMENT: NZBOP_NZBTONZBDRONE_PY_TRANSCODE: 0
2014-12-14 10:19:27 INFO    ::ENVIRONMENT: USERDOMAIN: Server-PC
2014-12-14 10:19:27 INFO    ::ENVIRONMENT: NZBOP_CATEGORY4.NAME: Software
2014-12-14 10:19:27 INFO    ::ENVIRONMENT: NZBOP_NZBTOCOUCHPOTATO_PY_EXTRACTSUBS: 0
2014-12-14 10:19:27 INFO    ::ENVIRONMENT: NZBOP_NZBTOCOUCHPOTATO.PY:MOUNTPOINTS: 
2014-12-14 10:19:27 INFO    ::ENVIRONMENT: NZBOP_NZBTOMEDIA.PY:OUTPUTAUDIOCODEC: ac3
2014-12-14 10:19:27 INFO    ::ENVIRONMENT: WINDIR: C:\Windows
2014-12-14 10:19:27 INFO    ::ENVIRONMENT: NZBOP_NZBTOSICKBEARD.PY:OUTPUTAUDIOOTHERCODEC: libmp3lame
2014-12-14 10:19:27 INFO    ::ENVIRONMENT: NZBPO_VIDEOCODECALLOW: 
2014-12-14 10:19:27 INFO    ::ENVIRONMENT: NZBOP_CATEGORY2.UNPACK: yes
2014-12-14 10:19:27 INFO    ::ENVIRONMENT: NZBOP_NZBTOMEDIA.PY:SBUSERNAME: 
2014-12-14 10:19:27 INFO    ::ENVIRONMENT: NZBOP_LOGFILE: C:\Users\Server\Downloads\NZBGET/nzbget.log
2014-12-14 10:19:27 INFO    ::ENVIRONMENT: NZBOP_NZBTOCOUCHPOTATO_PY_WOLMAC: 00:01:2e:2D:64:e1
2014-12-14 10:19:27 INFO    ::ENVIRONMENT: NZBOP_NZBTOMEDIA_PY_MYWEB_ROOT: 
2014-12-14 10:19:27 INFO    ::ENVIRONMENT: NZBOP_NZBTOMEDIA_PY_MYCATEGORY: comics
2014-12-14 10:19:27 INFO    ::ENVIRONMENT: NZBOP_CONFIGFILE: C:\Program Files (x86)\_Download\NZBGet\nzbget.conf
2014-12-14 10:19:27 INFO    ::ENVIRONMENT: NZBOP_SERVER1.ENCRYPTION: yes
2014-12-14 10:19:27 INFO    ::ENVIRONMENT: NZBOP_NZBTOMEDIA.PY:SBPROCESS_METHOD: 
2014-12-14 10:19:27 INFO    ::ENVIRONMENT: NZBPO_OUTPUTDEFAULT: None
2014-12-14 10:19:27 INFO    ::ENVIRONMENT: NZBOP_NZBTONZBDRONE_PY_OUTPUTVIDEOPRESET: medium
2014-12-14 10:19:27 INFO    ::ENVIRONMENT: NZBOP_NZBTOCOUCHPOTATO.PY:OUTPUTAUDIOOTHERBITRATE: 128k
2014-12-14 10:19:27 INFO    ::ENVIRONMENT: NZBPP_URL: 
2014-12-14 10:19:27 INFO    ::ENVIRONMENT: NZBOP_NZBTOMEDIA.PY:EXTERNALSUBDIR: 
2014-12-14 10:19:27 INFO    ::ENVIRONMENT: NZBOP_NZBTONZBDRONE_PY_NDCATEGORY: tv2
2014-12-14 10:19:27 INFO    ::ENVIRONMENT: NZBOP_NZBTONZBDRONE_PY_WOLHOST: 192.168.1.37
2014-12-14 10:19:27 INFO    ::ENVIRONMENT: NZBOP_NZBTOCOUCHPOTATO.PY:AUDIOOTHERCODECALLOW: 
2014-12-14 10:19:27 INFO    ::ENVIRONMENT: NZBOP_NZBTOMEDIA_PY_IONICE_CLASS: 2
2014-12-14 10:19:27 INFO    ::ENVIRONMENT: NZBOP_CATEGORY4_ALIASES: 
2014-12-14 10:19:27 INFO    ::ENVIRONMENT: NZBOP_NZBTOMEDIA.PY:CPSAPIKEY: 
2014-12-14 10:19:27 INFO    ::ENVIRONMENT: NZBOP_SECURECONTROL: no
2014-12-14 10:19:27 INFO    ::ENVIRONMENT: NZBOP_NZBTOMEDIA_PY_IONICE_CLASSDATA: 4
2014-12-14 10:19:27 INFO    ::ENVIRONMENT: NZBOP_NZBTOMEDIA_PY_AUDIOCODEC2ALLOW: 
2014-12-14 10:19:27 INFO    ::ENVIRONMENT: NZBOP_NZBTOMEDIA.PY:SBSSL: 0
2014-12-14 10:19:27 INFO    ::ENVIRONMENT: NZBOP_NZBTOMYLAR_PY_MYSSL: 0
2014-12-14 10:19:27 INFO    ::ENVIRONMENT: NZBOP_NZBTOSICKBEARD.PY:SBHOST: localhost
2014-12-14 10:19:27 INFO    ::ENVIRONMENT: NZBOP_NZBTOCOUCHPOTATO.PY:OUTPUTDEFAULT: None
2014-12-14 10:19:27 INFO    ::ENVIRONMENT: NZBOP_NZBTOMEDIA_PY_USER_SCRIPT_SUCCESSCODES: 0
2014-12-14 10:19:27 INFO    ::ENVIRONMENT: NZBOP_SCANSCRIPT: 
2014-12-14 10:19:27 INFO    ::ENVIRONMENT: PATH: C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPowerShell\v1.0\;C:\Program Files (x86)\Intel\OpenCL SDK\2.0\bin\x86;C:\Program Files (x86)\Intel\OpenCL SDK\2.0\bin\x64;C:\Program Files\Microsoft SQL Server\Client SDK\ODBC\110\Tools\Binn\;C:\Program Files (x86)\Microsoft SQL Server\120\Tools\Binn\;C:\Program Files\Microsoft SQL Server\120\Tools\Binn\;C:\Program Files\Microsoft SQL Server\120\DTS\Binn\;C:\Program Files\TortoiseGit\bin;C:\Python27
2014-12-14 10:19:27 INFO    ::ENVIRONMENT: NZBOP_NZBTONZBDRONE.PY:ALLSUBLANGUAGES: 0
2014-12-14 10:19:27 INFO    ::ENVIRONMENT: NZBPO_EXTERNALSUBDIR: 
2014-12-14 10:19:27 INFO    ::ENVIRONMENT: NZBOP_NZBTOSICKBEARD.PY:OUTPUTAUDIOTRACK2BITRATE: 160k
2014-12-14 10:19:27 INFO    ::ENVIRONMENT: NZBOP_NZBTOSICKBEARD_PY_SBFORK: auto
2014-12-14 10:19:27 INFO    ::ENVIRONMENT: WINDOWS_TRACING_LOGFILE: C:\BVTBin\Tests\installpackage\csilogfile.log
2014-12-14 10:19:27 INFO    ::ENVIRONMENT: NZBOP_CATEGORY3.NAME: Music
2014-12-14 10:19:27 INFO    ::ENVIRONMENT: NZBOP_NZBTOSICKBEARD_PY_OUTPUTDEFAULT: None
2014-12-14 10:19:27 INFO    ::ENVIRONMENT: NZBOP_NZBTOMEDIA.PY:HPHOST: localhost
2014-12-14 10:19:27 INFO    ::ENVIRONMENT: NZBOP_NZBTONZBDRONE_PY_SAFE_MODE: 1
2014-12-14 10:19:27 INFO    ::ENVIRONMENT: NZBOP_NZBTOMYLAR.PY:WOLWAKE: 0
2014-12-14 10:19:27 INFO    ::ENVIRONMENT: NZBPR__UNPACK_: yes
2014-12-14 10:19:27 INFO    ::ENVIRONMENT: NZBOP_NZBTOMEDIA_PY_NDPORT: 8989
2014-12-14 10:19:27 INFO    ::ENVIRONMENT: NZBOP_NZBTOCOUCHPOTATO.PY:WOLMAC: 00:01:2e:2D:64:e1
2014-12-14 10:19:27 INFO    ::ENVIRONMENT: NZBOP_NZBTOMEDIA.PY:HPREMOTE_PATH: 0
2014-12-14 10:19:27 INFO    ::ENVIRONMENT: NZBOP_NZBTOMEDIA.PY:NDHOST: localhost
2014-12-14 10:19:27 INFO    ::ENVIRONMENT: NZBOP_NZBTOHEADPHONES.PY:WOLWAKE: 0
2014-12-14 10:19:27 INFO    ::ENVIRONMENT: NZBPO_OUTPUTVIDEOPATH: 
2014-12-14 10:19:27 INFO    ::ENVIRONMENT: NZBPO_ALLAUDIOLANGUAGES: 0
2014-12-14 10:19:27 INFO    ::ENVIRONMENT: NZBOP_NZBTOCOUCHPOTATO.PY:CPSMETHOD: renamer
2014-12-14 10:19:27 INFO    ::ENVIRONMENT: NZBOP_NZBTOCOUCHPOTATO_PY_OUTPUTSUBTITLECODEC: 
2014-12-14 10:19:27 INFO    ::ENVIRONMENT: NZBOP_NZBTONZBDRONE_PY_NDREMOTE_PATH: 0
2014-12-14 10:19:27 INFO    ::ENVIRONMENT: NZBOP_NZBTOMEDIA_PY_MEDIAEXTENSIONS: .mkv,.avi,.divx,.xvid,.mov,.wmv,.mp4,.mpg,.mpeg,.vob,.iso
2014-12-14 10:19:27 INFO    ::ENVIRONMENT: NZBOP_NZBTONZBDRONE_PY_IONICE_CLASSDATA: 4
2014-12-14 10:19:27 INFO    ::ENVIRONMENT: NZBOP_NZBTONZBDRONE_PY_OUTPUTVIDEOEXTENSION: .mp4
2014-12-14 10:19:27 INFO    ::ENVIRONMENT: NZBOP_NZBTONZBDRONE.PY:SAFE_MODE: 1
2014-12-14 10:19:27 INFO    ::ENVIRONMENT: NZBOP_NZBTONZBDRONE_PY_OUTPUTAUDIOOTHERBITRATE: 128k
2014-12-14 10:19:27 INFO    ::ENVIRONMENT: NZBPO_GETSUBS: 0
2014-12-14 10:19:27 INFO    ::ENVIRONMENT: NZBOP_NZBTONZBDRONE_PY_MEDIAEXTENSIONS: .mkv,.avi,.divx,.xvid,.mov,.wmv,.mp4,.mpg,.mpeg,.vob,.iso
2014-12-14 10:19:27 INFO    ::ENVIRONMENT: NZBOP_NZBTOMEDIA_PY_USREMOTE_PATH: 0
2014-12-14 10:19:27 INFO    ::ENVIRONMENT: NZBOP_NZBTOMYLAR.PY:MYSSL: 0
2014-12-14 10:19:27 INFO    ::ENVIRONMENT: NZBOP_NZBTOSICKBEARD_PY_EXTERNALSUBDIR: 
2014-12-14 10:19:27 INFO    ::ENVIRONMENT: NZBOP_NZBTONZBDRONE.PY:AUTO_UPDATE: 0
2014-12-14 10:19:27 INFO    ::ENVIRONMENT: NZBOP_NZBTOMEDIA_PY_OUTPUTVIDEOCODEC: libx264
2014-12-14 10:19:27 INFO    ::ENVIRONMENT: NZBOP_NZBTOSICKBEARD.PY:SBCATEGORY: tv
2014-12-14 10:19:27 INFO    ::ENVIRONMENT: NZBOP_NZBTOHEADPHONES.PY:WOLPORT: 80
2014-12-14 10:19:27 INFO    ::ENVIRONMENT: NZBOP_CATEGORY2_POSTSCRIPT: nzbToSickBeard.py
2014-12-14 10:19:27 INFO    ::ENVIRONMENT: NZBOP_SERVER1_CIPHER: 
2014-12-14 10:19:27 INFO    ::ENVIRONMENT: NZBPO_MOUNTPOINTS: 
2014-12-14 10:19:27 INFO    ::ENVIRONMENT: NZBOP_NZBTOMYLAR.PY:MYPORT: 8090
2014-12-14 10:19:27 INFO    ::ENVIRONMENT: NZBOP_NZBTOCOUCHPOTATO.PY:OUTPUTQUALITYPERCENT: 
2014-12-14 10:19:27 INFO    ::ENVIRONMENT: NZBOP_NZBTOMEDIA.PY:OUTPUTDEFAULT: None
2014-12-14 10:19:27 INFO    ::ENVIRONMENT: NZBPO_EXTRACTSUBS: 0
2014-12-14 10:19:27 INFO    ::ENVIRONMENT: NZBOP_NZBTOMEDIA.PY:GZAPIKEY: 
2014-12-14 10:19:27 INFO    ::ENVIRONMENT: NZBOP_NZBTOMYLAR.PY:MOUNTPOINTS: 
2014-12-14 10:19:27 INFO    ::ENVIRONMENT: NZBOP_NZBTOGAMEZ.PY:GZCATEGORY: games
2014-12-14 10:19:27 INFO    ::ENVIRONMENT: NZBOP_CATEGORY3_UNPACK: yes
2014-12-14 10:19:27 INFO    ::ENVIRONMENT: NZBPO_CPSWATCH_DIR: 
2014-12-14 10:19:27 INFO    ::ENVIRONMENT: NZBOP_NZBTOCOUCHPOTATO.PY:ALLSUBLANGUAGES: 0
2014-12-14 10:19:27 INFO    ::ENVIRONMENT: NZBOP_NZBTOSICKBEARD_PY_EXTRACTSUBS: 0
2014-12-14 10:19:27 INFO    ::ENVIRONMENT: NZBOP_NZBTOCOUCHPOTATO.PY:IONICE_CLASSDATA: 4
2014-12-14 10:19:27 INFO    ::ENVIRONMENT: NZBOP_NZBTOGAMEZ.PY:IONICE_CLASSDATA: 4
2014-12-14 10:19:27 INFO    ::ENVIRONMENT: NZBPO_SUBLANGUAGES: eng,spa,fra
2014-12-14 10:19:27 INFO    ::ENVIRONMENT: NZBOP_CATEGORY2.ALIASES: 
2014-12-14 10:19:27 INFO    ::ENVIRONMENT: NZBOP_NZBTOSICKBEARD.PY:TRANSCODE: 0
2014-12-14 10:19:27 INFO    ::ENVIRONMENT: NZBOP_NZBTOSICKBEARD_PY_OUTPUTAUDIOOTHERBITRATE: 128k
2014-12-14 10:19:27 INFO    ::ENVIRONMENT: NZBPP_FINALDIR: 
2014-12-14 10:19:27 INFO    ::ENVIRONMENT: NZBOP_DESTDIR: C:\Users\Server\Downloads\NZBGET/complete
2014-12-14 10:19:27 INFO    ::ENVIRONMENT: NZBOP_NZBTOSICKBEARD.PY:SBUSERNAME: 
2014-12-14 10:19:27 INFO    ::ENVIRONMENT: NZBOP_NZBTOMEDIA_PY_GZWEB_ROOT: 
2014-12-14 10:19:27 INFO    ::ENVIRONMENT: NZBPO_TRANSCODE: 0
2014-12-14 10:19:27 INFO    ::ENVIRONMENT: NZBOP_DUPECHECK: no
2014-12-14 10:19:27 INFO    ::ENVIRONMENT: NZBOP_NZBTOCOUCHPOTATO_PY_CPSAPIKEY: 
2014-12-14 10:19:27 INFO    ::ENVIRONMENT: NZBOP_NZBTOMEDIA.PY:WOLMAC: 00:01:2e:2D:64:e1
2014-12-14 10:19:27 INFO    ::ENVIRONMENT: NZBOP_NZBTOMEDIA_PY_HPREMOTE_PATH: 0
2014-12-14 10:19:27 INFO    ::ENVIRONMENT: NZBOP_SAVEQUEUE: yes
2014-12-14 10:19:27 INFO    ::ENVIRONMENT: NZBOP_NZBTOMYLAR_PY_MYPORT: 8090
2014-12-14 10:19:27 INFO    ::ENVIRONMENT: NZBPP_NZBFILENAME: How.To.Train.Your.Dragon.2010.DVDRip.XviD-aXXo.cp(tt0892769).nzb
2014-12-14 10:19:27 INFO    ::ENVIRONMENT: NZBOP_NZBTOCOUCHPOTATO_PY_CPSHOST: localhost
2014-12-14 10:19:27 INFO    ::ENVIRONMENT: NZBOP_NZBTOMEDIA.PY:MYPORT: 8090
2014-12-14 10:19:27 INFO    ::ENVIRONMENT: NZBOP_NZBTOMEDIA.PY:CPSSSL: 0
2014-12-14 10:19:27 INFO    ::ENVIRONMENT: NZBOP_NZBTOMYLAR.PY:IONICE_CLASSDATA: 4
2014-12-14 10:19:27 INFO    ::ENVIRONMENT: NZBOP_SERVER2.USERNAME: jonaskp
2014-12-14 10:19:27 INFO    ::ENVIRONMENT: NZBOP_NZBTOMEDIA.PY:MYPASSWORD: 
2014-12-14 10:19:27 INFO    ::ENVIRONMENT: NZBOP_NZBTONZBDRONE_PY_WOLPORT: 80
2014-12-14 10:19:27 INFO    ::ENVIRONMENT: NZBOP_NZBTOHEADPHONES_PY_HPPORT: 8181
2014-12-14 10:19:27 INFO    ::ENVIRONMENT: NZBOP_NZBTOSICKBEARD_PY_SBHOST: localhost
2014-12-14 10:19:27 INFO    ::ENVIRONMENT: NZBOP_NZBTONZBDRONE.PY:OUTPUTDEFAULT: None
2014-12-14 10:19:27 INFO    ::ENVIRONMENT: NZBOP_NZBTOCOUCHPOTATO_PY_OUTPUTAUDIOCHANNELS: 6
2014-12-14 10:19:27 INFO    ::ENVIRONMENT: NZBOP_NZBTOGAMEZ.PY:GZSSL: 0
2014-12-14 10:19:27 INFO    ::ENVIRONMENT: NZBOP_NZBTOSICKBEARD.PY:OUTPUTSUBTITLECODEC: 
2014-12-14 10:19:27 INFO    ::ENVIRONMENT: NZBOP_SERVER1.CIPHER: 
2014-12-14 10:19:27 INFO    ::ENVIRONMENT: NZBOP_NZBTOSICKBEARD.PY:OUTPUTAUDIOBITRATE: 640k
2014-12-14 10:19:27 INFO    ::ENVIRONMENT: NZBOP_NZBTOMEDIA_PY_SAFE_MODE: 1
2014-12-14 10:19:27 INFO    ::ENVIRONMENT: PROCESSOR_ARCHITEW6432: AMD64
2014-12-14 10:19:27 INFO    ::ENVIRONMENT: NZBOP_NZBTONZBDRONE.PY:OUTPUTSUBTITLECODEC: 
2014-12-14 10:19:27 INFO    ::ENVIRONMENT: NZBOP_NZBTOHEADPHONES_PY_IONICE_CLASSDATA: 4
2014-12-14 10:19:27 INFO    ::ENVIRONMENT: NZBOP_NZBTOMEDIA_PY_OUTPUTAUDIOBITRATE: 640k
2014-12-14 10:19:27 INFO    ::ENVIRONMENT: NZBOP_NZBTONZBDRONE_PY_OUTPUTQUALITYPERCENT: 0
2014-12-14 10:19:27 INFO    ::ENVIRONMENT: NZBOP_NZBTOMEDIA_PY_OUTPUTAUDIOOTHERBITRATE: 128k
2014-12-14 10:19:27 INFO    ::ENVIRONMENT: NZBOP_NZBTOCOUCHPOTATO_PY_BURNINSUBTITLE: 0
2014-12-14 10:19:27 INFO    ::ENVIRONMENT: NZBOP_NZBTOHEADPHONES_PY_WOLHOST: 192.168.1.37
2014-12-14 10:19:27 INFO    ::ENVIRONMENT: NZBPO_PROCESSOUTPUT: 0
2014-12-14 10:19:27 INFO    ::ENVIRONMENT: NZBOP_CATEGORY2_ALIASES: 
2014-12-14 10:19:27 INFO    ::ENVIRONMENT: NZBOP_NZBTOCOUCHPOTATO.PY:OUTPUTAUDIOBITRATE: 640k
2014-12-14 10:19:27 INFO    ::ENVIRONMENT: NZBOP_NZBTOMEDIA_PY_CPSSSL: 0
2014-12-14 10:19:27 INFO    ::ENVIRONMENT: HOMEDRIVE: C:
2014-12-14 10:19:27 INFO    ::ENVIRONMENT: NZBOP_NZBTOGAMEZ_PY_WOLPORT: 80
2014-12-14 10:19:27 INFO    ::ENVIRONMENT: NZBOP_NZBTOMEDIA.PY:NDCATEGORY: tv2
2014-12-14 10:19:27 INFO    ::ENVIRONMENT: NZBPP_CATEGORY: movie
2014-12-14 10:19:27 INFO    ::ENVIRONMENT: NZBOP_NZBTOSICKBEARD.PY:OUTPUTVIDEOPATH: 
2014-12-14 10:19:28 INFO    ::ENVIRONMENT: COMSPEC: C:\Windows\system32\cmd.exe
2014-12-14 10:19:28 INFO    ::ENVIRONMENT: NZBOP_NZBTOMEDIA.PY:NDPORT: 8989
2014-12-14 10:19:28 INFO    ::ENVIRONMENT: NZBOP_NZBTOMEDIA_PY_GZREMOTE_PATH: 0
2014-12-14 10:19:28 INFO    ::ENVIRONMENT: NZBOP_NZBTOMEDIA.PY:PROCESSOUTPUT: 0
2014-12-14 10:19:28 INFO    ::ENVIRONMENT: NZBOP_NZBTOSICKBEARD.PY:WOLWAKE: 0
2014-12-14 10:19:28 INFO    ::ENVIRONMENT: NZBOP_NZBTOGAMEZ_PY_AUTO_UPDATE: 0
2014-12-14 10:19:28 INFO    ::ENVIRONMENT: NZBOP_NZBTOMEDIA.PY:USCATEGORY: mine
2014-12-14 10:19:28 INFO    ::ENVIRONMENT: NZBOP_NZBTOMYLAR.PY:IONICE_CLASS: 2
2014-12-14 10:19:28 INFO    ::ENVIRONMENT: NZBOP_NZBTOHEADPHONES_PY_HPWATCH_DIR: 
2014-12-14 10:19:28 INFO    ::ENVIRONMENT: NZBOP_NZBTOCOUCHPOTATO.PY:OUTPUTAUDIOCHANNELS: 6
2014-12-14 10:19:28 INFO    ::ENVIRONMENT: NZBOP_NZBTOGAMEZ_PY_GZSSL: 0
2014-12-14 10:19:28 INFO    ::ENVIRONMENT: NZBOP_NZBTOMEDIA_PY_MYPASSWORD: 
2014-12-14 10:19:28 INFO    ::ENVIRONMENT: NZBOP_NZBTOCOUCHPOTATO.PY:CPSWAIT_FOR: 2
2014-12-14 10:19:28 INFO    ::ENVIRONMENT: NZBOP_NZBTOSICKBEARD_PY_SBPASSWORD: 
2014-12-14 10:19:28 INFO    ::ENVIRONMENT: NZBOP_NZBTOHEADPHONES.PY:HPWEB_ROOT: 
2014-12-14 10:19:28 INFO    ::ENVIRONMENT: NZBOP_NZBTOCOUCHPOTATO_PY_OUTPUTAUDIOBITRATE: 640k
2014-12-14 10:19:28 INFO    ::ENVIRONMENT: NZBOP_NZBTOCOUCHPOTATO.PY:OUTPUTSUBTITLECODEC: 
2014-12-14 10:19:28 INFO    ::ENVIRONMENT: NZBOP_NZBTOMEDIA.PY:BURNINSUBTITLE: 0
2014-12-14 10:19:28 INFO    ::ENVIRONMENT: NZBOP_SERVER1.PASSWORD: Krohn1797
2014-12-14 10:19:28 INFO    ::ENVIRONMENT: NZBOP_NZBTOHEADPHONES_PY_HPAPIKEY: 
2014-12-14 10:19:28 INFO    ::ENVIRONMENT: NZBPO_CPSAPIKEY: 
2014-12-14 10:19:28 INFO    ::ENVIRONMENT: NZBOP_NZBTOMEDIA_PY_WOLPORT: 80
2014-12-14 10:19:28 INFO    ::ENVIRONMENT: NZBOP_CURSESNZBNAME: yes
2014-12-14 10:19:28 INFO    ::ENVIRONMENT: NZBOP_NZBTOSICKBEARD_PY_CHECK_MEDIA: 1
2014-12-14 10:19:28 INFO    ::ENVIRONMENT: NZBOP_NZBTOMEDIA.PY:MEDIAEXTENSIONS: .mkv,.avi,.divx,.xvid,.mov,.wmv,.mp4,.mpg,.mpeg,.vob,.iso
2014-12-14 10:19:28 INFO    ::ENVIRONMENT: NZBOP_NZBTOCOUCHPOTATO_PY_CPSWATCH_DIR: 
2014-12-14 10:19:28 INFO    ::ENVIRONMENT: NZBOP_NZBTONZBDRONE_PY_OUTPUTVIDEOCODEC: libx264
2014-12-14 10:19:28 INFO    ::ENVIRONMENT: NZBOP_NZBTOSICKBEARD_PY_OUTPUTFASTSTART: 0
2014-12-14 10:19:28 INFO    ::ENVIRONMENT: NZBOP_NZBTOMEDIA.PY:OUTPUTVIDEOPATH: 
2014-12-14 10:19:28 INFO    ::ENVIRONMENT: NZBOP_NZBTOCOUCHPOTATO_PY_CPSMETHOD: renamer
2014-12-14 10:19:28 INFO    ::ENVIRONMENT: COMMONPROGRAMFILES(X86): C:\Program Files (x86)\Common Files
2014-12-14 10:19:28 INFO    ::ENVIRONMENT: NZBOP_NZBTOCOUCHPOTATO.PY:HWACCEL: 0
2014-12-14 10:19:28 INFO    ::ENVIRONMENT: NZBOP_SERVER2.PORT: 119
2014-12-14 10:19:28 INFO    ::ENVIRONMENT: NZBOP_WARNINGTARGET: both
2014-12-14 10:19:28 INFO    ::ENVIRONMENT: NZBOP_SERVER1_PORT: 563
2014-12-14 10:19:28 INFO    ::ENVIRONMENT: NZBOP_NZBTONZBDRONE_PY_ALLSUBLANGUAGES: 0
2014-12-14 10:19:28 INFO    ::ENVIRONMENT: NZBOP_NZBTONZBDRONE_PY_PROCESSOUTPUT: 0
2014-12-14 10:19:28 INFO    ::ENVIRONMENT: NZBOP_SERVER1.GROUP: 0
2014-12-14 10:19:28 INFO    ::ENVIRONMENT: NZBOP_NZBTOMEDIA.PY:CPSCATEGORY: movie
2014-12-14 10:19:28 INFO    ::ENVIRONMENT: NZBOP_NZBTONZBDRONE_PY_AUDIOLANGUAGE: eng
2014-12-14 10:19:28 INFO    ::ENVIRONMENT: NZBOP_NZBTOMEDIA_PY_CPSCATEGORY: movie
2014-12-14 10:19:28 INFO    ::ENVIRONMENT: NZBOP_NZBTONZBDRONE.PY:NDWAIT_FOR: 2
2014-12-14 10:19:28 INFO    ::ENVIRONMENT: NZBOP_NZBTOMEDIA.PY:SUBLANGUAGES: eng,spa,fra
2014-12-14 10:19:28 INFO    ::ENVIRONMENT: NZBOP_NZBTONZBDRONE_PY_MOUNTPOINTS: 
2014-12-14 10:19:28 INFO    ::ENVIRONMENT: NZBOP_SERVER2.ENCRYPTION: no
2014-12-14 10:19:28 INFO    ::ENVIRONMENT: NZBOP_NZBTONZBDRONE_PY_OUTPUTSUBTITLECODEC: 
2014-12-14 10:19:28 INFO    ::ENVIRONMENT: NZBOP_NZBTOGAMEZ_PY_GZCATEGORY: games
2014-12-14 10:19:28 INFO    ::ENVIRONMENT: NZBOP_NZBTOSICKBEARD.PY:MOUNTPOINTS: 
2014-12-14 10:19:28 INFO    ::ENVIRONMENT: NZBOP_NZBTOMEDIA_PY_WOLHOST: 192.168.1.37
2014-12-14 10:19:28 INFO    ::ENVIRONMENT: ALLUSERSPROFILE: C:\ProgramData
2014-12-14 10:19:28 INFO    ::ENVIRONMENT: NZBOP_VERSION: 14.1
2014-12-14 10:19:28 INFO    ::ENVIRONMENT: NZBOP_NZBTOMEDIA_PY_OUTPUTAUDIOOTHERCHANNELS: 2
2014-12-14 10:19:28 INFO    ::ENVIRONMENT: NZBOP_PARBUFFER: 250
2014-12-14 10:19:28 INFO    ::ENVIRONMENT: SESSIONNAME: RDP-Tcp#0
2014-12-14 10:19:28 INFO    ::ENVIRONMENT: NZBOP_SCRIPTDIR: C:\Program Files (x86)\_Download\nzbToMedia
2014-12-14 10:19:28 INFO    ::ENVIRONMENT: NZBOP_NZBTOMEDIA.PY:HPPORT: 8181
2014-12-14 10:19:28 INFO    ::ENVIRONMENT: NZBOP_NZBTOGAMEZ.PY:SAFE_MODE: 1
2014-12-14 10:19:28 INFO    ::ENVIRONMENT: NZBPP_SUCCESSARTICLES: 1916
2014-12-14 10:19:28 INFO    ::ENVIRONMENT: NZBOP_NZBTONZBDRONE.PY:OUTPUTVIDEOPATH: 
2014-12-14 10:19:28 INFO    ::ENVIRONMENT: NZBOP_NZBTOMEDIA_PY_SBFORK: auto
2014-12-14 10:19:28 INFO    ::ENVIRONMENT: NZBOP_NZBTOMEDIA.PY:GZWEB_ROOT: 
2014-12-14 10:19:28 INFO    ::ENVIRONMENT: NZBOP_APPENDCATEGORYDIR: yes
2014-12-14 10:19:28 INFO    ::ENVIRONMENT: NZBOP_NZBTOMYLAR_PY_MYUSERNAME: 
2014-12-14 10:19:28 INFO    ::ENVIRONMENT: NZBOP_NZBTOSICKBEARD_PY_OUTPUTSUBTITLECODEC: 
2014-12-14 10:19:28 INFO    ::ENVIRONMENT: NZBOP_DIRECTWRITE: yes
2014-12-14 10:19:28 INFO    ::ENVIRONMENT: NZBOP_NZBTONZBDRONE_PY_OUTPUTVIDEOPATH: 
2014-12-14 10:19:28 INFO    ::ENVIRONMENT: NZBOP_NZBTONZBDRONE_PY_EXTRACTSUBS: 0
2014-12-14 10:19:28 INFO    ::ENVIRONMENT: NZBOP_NZBTOCOUCHPOTATO.PY:OUTPUTFASTSTART: 0
2014-12-14 10:19:28 INFO    ::ENVIRONMENT: NZBOP_CATEGORY1_UNPACK: yes
2014-12-14 10:19:28 INFO    ::ENVIRONMENT: NZBOP_NZBTOCOUCHPOTATO_PY_AUTO_UPDATE: 0
2014-12-14 10:19:28 INFO    ::ENVIRONMENT: NZBOP_NZBTOMEDIA_PY_OUTPUTVIDEOBITRATE: 800k
2014-12-14 10:19:28 INFO    ::ENVIRONMENT: NZBOP_NZBTONZBDRONE_PY_WOLWAKE: 0
2014-12-14 10:19:28 INFO    ::ENVIRONMENT: NZBPP_HEALTH: 1000
2014-12-14 10:19:28 INFO    ::ENVIRONMENT: NZBOP_NZBTOMEDIA.PY:AUDIOLANGUAGE: eng
2014-12-14 10:19:28 INFO    ::ENVIRONMENT: NZBOP_NZBTOMEDIA_PY_CPSPORT: 5050
2014-12-14 10:19:28 INFO    ::ENVIRONMENT: TMP: C:\Users\Server\AppData\Local\Temp
2014-12-14 10:19:28 INFO    ::ENVIRONMENT: COMPUTERNAME: SERVER-PC
2014-12-14 10:19:28 INFO    ::ENVIRONMENT: NZBOP_NZBTOMEDIA.PY:SBDELETE_FAILED: 0
2014-12-14 10:19:28 INFO    ::ENVIRONMENT: NZBOP_NZBTOSICKBEARD_PY_ALLSUBLANGUAGES: 0
2014-12-14 10:19:28 INFO    ::ENVIRONMENT: NZBOP_NZBTONZBDRONE_PY_EMBEDSUBS: 1
2014-12-14 10:19:28 INFO    ::ENVIRONMENT: NZBOP_NZBTOSICKBEARD.PY:AUDIOOTHERCODECALLOW: 
2014-12-14 10:19:28 INFO    ::ENVIRONMENT: NZBOP_PARSCAN: auto
2014-12-14 10:19:28 INFO    ::ENVIRONMENT: NZBOP_NZBTOMYLAR.PY:MYWATCH_DIR: 
2014-12-14 10:19:28 INFO    ::ENVIRONMENT: COMMONPROGRAMFILES: C:\Program Files (x86)\Common Files
2014-12-14 10:19:28 INFO    ::ENVIRONMENT: NZBOP_NZBTOMEDIA_PY_PROCESSOUTPUT: 0
2014-12-14 10:19:28 INFO    ::ENVIRONMENT: NZBOP_NZBTONZBDRONE.PY:TRANSCODE: 0
2014-12-14 10:19:28 INFO    ::ENVIRONMENT: NZBOP_RETRYINTERVAL: 10
2014-12-14 10:19:28 INFO    ::ENVIRONMENT: NZBOP_NZBTOMYLAR.PY:MYWEB_ROOT: 
2014-12-14 10:19:28 INFO    ::ENVIRONMENT: NZBOP_UMASK: 1000
2014-12-14 10:19:28 INFO    ::ENVIRONMENT: NZBOP_NZBTOSICKBEARD_PY_AUDIOCODEC2ALLOW: 
2014-12-14 10:19:28 INFO    ::ENVIRONMENT: NZBOP_NZBTOMEDIA_PY_MYSWAIT_FOR: 1
2014-12-14 10:19:28 INFO    ::ENVIRONMENT: NZBPO_OUTPUTVIDEOCODEC: libx264
2014-12-14 10:19:28 INFO    ::ENVIRONMENT: NZBOP_NZBTOMEDIA_PY_HPAPIKEY: 
2014-12-14 10:19:28 INFO    ::ENVIRONMENT: NZBOP_NZBTOSICKBEARD_PY_SBSSL: 0
2014-12-14 10:19:28 INFO    ::ENVIRONMENT: NZBOP_NZBTOMEDIA.PY:OUTPUTVIDEOBITRATE: 800k
2014-12-14 10:19:28 INFO    ::ENVIRONMENT: NZBOP_SERVER2.NAME: Eweka
2014-12-14 10:19:28 INFO    ::ENVIRONMENT: NZBOP_NZBTOHEADPHONES.PY:WOLHOST: 192.168.1.37
2014-12-14 10:19:28 INFO    ::ENVIRONMENT: NZBOP_CATEGORY3.POSTSCRIPT: 
2014-12-14 10:19:28 INFO    ::ENVIRONMENT: NZBOP_NZBTOSICKBEARD.PY:OUTPUTAUDIOCHANNELS: 6
2014-12-14 10:19:28 INFO    ::ENVIRONMENT: NZBOP_NZBTONZBDRONE_PY_OUTPUTAUDIOTRACK2BITRATE: 128k
2014-12-14 10:19:28 INFO    ::ENVIRONMENT: NZBOP_NZBTOMEDIA.PY:USDELAY: 120
2014-12-14 10:19:28 INFO    ::ENVIRONMENT: NZBOP_SERVER1_HOST: sslreader.eweka.nl
2014-12-14 10:19:28 INFO    ::ENVIRONMENT: NZBOP_NZBTOMEDIA.PY:GZPORT: 8085
2014-12-14 10:19:28 INFO    ::ENVIRONMENT: NZBOP_NZBTOMEDIA_PY_HPPORT: 8181
2014-12-14 10:19:28 INFO    ::ENVIRONMENT: NZBOP_NZBTOMEDIA.PY:ALLAUDIOLANGUAGES: 0
2014-12-14 10:19:28 INFO    ::ENVIRONMENT: NZBOP_UPDATEINTERVAL: 200
2014-12-14 10:19:28 INFO    ::ENVIRONMENT: NZBOP_NZBTOMEDIA.PY:GZREMOTE_PATH: 0
2014-12-14 10:19:28 INFO    ::ENVIRONMENT: NZBOP_NZBTOHEADPHONES.PY:NICENESS: 10
2014-12-14 10:19:28 INFO    ::ENVIRONMENT: NZBPO_AUDIOOTHERCODECALLOW: 
2014-12-14 10:19:28 INFO    ::ENVIRONMENT: NZBOP_NZBTOGAMEZ_PY_GZAPIKEY: 
2014-12-14 10:19:28 INFO    ::ENVIRONMENT: NZBOP_NZBTOCOUCHPOTATO.PY:WOLPORT: 80
2014-12-14 10:19:28 INFO    ::ENVIRONMENT: NZBOP_NZBTONZBDRONE.PY:OUTPUTAUDIOOTHERCODEC: libmp3lame
2014-12-14 10:19:28 INFO    ::ENVIRONMENT: NZBOP_NZBTOSICKBEARD.PY:SBSSL: 0
2014-12-14 10:19:28 INFO    ::ENVIRONMENT: NZBOP_NZBTOMEDIA.PY:SAFE_MODE: 1
2014-12-14 10:19:28 INFO    ::ENVIRONMENT: NZBOP_NZBTOMEDIA_PY_USER_SCRIPT_MEDIAEXTENSIONS: .mkv,.avi,.divx,.xvid,.mov,.wmv,.mp4,.mpg,.mpeg
2014-12-14 10:19:28 INFO    ::ENVIRONMENT: NZBOP_NZBTOSICKBEARD_PY_EMBEDSUBS: 1
2014-12-14 10:19:28 INFO    ::ENVIRONMENT: NZBOP_NZBTOMEDIA.PY:WOLHOST: 192.168.1.37
2014-12-14 10:19:28 INFO    ::ENVIRONMENT: NZBOP_NZBTOSICKBEARD.PY:ALLAUDIOLANGUAGES: 0
2014-12-14 10:19:28 INFO    ::ENVIRONMENT: NZBOP_NZBTOMEDIA.PY:NICENESS: 10
2014-12-14 10:19:28 INFO    ::ENVIRONMENT: NZBOP_NZBTOMEDIA_PY_USER_SCRIPT_PARAM: FN
2014-12-14 10:19:28 INFO    ::ENVIRONMENT: NZBOP_NZBTONZBDRONE.PY:OUTPUTAUDIOBITRATE: 128k
2014-12-14 10:19:28 INFO    ::ENVIRONMENT: NZBOP_NZBTOSICKBEARD.PY:DUPLICATE: 1
2014-12-14 10:19:28 INFO    ::ENVIRONMENT: NZBPO_CPSDELETE_FAILED: 0
2014-12-14 10:19:28 INFO    ::ENVIRONMENT: NZBOP_NZBTOSICKBEARD.PY:SBPORT: 8081
2014-12-14 10:19:28 INFO    ::ENVIRONMENT: NZBOP_CONTROLIP: 0.0.0.0
2014-12-14 10:19:28 INFO    ::ENVIRONMENT: NZBOP_NZBTOMYLAR.PY:MYPASSWORD: 
2014-12-14 10:19:28 INFO    ::ENVIRONMENT: NZBOP_NZBTOCOUCHPOTATO_PY_ALLAUDIOLANGUAGES: 0
2014-12-14 10:19:28 INFO    ::ENVIRONMENT: NZBOP_NZBTOMEDIA.PY:SBPASSWORD: 
2014-12-14 10:19:28 INFO    ::ENVIRONMENT: NZBOP_NZBTOMEDIA.PY:OUTPUTAUDIOCHANNELS: 6
2014-12-14 10:19:28 INFO    ::ENVIRONMENT: NZBOP_NZBTOSICKBEARD_PY_ALLAUDIOLANGUAGES: 0
2014-12-14 10:19:28 INFO    ::ENVIRONMENT: NZBOP_SERVER2.LEVEL: 0
2014-12-14 10:19:28 INFO    ::ENVIRONMENT: NZBOP_NZBTOMEDIA_PY_SBWEB_ROOT: 
2014-12-14 10:19:28 INFO    ::ENVIRONMENT: NZBOP_NZBTOHEADPHONES_PY_HPCATEGORY: music
2014-12-14 10:19:28 INFO    ::ENVIRONMENT: PUBLIC: C:\Users\Public
2014-12-14 10:19:28 INFO    ::ENVIRONMENT: NZBOP_NZBTOCOUCHPOTATO_PY_IGNOREEXTENSIONS: .avi,.mkv
2014-12-14 10:19:28 INFO    ::ENVIRONMENT: NZBOP_NZBTOSICKBEARD_PY_OUTPUTVIDEOPATH: 
2014-12-14 10:19:28 INFO    ::ENVIRONMENT: NZBPP_TOTALARTICLES: 2017
2014-12-14 10:19:28 INFO    ::ENVIRONMENT: NZBOP_NZBTOCOUCHPOTATO.PY:EXTRACTSUBS: 0
2014-12-14 10:19:28 INFO    ::ENVIRONMENT: NZBOP_SERVER2.CIPHER: 
2014-12-14 10:19:28 INFO    ::ENVIRONMENT: NZBOP_NZBTONZBDRONE.PY:AUDIOCODECALLOW: 
2014-12-14 10:19:28 INFO    ::ENVIRONMENT: NZBOP_NZBTOCOUCHPOTATO_PY_AUDIOLANGUAGE: eng
2014-12-14 10:19:28 INFO    ::ENVIRONMENT: NZBOP_NZBTOMEDIA.PY:GZCATEGORY: games
2014-12-14 10:19:28 INFO    ::ENVIRONMENT: NZBOP_NZBTOSICKBEARD.PY:IONICE_CLASS: 2
2014-12-14 10:19:28 INFO    ::ENVIRONMENT: NZBOP_NZBTOCOUCHPOTATO_PY_HWACCEL: 0
2014-12-14 10:19:28 INFO    ::ENVIRONMENT: NZBOP_NZBTONZBDRONE_PY_NDSSL: 0
2014-12-14 10:19:28 INFO    ::ENVIRONMENT: NZBOP_NZBTONZBDRONE_PY_OUTPUTVIDEOFRAMERATE: 24
2014-12-14 10:19:28 INFO    ::ENVIRONMENT: NZBOP_NZBTOMEDIA.PY:USER_SCRIPT_PARAM: FN
2014-12-14 10:19:28 INFO    ::ENVIRONMENT: PROGRAMFILES: C:\Program Files (x86)
2014-12-14 10:19:28 INFO    ::ENVIRONMENT: PROCESSOR_REVISION: 2a07
2014-12-14 10:19:28 INFO    ::ENVIRONMENT: NZBOP_NZBTOGAMEZ.PY:WOLWAKE: 0
2014-12-14 10:19:28 INFO    ::ENVIRONMENT: NZBOP_NZBTOCOUCHPOTATO_PY_CPSWEB_ROOT: 
2014-12-14 10:19:28 INFO    ::ENVIRONMENT: NZBOP_NZBTOMEDIA_PY_NDCATEGORY: tv2
2014-12-14 10:19:28 INFO    ::ENVIRONMENT: NZBOP_NZBTOSICKBEARD.PY:ALLSUBLANGUAGES: 0
2014-12-14 10:19:28 INFO    ::ENVIRONMENT: NZBOP_CATEGORY3_NAME: Music
2014-12-14 10:19:28 INFO    ::ENVIRONMENT: NZBOP_NZBTONZBDRONE.PY:NDWEB_ROOT: 
2014-12-14 10:19:28 INFO    ::ENVIRONMENT: NZBOP_NZBTOSICKBEARD_PY_OUTPUTVIDEOCODEC: libx264
2014-12-14 10:19:28 INFO    ::ENVIRONMENT: NZBOP_CATEGORY1.UNPACK: yes
2014-12-14 10:19:28 INFO    ::ENVIRONMENT: NZBOP_NZBTOMYLAR_PY_MOUNTPOINTS: 
2014-12-14 10:19:28 INFO    ::ENVIRONMENT: NZBOP_NZBTOMEDIA.PY:HPSSL: 0
2014-12-14 10:19:28 INFO    ::ENVIRONMENT: NZBOP_NZBTOMEDIA.PY:USREMOTE_PATH: 0
2014-12-14 10:19:28 INFO    ::ENVIRONMENT: NZBOP_NZBTOCOUCHPOTATO.PY:OUTPUTAUDIOOTHERCHANNELS: 2
2014-12-14 10:19:28 INFO    ::ENVIRONMENT: NZBOP_NZBTOMEDIA_PY_HPHOST: localhost
2014-12-14 10:19:28 INFO    ::ENVIRONMENT: NZBOP_NZBTOMYLAR_PY_MYSWAIT_FOR: 1
2014-12-14 10:19:28 INFO    ::ENVIRONMENT: LOCALAPPDATA: C:\Users\Server\AppData\Local
2014-12-14 10:19:28 INFO    ::ENVIRONMENT: NZBOP_CONTROLPASSWORD: Krohn1797
2014-12-14 10:19:28 INFO    ::ENVIRONMENT: NZBOP_NZBTOMEDIA.PY:SBWEB_ROOT: 
2014-12-14 10:19:28 INFO    ::ENVIRONMENT: NZBOP_NZBTOCOUCHPOTATO.PY:CPSDELETE_FAILED: 0
2014-12-14 10:19:28 INFO    ::ENVIRONMENT: NZBOP_NZBTOSICKBEARD_PY_WOLMAC: 00:01:2e:2D:64:e1
2014-12-14 10:19:28 INFO    ::ENVIRONMENT: NZBOP_NZBTOGAMEZ.PY:GZPORT: 8085
2014-12-14 10:19:28 INFO    ::ENVIRONMENT: NZBOP_NZBTOMEDIA_PY_SBWATCH_DIR: 
2014-12-14 10:19:28 INFO    ::ENVIRONMENT: NZBOP_NZBTOCOUCHPOTATO.PY:OUTPUTAUDIOTRACK2CHANNELS: 2
2014-12-14 10:19:28 INFO    ::ENVIRONMENT: PROGRAMDATA: C:\ProgramData
2014-12-14 10:19:28 INFO    ::ENVIRONMENT: NZBOP_NZBTOMEDIA_PY_IGNOREEXTENSIONS: .avi,.mkv
2014-12-14 10:19:28 INFO    ::ENVIRONMENT: NZBOP_SERVER1_USERNAME: jonaskp
2014-12-14 10:19:28 INFO    ::ENVIRONMENT: NZBOP_NZBTOMEDIA_PY_NDHOST: localhost
2014-12-14 10:19:28 INFO    ::ENVIRONMENT: NZBOP_SERVER2.CONNECTIONS: 4
2014-12-14 10:19:28 INFO    ::ENVIRONMENT: NZBOP_NZBTOCOUCHPOTATO_PY_CPSPORT: 5050
2014-12-14 10:19:28 INFO    ::ENVIRONMENT: NZBOP_NZBTOGAMEZ_PY_WOLHOST: 192.168.1.37
2014-12-14 10:19:28 INFO    ::ENVIRONMENT: NZBOP_NZBTOGAMEZ.PY:GZWEB_ROOT: 
2014-12-14 10:19:28 INFO    ::ENVIRONMENT: NZBOP_NZBTOMEDIA.PY:GETSUBS: 0
2014-12-14 10:19:28 INFO    ::ENVIRONMENT: NZBOP_NZBTOMEDIA_PY_OUTPUTAUDIOCODEC: ac3
2014-12-14 10:19:28 INFO    ::ENVIRONMENT: NZBOP_NZBTOMEDIA.PY:GZHOST: localhost
2014-12-14 10:19:28 INFO    ::ENVIRONMENT: NZBOP_PARIGNOREEXT: .sfv, .nzb, .nfo
2014-12-14 10:19:28 INFO    ::ENVIRONMENT: NZBOP_NZBTOGAMEZ_PY_WOLMAC: 00:01:2e:2D:64:e1
2014-12-14 10:19:28 INFO    ::ENVIRONMENT: NZBOP_NZBTOMEDIA.PY:MYHOST: localhost
2014-12-14 10:19:28 INFO    ::ENVIRONMENT: NZBOP_NZBTOSICKBEARD.PY:EXTRACTSUBS: 0
2014-12-14 10:19:28 INFO    ::ENVIRONMENT: NZBOP_NZBTOCOUCHPOTATO_PY_NICENESS: 10
2014-12-14 10:19:28 INFO    ::ENVIRONMENT: NZBOP_CATEGORY4_NAME: Software
2014-12-14 10:19:28 INFO    ::ENVIRONMENT: NZBOP_PROPAGATIONDELAY: 0
2014-12-14 10:19:28 INFO    ::ENVIRONMENT: NZBOP_NZBTOCOUCHPOTATO.PY:CPSAPIKEY: 
2014-12-14 10:19:28 INFO    ::ENVIRONMENT: NZBOP_SERVER1_JOINGROUP: no
2014-12-14 10:19:28 INFO    ::ENVIRONMENT: NZBOP_NZBTOMEDIA_PY_SBPASSWORD: 
2014-12-14 10:19:28 INFO    ::ENVIRONMENT: NZBOP_NZBTOCOUCHPOTATO.PY:AUDIOCODECALLOW: 
2014-12-14 10:19:28 INFO    ::ENVIRONMENT: PROGRAMFILES(X86): C:\Program Files (x86)
2014-12-14 10:19:28 INFO    ::ENVIRONMENT: NZBOP_NZBTOMEDIA_PY_TRANSCODE: 0
2014-12-14 10:19:28 INFO    ::ENVIRONMENT: NZBOP_NZBTOCOUCHPOTATO_PY_OUTPUTVIDEOBITRATE: 800k
2014-12-14 10:19:28 INFO    ::ENVIRONMENT: NZBOP_NZBTOSICKBEARD_PY_OUTPUTVIDEOFRAMERATE: 24
2014-12-14 10:19:28 INFO    ::ENVIRONMENT: NZBOP_NZBTONZBDRONE.PY:OUTPUTVIDEOEXTENSION: .mp4
2014-12-14 10:19:28 INFO    ::ENVIRONMENT: NZBPP_FAILEDARTICLES: 0
2014-12-14 10:19:28 INFO    ::ENVIRONMENT: NZBOP_NZBTOCOUCHPOTATO_PY_EMBEDSUBS: 1
2014-12-14 10:19:28 INFO    ::ENVIRONMENT: NZBOP_NZBTOSICKBEARD.PY:OUTPUTAUDIOOTHERCHANNELS: 2
2014-12-14 10:19:28 INFO    ::ENVIRONMENT: NZBOP_NZBTOCOUCHPOTATO.PY:OUTPUTVIDEOBITRATE: 800k
2014-12-14 10:19:28 INFO    ::ENVIRONMENT: NZBOP_NZBTOSICKBEARD_PY_WOLPORT: 80
2014-12-14 10:19:28 INFO    ::ENVIRONMENT: NZBOP_NZBTOMYLAR.PY:WOLPORT: 80
2014-12-14 10:19:28 INFO    ::ENVIRONMENT: NZBOP_CATEGORY4.POSTSCRIPT: 
2014-12-14 10:19:28 INFO    ::ENVIRONMENT: NZBOP_NZBTOMEDIA_PY_CPSWAIT_FOR: 2
2014-12-14 10:19:28 INFO    ::ENVIRONMENT: NZBOP_NZBTOCOUCHPOTATO_PY_OUTPUTAUDIOTRACK2CHANNELS: 2
2014-12-14 10:19:28 INFO    ::ENVIRONMENT: NZBOP_NZBTOCOUCHPOTATO_PY_OUTPUTVIDEOPRESET: medium
2014-12-14 10:19:28 INFO    ::ENVIRONMENT: NZBOP_NZBTONZBDRONE_PY_GETSUBS: 0
2014-12-14 10:19:28 INFO    ::ENVIRONMENT: NZBOP_PARTHREADS: 0
2014-12-14 10:19:28 INFO    ::ENVIRONMENT: NZBOP_NZBTOMEDIA_PY_EXTERNALSUBDIR: 
2014-12-14 10:19:28 INFO    ::ENVIRONMENT: NZBOP_NZBTONZBDRONE.PY:DUPLICATE: 1
2014-12-14 10:19:28 INFO    ::ENVIRONMENT: NZBOP_NZBTOCOUCHPOTATO_PY_WOLWAKE: 0
2014-12-14 10:19:28 INFO    ::ENVIRONMENT: NZBPR_*UNPACK:: yes
2014-12-14 10:19:28 INFO    ::ENVIRONMENT: NZBOP_NZBTOMEDIA.PY:OUTPUTVIDEOFRAMERATE: 24
2014-12-14 10:19:28 INFO    ::ENVIRONMENT: NZBOP_NZBTOSICKBEARD.PY:HWACCEL: 0
2014-12-14 10:19:28 INFO    ::ENVIRONMENT: NZBOP_NZBTOSICKBEARD_PY_NICENESS: 10
2014-12-14 10:19:28 INFO    ::ENVIRONMENT: NZBOP_NZBTOGAMEZ_PY_GZHOST: localhost
2014-12-14 10:19:28 INFO    ::ENVIRONMENT: NZBOP_SERVER1.CONNECTIONS: 8
2014-12-14 10:19:28 INFO    ::ENVIRONMENT: NZBOP_SERVER2_ENCRYPTION: no
2014-12-14 10:19:28 INFO    ::ENVIRONMENT: NZBOP_CATEGORY1.ALIASES: 
2014-12-14 10:19:28 INFO    ::ENVIRONMENT: NZBOP_NZBTOSICKBEARD_PY_WOLHOST: 192.168.1.37
2014-12-14 10:19:28 INFO    ::ENVIRONMENT: NZBOP_NZBTONZBDRONE_PY_OUTPUTAUDIOBITRATE: 128k
2014-12-14 10:19:28 INFO    ::ENVIRONMENT: NZBPP_TOTALSTATUS: SUCCESS
2014-12-14 10:19:28 INFO    ::ENVIRONMENT: NZBOP_NZBTOMEDIA_PY_OUTPUTVIDEOPATH: 
2014-12-14 10:19:28 INFO    ::ENVIRONMENT: NZBOP_NZBTOSICKBEARD_PY_SAFE_MODE: 1
2014-12-14 10:19:28 INFO    ::ENVIRONMENT: NZBOP_NZBTOMYLAR_PY_MYCATEGORY: comics
2014-12-14 10:19:28 INFO    ::ENVIRONMENT: NZBOP_NZBTOMEDIA.PY:OUTPUTFASTSTART: 0
2014-12-14 10:19:28 INFO    ::ENVIRONMENT: NZBOP_NZBTOCOUCHPOTATO_PY_OUTPUTVIDEOEXTENSION: .mp4
2014-12-14 10:19:28 INFO    ::ENVIRONMENT: NZBOP_CATEGORY2.NAME: tv
2014-12-14 10:19:28 INFO    ::ENVIRONMENT: NZBOP_NZBTONZBDRONE.PY:SUBLANGUAGES: eng,spa,fra
2014-12-14 10:19:28 INFO    ::ENVIRONMENT: NZBOP_NZBTOMYLAR_PY_MYREMOTE_PATH: 0
2014-12-14 10:19:28 INFO    ::ENVIRONMENT: NZBPO_OUTPUTVIDEOPRESET: medium
2014-12-14 10:19:28 INFO    ::ENVIRONMENT: NZBOP_NZBTOSICKBEARD_PY_WOLWAKE: 0
2014-12-14 10:19:28 INFO    ::ENVIRONMENT: NZBOP_NZBTOMEDIA_PY_OUTPUTAUDIOTRACK2BITRATE: 160k
2014-12-14 10:19:28 INFO    ::ENVIRONMENT: NZBOP_SERVER1.HOST: sslreader.eweka.nl
2014-12-14 10:19:28 INFO    ::ENVIRONMENT: NZBOP_PARCLEANUPQUEUE: yes
2014-12-14 10:19:28 INFO    ::ENVIRONMENT: NZBOP_NZBTOMEDIA.PY:CPSPORT: 5050
2014-12-14 10:19:28 INFO    ::ENVIRONMENT: NZBOP_NZBTOMEDIA_PY_HPSSL: 0
2014-12-14 10:19:28 INFO    ::ENVIRONMENT: NZBOP_NZBTONZBDRONE.PY:AUDIOCODEC2ALLOW: 
2014-12-14 10:19:28 INFO    ::ENVIRONMENT: NZBOP_NZBTOSICKBEARD_PY_OUTPUTAUDIOCODEC: ac3
2014-12-14 10:19:28 INFO    ::ENVIRONMENT: NZBOP_CONTINUEPARTIAL: no
2014-12-14 10:19:28 INFO    ::ENVIRONMENT: NZBOP_PARTIMELIMIT: 0
2014-12-14 10:19:28 INFO    ::ENVIRONMENT: NZBOP_NZBTOMEDIA.PY:SBWATCH_DIR: 
2014-12-14 10:19:28 INFO    ::ENVIRONMENT: NZBOP_PARPAUSEQUEUE: no
2014-12-14 10:19:28 INFO    ::ENVIRONMENT: NZBOP_NZBTOMEDIA.PY:USER_SCRIPT_MEDIAEXTENSIONS: .mkv,.avi,.divx,.xvid,.mov,.wmv,.mp4,.mpg,.mpeg
2014-12-14 10:19:28 INFO    ::ENVIRONMENT: NZBOP_NZBTOCOUCHPOTATO.PY:PROCESSOUTPUT: 0
2014-12-14 10:19:28 INFO    ::ENVIRONMENT: NZBOP_NZBTOSICKBEARD.PY:NICENESS: 10
2014-12-14 10:19:28 INFO    ::ENVIRONMENT: NZBOP_NZBTOMEDIA_PY_HPCATEGORY: music
2014-12-14 10:19:28 INFO    ::ENVIRONMENT: NZBPO_WOLMAC: 00:01:2e:2D:64:e1
2014-12-14 10:19:28 INFO    ::ENVIRONMENT: NZBOP_NZBTOMEDIA_PY_OUTPUTFASTSTART: 0
2014-12-14 10:19:28 INFO    ::ENVIRONMENT: NZBOP_CATEGORY1.POSTSCRIPT: nzbToCouchPotato.py
2014-12-14 10:19:28 INFO    ::ENVIRONMENT: NZBOP_CRCCHECK: yes
2014-12-14 10:19:28 INFO    ::ENVIRONMENT: NZBOP_NZBTOMYLAR.PY:MYSWAIT_FOR: 1
2014-12-14 10:19:28 INFO    ::ENVIRONMENT: NZBOP_NZBTOMEDIA.PY:HPAPIKEY: 
2014-12-14 10:19:28 INFO    ::ENVIRONMENT: NZBOP_NZBTOCOUCHPOTATO_PY_OUTPUTAUDIOTRACK2BITRATE: 160k
2014-12-14 10:19:28 INFO    ::ENVIRONMENT: NZBOP_NZBTOMEDIA.PY:USER_SCRIPT_SUCCESSCODES: 0
2014-12-14 10:19:28 INFO    ::ENVIRONMENT: OS: Windows_NT
2014-12-14 10:19:28 INFO    ::ENVIRONMENT: NZBOP_NZBTOMEDIA.PY:MYREMOTE_PATH: 0
2014-12-14 10:19:28 INFO    ::ENVIRONMENT: NZBPO_OUTPUTAUDIOOTHERBITRATE: 128k
2014-12-14 10:19:28 INFO    ::ENVIRONMENT: NZBOP_NZBTOMEDIA_PY_SBREMOTE_PATH: 0
2014-12-14 10:19:28 INFO    ::ENVIRONMENT: NZBOP_SERVER2_USERNAME: jonaskp
2014-12-14 10:19:28 INFO    ::ENVIRONMENT: NZBPO_AUDIOCODECALLOW: 
2014-12-14 10:19:28 INFO    ::ENVIRONMENT: NZBOP_NZBTONZBDRONE.PY:EXTERNALSUBDIR: 
2014-12-14 10:19:28 INFO    ::ENVIRONMENT: NZBPO_WOLWAKE: 0
2014-12-14 10:19:28 INFO    ::ENVIRONMENT: NZBOP_CONTROLUSERNAME: jonaskp
2014-12-14 10:19:28 INFO    ::ENVIRONMENT: NZBOP_SERVER1_NAME: Eweka SSL
2014-12-14 10:19:28 INFO    ::ENVIRONMENT: NZBOP_PARQUICK: yes
2014-12-14 10:19:28 INFO    ::ENVIRONMENT: NZBOP_NZBTOMEDIA_PY_SBPORT: 8081
2014-12-14 10:19:28 INFO    ::ENVIRONMENT: NZBOP_NZBTOSICKBEARD.PY:AUDIOCODECALLOW: 
2014-12-14 10:19:28 INFO    ::ENVIRONMENT: NZBOP_RELOADQUEUE: yes
2014-12-14 10:19:28 INFO    ::ENVIRONMENT: NZBOP_NZBTONZBDRONE.PY:OUTPUTAUDIOCODEC: libmp3lame
2014-12-14 10:19:28 INFO    ::ENVIRONMENT: NZBOP_SECUREKEY: 
2014-12-14 10:19:28 INFO    ::ENVIRONMENT: NZBOP_NZBTOSICKBEARD_PY_OUTPUTAUDIOTRACK2BITRATE: 160k
2014-12-14 10:19:28 INFO    ::ENVIRONMENT: NZBOP_NZBTOCOUCHPOTATO_PY_OUTPUTVIDEOFRAMERATE: 24
2014-12-14 10:19:28 INFO    ::ENVIRONMENT: NZBOP_NZBTOSICKBEARD_PY_MEDIAEXTENSIONS: .mkv,.avi,.divx,.xvid,.mov,.wmv,.mp4,.mpg,.mpeg,.vob,.iso
2014-12-14 10:19:28 INFO    ::ENVIRONMENT: NZBOP_NZBTOSICKBEARD.PY:AUDIOCODEC2ALLOW: 
2014-12-14 10:19:28 INFO    ::ENVIRONMENT: NZBOP_NZBTOMEDIA_PY_ALLSUBLANGUAGES: 0
2014-12-14 10:19:28 INFO    ::ENVIRONMENT: NZBPP_DIRECTORY: C:\Users\Server\Downloads\NZBGET\complete\movie\How.To.Train.Your.Dragon.2010.DVDRip.XviD-aXXo.cp(tt0892769)
2014-12-14 10:19:28 INFO    ::ENVIRONMENT: NZBOP_DISKSPACE: 250
2014-12-14 10:19:28 INFO    ::ENVIRONMENT: NZBOP_NZBTOCOUCHPOTATO_PY_SUBLANGUAGES: eng,spa,fra
2014-12-14 10:19:28 INFO    ::ENVIRONMENT: NZBOP_NZBTOSICKBEARD_PY_AUDIOLANGUAGE: eng
2014-12-14 10:19:28 INFO    ::ENVIRONMENT: NZBOP_NZBTONZBDRONE_PY_NDPORT: 8989
2014-12-14 10:19:28 INFO    ::ENVIRONMENT: NZBOP_PARCHECK: auto
2014-12-14 10:19:28 INFO    ::ENVIRONMENT: NZBOP_NZBTOMEDIA.PY:TRANSCODE: 0
2014-12-14 10:19:28 INFO    ::ENVIRONMENT: NZBOP_NZBTONZBDRONE_PY_NICENESS: 10
2014-12-14 10:19:28 INFO    ::ENVIRONMENT: NZBOP_NZBTOSICKBEARD_PY_OUTPUTAUDIOOTHERCODEC: libmp3lame
2014-12-14 10:19:28 INFO    ::ENVIRONMENT: NZBOP_SERVER1_ACTIVE: no
2014-12-14 10:19:28 INFO    ::ENVIRONMENT: NZBOP_NZBTONZBDRONE.PY:MEDIAEXTENSIONS: .mkv,.avi,.divx,.xvid,.mov,.wmv,.mp4,.mpg,.mpeg,.vob,.iso
2014-12-14 10:19:28 INFO    ::ENVIRONMENT: NZBOP_FEEDHISTORY: 7
2014-12-14 10:19:28 INFO    ::ENVIRONMENT: NZBOP_NZBTOMYLAR.PY:WOLHOST: 192.168.1.37
2014-12-14 10:19:28 INFO    ::ENVIRONMENT: NZBOP_KEEPHISTORY: 30
2014-12-14 10:19:28 INFO    ::ENVIRONMENT: NZBOP_SERVER1.NAME: Eweka SSL
2014-12-14 10:19:28 INFO    ::ENVIRONMENT: NZBOP_NZBTONZBDRONE.PY:OUTPUTAUDIOTRACK2BITRATE: 128k
2014-12-14 10:19:28 INFO    ::ENVIRONMENT: NZBOP_NZBTOSICKBEARD.PY:WOLHOST: 192.168.1.37
2014-12-14 10:19:28 INFO    ::ENVIRONMENT: NZBOP_NZBTOMEDIA_PY_BURNINSUBTITLE: 0
2014-12-14 10:19:28 INFO    ::ENVIRONMENT: NZBOP_NZBTOGAMEZ.PY:GZWATCH_DIR: 
2014-12-14 10:19:28 INFO    ::ENVIRONMENT: LOGONSERVER: \\SERVER-PC
2014-12-14 10:19:28 INFO    ::ENVIRONMENT: NZBOP_NZBTOSICKBEARD_PY_OUTPUTVIDEOPRESET: medium
2014-12-14 10:19:28 INFO    ::ENVIRONMENT: NZBOP_NZBTOMEDIA_PY_SBSSL: 0
2014-12-14 10:19:28 INFO    ::ENVIRONMENT: NZBOP_NZBTOMEDIA_PY_AUTO_UPDATE: 0
2014-12-14 10:19:28 INFO    ::ENVIRONMENT: NZBOP_NZBTOCOUCHPOTATO.PY:VIDEOCODECALLOW: 
2014-12-14 10:19:28 INFO    ::ENVIRONMENT: NZBOP_NZBTOMYLAR.PY:MYHOST: localhost
2014-12-14 10:19:28 INFO    ::ENVIRONMENT: NZBPO_OUTPUTAUDIOTRACK2CHANNELS: 2
2014-12-14 10:19:28 INFO    ::ENVIRONMENT: NZBOP_NZBTOMEDIA.PY:EMBEDSUBS: 1
2014-12-14 10:19:28 INFO    ::ENVIRONMENT: NZBOP_CATEGORY2_DESTDIR: 
2014-12-14 10:19:28 INFO    ::ENVIRONMENT: NZBOP_NZBTOGAMEZ.PY:IONICE_CLASS: 2
2014-12-14 10:19:28 INFO    ::ENVIRONMENT: NZBOP_NZBTOCOUCHPOTATO_PY_OUTPUTVIDEOPATH: 
2014-12-14 10:19:28 INFO    ::ENVIRONMENT: NZBOP_NZBTOHEADPHONES.PY:HPCATEGORY: music
2014-12-14 10:19:28 INFO    ::ENVIRONMENT: APPDATA: C:\Users\Server\AppData\Roaming
2014-12-14 10:19:28 INFO    ::ENVIRONMENT: NZBPO_ALLSUBLANGUAGES: 0
2014-12-14 10:19:28 INFO    ::ENVIRONMENT: NZBOP_NZBTOGAMEZ_PY_IONICE_CLASS: 2
2014-12-14 10:19:28 INFO    ::ENVIRONMENT: NZBOP_NZBTOCOUCHPOTATO.PY:SAFE_MODE: 1
2014-12-14 10:19:28 INFO    ::ENVIRONMENT: NZBOP_SERVER2_ACTIVE: yes
2014-12-14 10:19:28 INFO    ::ENVIRONMENT: NZBOP_NZBTOSICKBEARD.PY:OUTPUTVIDEOFRAMERATE: 24
2014-12-14 10:19:28 INFO    ::ENVIRONMENT: NZBOP_CATEGORY3.DESTDIR: 
2014-12-14 10:19:28 INFO    ::ENVIRONMENT: NZBOP_NZBTOMEDIA_PY_GZSSL: 0
2014-12-14 10:19:28 INFO    ::ENVIRONMENT: NZBOP_NZBTOSICKBEARD_PY_AUDIOOTHERCODECALLOW: 
2014-12-14 10:19:28 INFO    ::ENVIRONMENT: NZBOP_NZBTOSICKBEARD_PY_SBDELETE_FAILED: 0
2014-12-14 10:19:28 INFO    ::ENVIRONMENT: NZBOP_NZBTOSICKBEARD.PY:OUTPUTVIDEOPRESET: medium
2014-12-14 10:19:28 INFO    ::ENVIRONMENT: NZBOP_NZBTOCOUCHPOTATO.PY:AUDIOLANGUAGE: eng
2014-12-14 10:19:28 INFO    ::ENVIRONMENT: NZBOP_NZBTONZBDRONE_PY_NDHOST: localhost
2014-12-14 10:19:28 INFO    ::ENVIRONMENT: NZBOP_NZBTONZBDRONE_PY_VIDEOCODECALLOW: 
2014-12-14 10:19:28 INFO    ::ENVIRONMENT: NZBOP_NZBTOMEDIA.PY:CHECK_MEDIA: 1
2014-12-14 10:19:28 INFO    ::ENVIRONMENT: NZBOP_CATEGORY4_UNPACK: yes
2014-12-14 10:19:28 INFO    ::ENVIRONMENT: NZBOP_NZBTOHEADPHONES_PY_HPHOST: localhost
2014-12-14 10:19:28 INFO    ::ENVIRONMENT: NZBPO_AUDIOCODEC2ALLOW: 
2014-12-14 10:19:28 INFO    ::ENVIRONMENT: NZBOP_NZBTONZBDRONE_PY_NDDELETE_FAILED: 0
2014-12-14 10:19:28 INFO    ::ENVIRONMENT: NZBOP_NZBTONZBDRONE_PY_IONICE_CLASS: 2
2014-12-14 10:19:28 INFO    ::ENVIRONMENT: NZBOP_NZBTOMEDIA_PY_SBUSERNAME: 
2014-12-14 10:19:28 INFO    ::ENVIRONMENT: NZBOP_NZBTOMEDIA.PY:CPSREMOTE_PATH: 0
2014-12-14 10:19:28 INFO    ::ENVIRONMENT: NZBOP_NZBTOCOUCHPOTATO_PY_OUTPUTFASTSTART: 0
2014-12-14 10:19:28 INFO    ::ENVIRONMENT: NZBOP_SERVER2_CONNECTIONS: 4
2014-12-14 10:19:28 INFO    ::ENVIRONMENT: NZBOP_SERVER1_PASSWORD: Krohn1797
2014-12-14 10:19:28 INFO    ::ENVIRONMENT: NZBOP_NZBTONZBDRONE_PY_AUDIOCODECALLOW: 
2014-12-14 10:19:28 INFO    ::ENVIRONMENT: NZBOP_NZBTOCOUCHPOTATO_PY_OUTPUTAUDIOTRACK2CODEC: libfaac
2014-12-14 10:19:28 INFO    ::ENVIRONMENT: NZBOP_NZBTOMEDIA_PY_GZPORT: 8085
2014-12-14 10:19:28 INFO    ::ENVIRONMENT: NZBOP_CATEGORY2.DESTDIR: 
2014-12-14 10:19:28 INFO    ::ENVIRONMENT: NZBOP_NZBTOSICKBEARD_PY_HWACCEL: 0
2014-12-14 10:19:28 INFO    ::ENVIRONMENT: NZBOP_SERVER2_JOINGROUP: no
2014-12-14 10:19:28 INFO    ::ENVIRONMENT: NZBOP_NZBTOCOUCHPOTATO.PY:OUTPUTAUDIOTRACK2BITRATE: 160k
2014-12-14 10:19:28 INFO    ::ENVIRONMENT: NZBOP_NZBTONZBDRONE.PY:NDHOST: localhost
2014-12-14 10:19:28 INFO    ::ENVIRONMENT: NZBOP_NZBTOCOUCHPOTATO_PY_PROCESSOUTPUT: 0
2014-12-14 10:19:28 INFO    ::ENVIRONMENT: NZBOP_NZBTOMEDIA_PY_MOUNTPOINTS: 
2014-12-14 10:19:28 INFO    ::ENVIRONMENT: NZBOP_NZBTOMYLAR.PY:MYCATEGORY: comics
2014-12-14 10:19:28 INFO    ::ENVIRONMENT: NZBPO_AUTO_UPDATE: 0
2014-12-14 10:19:28 INFO    ::ENVIRONMENT: NZBOP_NZBTOCOUCHPOTATO_PY_IONICE_CLASS: 2
2014-12-14 10:19:28 INFO    ::ENVIRONMENT: NZBOP_NZBTONZBDRONE.PY:CHECK_MEDIA: 1
2014-12-14 10:19:28 INFO    ::ENVIRONMENT: NZBOP_NZBTONZBDRONE.PY:WOLPORT: 80
2014-12-14 10:19:28 INFO    ::ENVIRONMENT: NZBOP_NZBTONZBDRONE.PY:AUDIOOTHERCODECALLOW: 
2014-12-14 10:19:28 INFO    ::ENVIRONMENT: NZBOP_NZBTONZBDRONE.PY:OUTPUTFASTSTART: 0
2014-12-14 10:19:28 INFO    ::ENVIRONMENT: NZBOP_DECODE: yes
2014-12-14 10:19:28 INFO    ::ENVIRONMENT: NZBOP_NZBTOCOUCHPOTATO.PY:CPSSSL: 0
2014-12-14 10:19:28 INFO    ::ENVIRONMENT: NZBOP_NZBTOSICKBEARD.PY:SBPROCESS_METHOD: 
2014-12-14 10:19:28 INFO    ::ENVIRONMENT: NZBOP_NZBTOGAMEZ.PY:WOLMAC: 00:01:2e:2D:64:e1
2014-12-14 10:19:28 INFO    ::ENVIRONMENT: NZBOP_ACCURATERATE: no
2014-12-14 10:19:28 INFO    ::ENVIRONMENT: NZBPO_NICENESS: 10
2014-12-14 10:19:28 INFO    ::ENVIRONMENT: NZBOP_NZBTOMEDIA_PY_DUPLICATE: 1
2014-12-14 10:19:28 INFO    ::ENVIRONMENT: NZBPP_SERVER2_FAILEDARTICLES: 0
2014-12-14 10:19:28 INFO    ::ENVIRONMENT: NZBOP_NZBTOMEDIA.PY:VIDEOCODECALLOW: 
2014-12-14 10:19:28 INFO    ::ENVIRONMENT: NZBOP_NZBTOSICKBEARD.PY:SBWEB_ROOT: 
2014-12-14 10:19:28 INFO    ::ENVIRONMENT: NZBOP_NZBTOCOUCHPOTATO.PY:OUTPUTVIDEOPATH: 
2014-12-14 10:19:28 INFO    ::ENVIRONMENT: NZBOP_NZBTOSICKBEARD_PY_SBREMOTE_PATH: 0
2014-12-14 10:19:28 INFO    ::ENVIRONMENT: NZBOP_NZBTOMEDIA.PY:CPSHOST: localhost
2014-12-14 10:19:28 INFO    ::ENVIRONMENT: NZBOP_CATEGORY3.ALIASES: 
2014-12-14 10:19:28 INFO    ::ENVIRONMENT: NZBOP_NZBTONZBDRONE_PY_AUDIOOTHERCODECALLOW: 
2014-12-14 10:19:28 INFO    ::ENVIRONMENT: NZBOP_NZBTOHEADPHONES.PY:IONICE_CLASSDATA: 4
2014-12-14 10:19:28 INFO    ::ENVIRONMENT: NZBOP_NZBTOMEDIA_PY_NICENESS: 10
2014-12-14 10:19:28 INFO    ::ENVIRONMENT: NZBOP_NZBTOCOUCHPOTATO_PY_EXTERNALSUBDIR: 
2014-12-14 10:19:28 INFO    ::ENVIRONMENT: NZBOP_NZBTOMEDIA.PY:AUTO_UPDATE: 0
2014-12-14 10:19:28 INFO    ::ENVIRONMENT: NZBOP_NZBTOMEDIA.PY:NDSSL: 0
2014-12-14 10:19:28 INFO    ::ENVIRONMENT: NZBOP_SERVER1.USERNAME: jonaskp
2014-12-14 10:19:28 INFO    ::ENVIRONMENT: NZBOP_NZBTOMEDIA.PY:CPSWEB_ROOT: 
2014-12-14 10:19:28 INFO    ::ENVIRONMENT: NZBOP_MAINDIR: C:\Users\Server\Downloads\NZBGET
2014-12-14 10:19:28 INFO    ::ENVIRONMENT: NZBOP_NZBTOCOUCHPOTATO.PY:OUTPUTVIDEOPRESET: medium
2014-12-14 10:19:28 INFO    ::ENVIRONMENT: NZBPO_OUTPUTFASTSTART: 0
2014-12-14 10:19:28 INFO    ::ENVIRONMENT: NZBOP_NZBTONZBDRONE_PY_WOLMAC: 00:01:2e:2D:64:e1
2014-12-14 10:19:28 INFO    ::ENVIRONMENT: NZBOP_NZBTONZBDRONE.PY:WOLHOST: 192.168.1.37
2014-12-14 10:19:28 INFO    ::ENVIRONMENT: NZBOP_NZBTOSICKBEARD.PY:WOLMAC: 00:01:2e:2D:64:e1
2014-12-14 10:19:28 INFO    ::ENVIRONMENT: NZBOP_UNRARCMD: C:\Program Files (x86)\_Download\NZBGet\unrar.exe
2014-12-14 10:19:28 INFO    ::ENVIRONMENT: NZBOP_NZBTONZBDRONE.PY:VIDEOCODECALLOW: 
2014-12-14 10:19:28 INFO    ::ENVIRONMENT: NZBOP_NZBDIRFILEAGE: 60
2014-12-14 10:19:28 INFO    ::ENVIRONMENT: NZBOP_NZBTOCOUCHPOTATO.PY:SUBLANGUAGES: eng,spa,fra
2014-12-14 10:19:28 INFO    ::ENVIRONMENT: NZBOP_LOGBUFFERSIZE: 1000
2014-12-14 10:19:28 INFO    ::ENVIRONMENT: NZBOP_NZBTOMEDIA.PY:NDWAIT_FOR: 2
2014-12-14 10:19:28 INFO    ::ENVIRONMENT: NZBOP_APPBIN: C:\Program Files (x86)\_Download\NZBGet\nzbget.exe
2014-12-14 10:19:28 INFO    ::ENVIRONMENT: NZBOP_NZBTONZBDRONE_PY_OUTPUTVIDEOBITRATE: 800k
2014-12-14 10:19:28 INFO    ::ENVIRONMENT: NZBOP_NZBTOMEDIA_PY_USER_SCRIPT_PATH: /nzbToMedia/userscripts/script.sh
2014-12-14 10:19:28 INFO    ::ENVIRONMENT: NZBOP_SECURECERT: 
2014-12-14 10:19:28 INFO    ::ENVIRONMENT: NZBOP_SERVER1.PORT: 563
2014-12-14 10:19:28 INFO    ::ENVIRONMENT: NZBOP_NZBTOMEDIA.PY:MOUNTPOINTS: 
2014-12-14 10:19:28 INFO    ::ENVIRONMENT: NZBOP_NZBTOMEDIA.PY:IONICE_CLASSDATA: 4
2014-12-14 10:19:28 INFO    ::ENVIRONMENT: NZBOP_NZBTOCOUCHPOTATO_PY_OUTPUTDEFAULT: None
2014-12-14 10:19:28 INFO    ::ENVIRONMENT: NZBOP_DUMPCORE: no
2014-12-14 10:19:28 INFO    ::ENVIRONMENT: NZBOP_SERVER2_LEVEL: 0
2014-12-14 10:19:28 INFO    ::ENVIRONMENT: NZBOP_NZBTONZBDRONE.PY:OUTPUTVIDEOFRAMERATE: 24
2014-12-14 10:19:28 INFO    ::ENVIRONMENT: NZBPP_STATUS: SUCCESS/ALL
2014-12-14 10:19:28 INFO    ::ENVIRONMENT: SYSTEMDRIVE: C:
2014-12-14 10:19:28 INFO    ::ENVIRONMENT: NZBOP_NZBTOMEDIA.PY:HPWEB_ROOT: 
2014-12-14 10:19:28 INFO    ::ENVIRONMENT: NZBOP_INFOTARGET: both
2014-12-14 10:19:28 INFO    ::ENVIRONMENT: NZBOP_NZBTOMYLAR.PY:AUTO_UPDATE: 0
2014-12-14 10:19:28 INFO    ::ENVIRONMENT: NZBOP_NZBTOMEDIA_PY_SUBLANGUAGES: eng,spa,fra
2014-12-14 10:19:28 INFO    ::ENVIRONMENT: NZBOP_NZBTONZBDRONE.PY:IONICE_CLASS: 2
2014-12-14 10:19:28 INFO    ::ENVIRONMENT: NZBPO_BURNINSUBTITLE: 0
2014-12-14 10:19:28 INFO    ::ENVIRONMENT: NZBOP_NZBTOMEDIA_PY_OUTPUTSUBTITLECODEC: 
2014-12-14 10:19:28 INFO    ::ENVIRONMENT: NZBPO_OUTPUTVIDEOFRAMERATE: 24
2014-12-14 10:19:28 INFO    ::ENVIRONMENT: NZBOP_EXTCLEANUPDISK: .par2, .sfv, _brokenlog.txt
2014-12-14 10:19:28 INFO    ::ENVIRONMENT: NZBOP_NZBTOSICKBEARD_PY_SBCATEGORY: tv
2014-12-14 10:19:28 INFO    ::ENVIRONMENT: NZBOP_URLTIMEOUT: 60
2014-12-14 10:19:28 INFO    ::ENVIRONMENT: NZBOP_NZBTOCOUCHPOTATO.PY:OUTPUTAUDIOOTHERCODEC: libmp3lame
2014-12-14 10:19:28 INFO    ::ENVIRONMENT: NZBOP_NZBTOCOUCHPOTATO_PY_OUTPUTAUDIOOTHERCODEC: libmp3lame
2014-12-14 10:19:28 INFO    ::ENVIRONMENT: NZBOP_NZBTOSICKBEARD_PY_SBWATCH_DIR: 
2014-12-14 10:19:28 INFO    ::ENVIRONMENT: NZBOP_CATEGORY4.UNPACK: yes
2014-12-14 10:19:28 INFO    ::ENVIRONMENT: NZBOP_NZBTOSICKBEARD.PY:SBREMOTE_PATH: 0
2014-12-14 10:19:28 INFO    ::ENVIRONMENT: NZBOP_NZBTONZBDRONE.PY:WOLWAKE: 0
2014-12-14 10:19:28 INFO    ::ENVIRONMENT: NZBOP_NZBTOMEDIA.PY:USER_SCRIPT_RUNONCE: 0
2014-12-14 10:19:28 INFO    ::ENVIRONMENT: NZBOP_NZBTONZBDRONE.PY:NDREMOTE_PATH: 0
2014-12-14 10:19:28 INFO    ::ENVIRONMENT: NZBOP_NZBTOMEDIA.PY:IONICE_CLASS: 2
2014-12-14 10:19:28 INFO    ::ENVIRONMENT: NZBOP_NZBTONZBDRONE_PY_BURNINSUBTITLE: 0
2014-12-14 10:19:28 INFO    ::ENVIRONMENT: NZBOP_NZBTOMEDIA.PY:HPCATEGORY: music
2014-12-14 10:19:28 INFO    ::ENVIRONMENT: NZBOP_NZBTONZBDRONE.PY:IONICE_CLASSDATA: 4
2014-12-14 10:19:28 INFO    ::ENVIRONMENT: NZBOP_NZBTOMEDIA.PY:MYCATEGORY: comics
2014-12-14 10:19:28 INFO    ::ENVIRONMENT: NZBOP_NZBTOMYLAR_PY_WOLPORT: 80
2014-12-14 10:19:28 INFO    ::ENVIRONMENT: NZBOP_NZBTOSICKBEARD.PY:WOLPORT: 80
2014-12-14 10:19:28 INFO    ::ENVIRONMENT: NZBOP_NZBTOMEDIA.PY:OUTPUTVIDEOCODEC: libx264
2014-12-14 10:19:28 INFO    ::ENVIRONMENT: NZBOP_NZBTOHEADPHONES.PY:HPWATCH_DIR: 
2014-12-14 10:19:28 INFO    ::ENVIRONMENT: NZBOP_NZBTOCOUCHPOTATO_PY_CPSREMOTE_PATH: 0
2014-12-14 10:19:28 INFO    ::ENVIRONMENT: NZBOP_NZBTOMEDIA.PY:OUTPUTAUDIOTRACK2CHANNELS: 2
2014-12-14 10:19:28 INFO    ::ENVIRONMENT: NZBOP_NZBTOCOUCHPOTATO.PY:DUPLICATE: 1
2014-12-14 10:19:28 INFO    ::ENVIRONMENT: COMMONPROGRAMW6432: C:\Program Files\Common Files
2014-12-14 10:19:28 INFO    ::ENVIRONMENT: NZBPO_CPSPORT: 5050
2014-12-14 10:19:28 INFO    ::ENVIRONMENT: NZBOP_NZBTONZBDRONE_PY_OUTPUTAUDIOCODEC: libmp3lame
2014-12-14 10:19:28 INFO    ::ENVIRONMENT: NZBOP_NZBTONZBDRONE.PY:OUTPUTVIDEOBITRATE: 800k
2014-12-14 10:19:28 INFO    ::ENVIRONMENT: NZBOP_NZBTONZBDRONE_PY_OUTPUTAUDIOOTHERCODEC: libmp3lame
2014-12-14 10:19:28 INFO    ::ENVIRONMENT: NZBOP_NZBTOMEDIA.PY:HWACCEL: 0
2014-12-14 10:19:28 INFO    ::ENVIRONMENT: NZBPO_IONICE_CLASSDATA: 4
2014-12-14 10:19:28 INFO    ::ENVIRONMENT: NZBPO_OUTPUTAUDIOOTHERCHANNELS: 2
2014-12-14 10:19:28 INFO    ::ENVIRONMENT: NZBOP_NZBTOGAMEZ.PY:WOLHOST: 192.168.1.37
2014-12-14 10:19:28 INFO    ::ENVIRONMENT: NZBOP_NZBTOSICKBEARD_PY_SBUSERNAME: 
2014-12-14 10:19:28 INFO    ::ENVIRONMENT: NZBOP_NZBTOMEDIA_PY_CPSHOST: localhost
2014-12-14 10:19:28 INFO    ::ENVIRONMENT: NZBOP_NZBTONZBDRONE.PY:NICENESS: 10
2014-12-14 10:19:28 INFO    ::ENVIRONMENT: NZBOP_NZBTOMYLAR_PY_NICENESS: 10
2014-12-14 10:19:28 INFO    ::ENVIRONMENT: NZBOP_SERVER2_PORT: 119
2014-12-14 10:19:28 INFO    ::ENVIRONMENT: NZBPO_OUTPUTAUDIOCHANNELS: 6
2014-12-14 10:19:28 INFO    ::ENVIRONMENT: NZBOP_NZBTONZBDRONE.PY:NDCATEGORY: tv2
2014-12-14 10:19:28 INFO    ::MAIN: Checking database structure...
2014-12-14 10:19:28 DEBUG   ::MAIN: Checking Initial Schema database upgrade
2014-12-14 10:19:28 DB      ::MAIN: nzbtomedia.db: SELECT 1 FROM sqlite_master WHERE name = ?; with args ('db_version',)
2014-12-14 10:19:28 DB      ::MAIN: nzbtomedia.db: SELECT db_version FROM db_version
2014-12-14 10:19:28 DEBUG   ::MAIN: InitialSchema upgrade not required
2014-12-14 10:19:28 DEBUG   ::MAIN: Checking if we can use git commands: git version
2014-12-14 10:19:28 DEBUG   ::MAIN: Executing git version with your shell in C:\Program Files (x86)\_Download\nzbToMedia
2014-12-14 10:19:28 DEBUG   ::MAIN: git output: 'git' blev ikke genkendt som en intern eller ekstern kommando,
et program eller en batchfil.
2014-12-14 10:19:28 DEBUG   ::MAIN: git version returned : 'git' blev ikke genkendt som en intern eller ekstern kommando,
et program eller en batchfil.
2014-12-14 10:19:28 DEBUG   ::MAIN: Not using: git
2014-12-14 10:19:28 DEBUG   ::MAIN: Unable to find your git executable - Set git_path in your autoProcessMedia.cfg OR delete your .git folder and run from source to enable updates.
2014-12-14 10:19:28 DEBUG   ::MAIN: No git specified, can't use git commands
2014-12-14 10:19:28 INFO    ::MAIN: Checking if git needs an update
2014-12-14 10:19:28 DEBUG   ::MAIN: No git specified, can't use git commands
2014-12-14 10:19:28 ERROR   ::MAIN: Unable to determine installed version via git, please check your logs!
2014-12-14 10:19:28 INFO    ::MAIN: No update needed
2014-12-14 10:19:28 INFO    ::MAIN: nzbToMedia Version:10.7 Branch:master (Windows 7)
2014-12-14 10:19:28 WARNING ::MAIN: Failed to locate ffmpeg.exe. Transcoding disabled!
2014-12-14 10:19:28 WARNING ::MAIN: Install ffmpeg with x264 support to enable this feature  ...
2014-12-14 10:19:28 WARNING ::MAIN: Failed to locate ffprobe.exe. Video corruption detection disabled!
2014-12-14 10:19:28 WARNING ::MAIN: Install ffmpeg with x264 support to enable this feature  ...
2014-12-14 10:19:28 INFO    ::MAIN: #########################################################
2014-12-14 10:19:28 INFO    ::MAIN: ## ..::[nzbToMedia.pyc]::.. ##
2014-12-14 10:19:28 INFO    ::MAIN: #########################################################
2014-12-14 10:19:28 DEBUG   ::MAIN: Options passed into nzbToMedia: ['C:\\Program Files (x86)\\_Download\\nzbToMedia\\nzbToCouchPotato.py', '*']
2014-12-14 10:19:28 INFO    ::MAIN: Script triggered from NZBGet Version 14.1.
2014-12-14 10:19:28 DEBUG   ::MAIN: Adding NZB download info for directory C:\Users\Server\Downloads\NZBGET\complete\movie\How.To.Train.Your.Dragon.2010.DVDRip.XviD-aXXo.cp(tt0892769) to database
2014-12-14 10:19:28 DB      ::MAIN: nzbtomedia.db: UPDATE downloads SET status = ?, client_agent = ?, last_update = ?, input_id = ?, input_hash = ?, input_name = ? WHERE input_directory = ? with args [0, u'nzbget', 735581, u'723b43ac640b222cde27ea0b24b8776e', u'723b43ac640b222cde27ea0b24b8776e', u'How.To.Train.Your.Dragon.2010.DVDRip.XviD-aXXo.cp(tt0892769)', u'C:\\Users\\Server\\Downloads\\NZBGET\\complete\\movie\\How.To.Train.Your.Dragon.2010.DVDRip.XviD-aXXo.cp(tt0892769)']
2014-12-14 10:19:28 DB      ::MAIN: nzbtomedia.db: INSERT OR IGNORE INTO downloads (status, client_agent, last_update, input_id, input_hash, input_name, input_directory) VALUES (?, ?, ?, ?, ?, ?, ?) with args [0, u'nzbget', 735581, u'723b43ac640b222cde27ea0b24b8776e', u'723b43ac640b222cde27ea0b24b8776e', u'How.To.Train.Your.Dragon.2010.DVDRip.XviD-aXXo.cp(tt0892769)', u'C:\\Users\\Server\\Downloads\\NZBGET\\complete\\movie\\How.To.Train.Your.Dragon.2010.DVDRip.XviD-aXXo.cp(tt0892769)']
2014-12-14 10:19:28 INFO    ::MAIN: Auto-detected SECTION:CouchPotato
2014-12-14 10:19:28 DEBUG   ::MAIN: Checking for archives to extract in directory: C:\Users\Server\Downloads\NZBGET\complete\movie\How.To.Train.Your.Dragon.2010.DVDRip.XviD-aXXo.cp(tt0892769)
2014-12-14 10:19:28 INFO    ::MAIN: Calling CouchPotato:movie to post-process:How.To.Train.Your.Dragon.2010.DVDRip.XviD-aXXo.cp(tt0892769)
2014-12-14 10:19:30 ERROR   ::COUCHPOTATO: Server did not respond. Exiting
2014-12-14 10:19:30 ERROR   ::MAIN: A problem was reported in the C:\Program Files (x86)\_Download\nzbToMedia\nzbToCouchPotato.py script.
clinton-hall commented 9 years ago

Notice that in the environment logging, none of the CPSAPIKEY values have anything...

This suggest the values are not being correctly set (and passed) from NZBGet.

Check that the values are set in NZBGet, settings, nzbToCouchPotato, cpsApiKey Then save the changes and restart NZBGet... the changes should still appear in settings after restart.

You can also look for this in the nzbget.conf...

clinton-hall commented 9 years ago

Marking as fixed since the original issue is fixed... I'll still monitor this issue for your current problem.

jonaskp commented 9 years ago

I got it working now after a complete reinstall of NZBtoMedia today and now my settings don't get overwritten any longer.

I haven't had time to look at it for a while, since the disks in my NAS server decided to break down. I spend a lot of time trying to get it up and running again without loosing data, which is why I haven't had time to look at this. And then Christmas happened :-)

I don't know how it got fixed, since I didn't really do anything other that start from scratch with the master build, but now it works and I'm happy :-).

Merry Christmas and thanks for a great program/application/addon (whatever you want to call NZBtoMedia) :-D

behtjes commented 9 years ago

How to update nzbtomedia on a synology nas? Or how to change it to dev edition? I can't figure it out...

clinton-hall commented 9 years ago

It depends on how nzbToMedia was installed. Do you have git? Did you install nzbToMedia by git?

Usually you just cd into the nzbToMedia directory then issue

git pull
git checkout dev
git pull
behtjes commented 9 years ago

I'm new to all of this, but I followed a tutorial for downloading with a synology. it installs nzbget, sickbeard, spotweb. I guess nzbget installs nzbtomedia too?

I don't know how to 'cd' on a synology?

I'm sorry but i'm a noob :P

clinton-hall commented 9 years ago

Your eyed to enable ssh service, then use putty to connect.

behtjes commented 9 years ago

i've had ssh connection before and logged in with WinSCP, so I had access to the root of my synology.

Is that basically the same?

clinton-hall commented 9 years ago

yes, same process; WinSCP is good for editing files, but not good for sending commands. Use putty to connect and send commands.