Safari has an "auto-unzip" feature and will take downloaded zip files and extract them to a folder of the zip file's name. When downloading multiple nzbs from newzbin, there is an option to compress all of them to a zip. This zip file is never picked up by sab because safari will automatically extract them to a folder within the watched folder. There is no way to selectively turn off the "auto-unzip" feature in Safari by website. Is there any way to write a download script that will pull nzbs from folders such as "selected_reports_***" (the newzbin naming protocol for zip files)?
Edit: This method would not work well if the nzb download contained an nzb within it. In this case, sabnzbd would keep looping the download. Perhaps a better option would be to allow pulling nzbs from recursive folders within the watched folder if the user opts to use the "cleanup" option of sabnzbd to .nzb files to downloads.
Handling nzbs in watched folder in case of auto-unzipping
Handling nzbs in watched folder in case of auto-unzipping
Last edited by abhs on February 16th, 2009, 10:32 pm, edited 1 time in total.
Re: Handling nzbs in watched folder in case of auto-unzipping
Recursive scanning would defeat the category support.
If SABnzbd now finds an NZB in folder WATCHED/linux it will assume "linux" to be the category.
An alternative would be to write a simple crontab script that copies NZB files
to the watched folder.
If SABnzbd now finds an NZB in folder WATCHED/linux it will assume "linux" to be the category.
An alternative would be to write a simple crontab script that copies NZB files
to the watched folder.