Search found 2 matches
- March 14th, 2011, 5:45 pm
- Forum: Beta Releases
- Topic: Pre-queue script output
- Replies: 3
- Views: 2040
Re: Pre-queue script output
I'm writing the script to interface with XBMC. Basically it will free enough space for the new download or if no more space can be freed then send a notice to XBMC. Now that I think about it though it would be nice if SABnzbd would queue the nzb until the user clears up enough space for the download...
- March 14th, 2011, 5:14 pm
- Forum: Beta Releases
- Topic: Pre-queue script output
- Replies: 3
- Views: 2040
Pre-queue script output
I'm writing pre-queue script in python to clear up disk space before downloading. I'm outputting to the console (using the print keyword) like I would for a post-processing script. Will I be able to see the output of the pre-queue script in the download history or should I be outputting to a log fi...