Can I manually mark a "failed" download as good?

I had an nzb download fail the other day because the unpacked filename and extension were obfuscated. I corrected the filename and waited for nzbdrone to swing back around and pick it up, but it never did. I finally moved the file to the proper directory and did a rescan. It was found, but it’s still sitting in the Queue as failed. There’s nothing actually wrong with the download, so I don’t want to mark it as failed and have it downloaded again. Is there want way to tell it that the file was fine and remove it from the queue?

You will have to remove it from your download client (which I’m guessing is SAB based on the scenario). SAB provides the full path to the episode file when there is only one file, which means when its renamed its reporting a path that doesn’t exist anymore.

It’s actually nzbget and that says the file was good (100% Health, Unpack Success.) It’s just that nzbdrone is reporting that the import failed.

Here’s what the logs said:

nzbdrone.txt:14-10-28 21:24:27.6|Error|CompletedDownloadService|[somedownload] No files found are eligible for import in /mnt/wdlxtv/downloads/nzbget/dst/TV/somedownload

Ahh, similar issue. We’ll be adding the ability to import those right from the UI in a later version, but for now you need to remove it from the download client directly (if you import it manually).

Cool cool, that seemed to have work, thanks!