Search found 7 matches

by dominicglenn
December 1st, 2009, 2:08 pm
Forum: General Help
Topic: Fat32 Post Processing Script
Replies: 16
Views: 9485

Re: Fat32 Post Processing Script

I've managed to get it working correctly as it should. The first problem was that I was treating the first parameter from SAB as the file that I needed to split, but it's actually the folder containing your files so I now iterate through that and do as I should. Regarding the other problem, by porti...
by dominicglenn
December 1st, 2009, 8:49 am
Forum: General Help
Topic: Fat32 Post Processing Script
Replies: 16
Views: 9485

Re: Fat32 Post Processing Script

I've tried to use that wrapper script but it is still giving me problems. Firstly I had to specify exactly where my script was, simply putting 'splitter.py' in the wrapper script caused python to not be able to find it because it was looking in the wrong namespace. The current wrapper script I'm usi...
by dominicglenn
November 30th, 2009, 4:04 pm
Forum: General Help
Topic: Fat32 Post Processing Script
Replies: 16
Views: 9485

Re: Fat32 Post Processing Script

The scripts are on the mac, and when I created that script file and ran it it did so successfully. I realised that the header on the python script file was pointing to something that wasn't there, so I made it point to '#!/usr/bin/python' which is where the python interpreter is (I double checked th...
by dominicglenn
November 29th, 2009, 9:30 pm
Forum: General Help
Topic: Fat32 Post Processing Script
Replies: 16
Views: 9485

Re: Fat32 Post Processing Script

May sound a bit silly but I don't know where that is, I've looked inside the package contents of the application, and in the 'Library/Application Support/SABnzbd' folder too.
by dominicglenn
November 29th, 2009, 1:57 pm
Forum: General Help
Topic: Fat32 Post Processing Script
Replies: 16
Views: 9485

Re: Fat32 Post Processing Script

I've currently got it chmoded to 777 and to +x and I'm still getting the same error, simply saying 'Cannot run script /Users/dominicsantos/Newsgroups/Scripts/splitter.py' Here is the script: #!/bin/python import os, sys def main():     import sys     chunkSize = 4000000000     readChunk = 5000000   ...
by dominicglenn
November 28th, 2009, 11:41 pm
Forum: General Help
Topic: Fat32 Post Processing Script
Replies: 16
Views: 9485

Re: Fat32 Post Processing Script

Setting chmod +x doesn't seem to make a difference.
by dominicglenn
November 28th, 2009, 3:14 pm
Forum: General Help
Topic: Fat32 Post Processing Script
Replies: 16
Views: 9485

Fat32 Post Processing Script

Hey guys, I'm having a problem with a/all post processing scripts. I'm using the very latest beta version of sabnzbd on a mac. I actually use the mac as a download server and my pc to watch stuff but the only way that I can get files off the mac is by using my fat32 formatted ipod (the network is ra...