Search found 13 matches

by Rumik
January 13th, 2013, 5:42 pm
Forum: General Help
Topic: Help with writing some python scripts
Replies: 7
Views: 4159

Re: Help with writing some python scripts

No worries, I fixed it :) wrong category!
by Rumik
January 13th, 2013, 5:30 pm
Forum: General Help
Topic: Help with writing some python scripts
Replies: 7
Views: 4159

Re: Help with writing some python scripts

Ah, unfortunately while the comic portion of the script is working, the audio one is not. I'm getting the "script failed!" Error... I don't want to keep bothering my friend, can anyone help? I thought it might be the spaces in the patch (iTunes media and automatically add to iTunes) so I c...
by Rumik
January 13th, 2013, 3:16 pm
Forum: General Help
Topic: Help with writing some python scripts
Replies: 7
Views: 4159

Re: Help with writing some python scripts

A friend managed to help me figure it out :) import sys,os,distutils.dir_util # Args as found in docs at: http://wiki.sabnzbd.org/user-scripts # 1 The final directory of the job (full path) origin = sys.argv[1] # 2 The original name of the NZB file # 3 Clean version of the job name (no path info and...
by Rumik
January 13th, 2013, 1:39 pm
Forum: General Help
Topic: Help with writing some python scripts
Replies: 7
Views: 4159

Re: Help with writing some python scripts

I've come up with the following script, but it's still not working. Could someone tell me what I'm doing wrong? I'm pulling my hair out here! import sys,os,distutils.dir_util origin = sys.argv[1] destination = "" if sys.argv[2].lower() == "comics": destination = "/Users/Ryan...
by Rumik
January 12th, 2013, 5:56 pm
Forum: Post-Processing Scripts
Topic: simple script to move files after processing
Replies: 39
Views: 72945

Re: simple script to move files after processing

Hi all, can you help me? I'm running sab on max OS X and am in need of a script to copy files sab downloads to a specific folder into another folder. no moving, no deleting, just copying. I had a friend write a python script but it doesn't seem to work, so having looked here a bit it seems the .sh s...
by Rumik
December 31st, 2012, 6:30 am
Forum: General Help
Topic: Unpacking VERY slow
Replies: 15
Views: 22578

Re: Unpacking VERY slow

I'm having the same problem as the Op. same system, too. I bought it second hand, and it already had snow leopard on it, and before installing sab I upgraded to mountain lion, and unpacking is horrendously slow, but so is copying anything from my NAS. Copying to is fine, but copying from... It just ...
by Rumik
December 24th, 2012, 3:29 pm
Forum: General Help
Topic: Help with writing some python scripts
Replies: 7
Views: 4159

Re: Help with writing some python scripts

Thanks for the advice, I'm grateful! Unfortunately I didn't really understand what you jus said lol but I will try the script you suggested :)
by Rumik
December 24th, 2012, 11:19 am
Forum: General Help
Topic: Help with writing some python scripts
Replies: 7
Views: 4159

Help with writing some python scripts

Hi guys, I'm moving my SAB installation over to a new mac mini running Mountain Lion and I could really use a hand writing some replacement scripts, as my old .bat scripts obviously do not work with OSX, however I don't know python. Could some kind soul help me write some new ones? Here they are: Au...
by Rumik
October 2nd, 2012, 3:53 am
Forum: Debian/Ubuntu Package
Topic: Post Processing was aborted - Cannot create final folder
Replies: 14
Views: 38745

Re: Post Processing was aborted - Cannot create final folder

My SAB just started doing it last night. I haven't changed any configs and I can access the drive it's trying to write to. Very odd!
by Rumik
January 31st, 2012, 2:00 pm
Forum: General Help
Topic: Some downloads at 100% but no post-processing
Replies: 6
Views: 2340

Re: Some downloads at 100% but no post-processing

I tried restarting but it didn't work. The original files orated themselves out at some point, but now I have 3 that have stopped at close to 100% and are just sitting there.

Any tips?
by Rumik
January 30th, 2012, 5:57 am
Forum: General Help
Topic: Some downloads at 100% but no post-processing
Replies: 6
Views: 2340

Re: Some downloads at 100% but no post-processing

Okay, thanks. I'll give it a try :)
by Rumik
January 30th, 2012, 5:51 am
Forum: General Help
Topic: Some downloads at 100% but no post-processing
Replies: 6
Views: 2340

Re: Some downloads at 100% but no post-processing

I was afraid to restart as I don't know what would happen to the completed files. I do have multiple servers but they are all actually the same server, just using the three different ports they offer, hoping that if I get throttled on one I can continue on another.
by Rumik
January 30th, 2012, 3:16 am
Forum: General Help
Topic: Some downloads at 100% but no post-processing
Replies: 6
Views: 2340

Some downloads at 100% but no post-processing

Hi all, hoping someone can help.

I have 5 or 6 downloads sitting at 100% but for some reason they're not being post-processed, while I have other downloads that are finishing and being processed as normal. Any ideas what's going on?

Thanks :)