Hey,
I got a little issue with the unpacking and an auto-process I got running.
Here's my problem:
All incomplete downloads are stored in a folder called incomplete. Normally they go into a downloads folder once done, except for my TV and Movie downloads, they end up in a folder called convert. That folder is a "hot-folder" that got a folder action monitoring it, converting all MKVs to an Apple TV 2 friendly format. All goes well, except, since the files are named "UNPACK xyz.mkv" while unpacking, the app that does the conversion get the meta-data wrong. The actual conversion goes as planned, but it add the video to iTunes as "UNPACK xyz" instead of just xyz.
So, my question: is it possible to store the UNPACK in the temp dir as well, and only move the files after the unpacking is done?
Unpack location
Forum rules
Help us help you:
Help us help you:
- Are you using the latest stable version of SABnzbd? Downloads page.
- Tell us what system you run SABnzbd on.
- Adhere to the forum rules.
- Do you experience problems during downloading?
Check your connection in Status and Interface settings window.
Use Test Server in Config > Servers.
We will probably ask you to do a test using only basic settings. - Do you experience problems during repair or unpacking?
Enable +Debug logging in the Status and Interface settings window and share the relevant parts of the log here using [ code ] sections.
Re: Unpack location
For this you need to write you own little user script to move
the files to the final destination.
Even if SABnzbd doesn't use temporary names (which is an option),
you'd still get an inconsistent folder during unpacking.
the files to the final destination.
Even if SABnzbd doesn't use temporary names (which is an option),
you'd still get an inconsistent folder during unpacking.

