Page 1 of 1

Aborted Downloads leaves behind folders

Posted: August 28th, 2016, 3:30 am
by Kohmei358
Hi,

When I download a file, and it succeeded there is no problem and it is moved from my download directory to my media directory. However, when a download failes due to missing articles it sends a failed notification to Sonarr and a new downloads starts, but the old download is left behind.

I am using 1.1.0 RC 3 If that matters.

Here are some screenshots:
Image
Image
Also not sure if this matters but i have both failed download on Sonarr and NzbToDrone script.
Image
They are super small so here are the respective links:
http://imgur.com/TlzWS5P
http://imgur.com/AVVtYju
http://imgur.com/a/eV9rV

Code: Select all

# 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 = 1
    # Enable/Disable logging debug messages to nzbtomedia.log
    log_debug = 0
    # Enable/Disable logging database messages to nzbtomedia.log
    log_db = 0
    # Enable/Disable logging environment variables to debug nzbtomedia.log (helpful to track down errors calling external tools.)
    log_env = 0
    # Enable/Disable logging git output to debug nzbtomedia.log (helpful to track down update failures.)
    log_git = 0
    # 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
.
. (Bunch of unrelated stuff)
.
[NzbDrone]
    #### autoProcessing for TV Series
    #### ndCategory - category that gets called for post-processing with NzbDrone
    [[tv]]
        enabled = 1
        apikey = ""
        host = 192.168.3.111
        port = 8989
        username = ""
        password = ""
        ###### ADVANCED USE - ONLY EDIT IF YOU KNOW WHAT YOU'RE DOING ######
        web_root = ""
        ssl = 0
        delete_failed = 1
        # Enable/Disable linking for Torrents
        Torrent_NoLink = 0
        keep_archive = 1
        extract = 1
        nzbExtractionBy = Downloader
        wait_for = 2
        # Set this to minimum required size to consider a media file valid (in MB)
        minSize = 0
        # Enable/Disable deleting ignored files (samples and invalid media files)
        delete_ignored = 1
        ##### Enable if NzbDrone 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 = ""
Please help,
Thanks

Re: Aborted Downloads leaves behind folders

Posted: August 29th, 2016, 2:44 am
by shypike
Please describe clearly what "the old download is left behind" means in your case.

Re: Aborted Downloads leaves behind folders

Posted: August 29th, 2016, 4:04 am
by Kohmei358
its in the 2nd screenshot but a folder with the name of the nzb that was downaloded is left behind often empty and sometimes with random files like (.par .rar) left behind.

Re: Aborted Downloads leaves behind folders

Posted: August 29th, 2016, 7:24 am
by shypike
It's still not clear to me where the files are left.
Is that in SABnzbd's "temporary download folder" or in their final destination?