Thanks, i figured it was something like that. Awesome response time too.myNZB wrote: Johnnytk36: rename file to myNZB.restore to restore settings
Search found 30 matches
- November 11th, 2010, 1:59 pm
- Forum: Third-party Addons
- Topic: myNZB
- Replies: 845
- Views: 1770288
Re: myNZB
- November 11th, 2010, 1:53 pm
- Forum: Third-party Addons
- Topic: myNZB
- Replies: 845
- Views: 1770288
Re: myNZB
I added the mynzb backup file to mynzd, but how do i restore the settings. Do i have to rename the file?
- September 28th, 2010, 2:06 pm
- Forum: General Discussion
- Topic: TapaTalk Support?
- Replies: 3
- Views: 3195
TapaTalk Support?
Have y'all thought of adding tapatalk support to your forums? http://www.tapatalk.com/plugin.php
- September 10th, 2010, 8:39 pm
- Forum: Post-Processing Scripts
- Topic: OS X + HandBrakeCLI + Python = convert, iTunes and e-mail
- Replies: 44
- Views: 49222
Re: OS X + HandBrakeCLI + Python = convert, iTunes and e-mail
ah, i see. I dont need that as my 4 drive raid zero is more than a beast to handle it all.
Its defiantly possible. I won't be doing it anytime soon.
This link will help you with the paths that are passed to the script.
http://wiki.sabnzbd.org/user-scripts
Its defiantly possible. I won't be doing it anytime soon.
This link will help you with the paths that are passed to the script.
http://wiki.sabnzbd.org/user-scripts
- September 10th, 2010, 7:54 pm
- Forum: Post-Processing Scripts
- Topic: OS X + HandBrakeCLI + Python = convert, iTunes and e-mail
- Replies: 44
- Views: 49222
Re: OS X + HandBrakeCLI + Python = convert, iTunes and e-mail
One suggestion: a processing directory to improve performance with systems that have multiple disks. The output file is saved there, then moved to final directory upon successful completion. All of my files are downloaded to a general temp drive. Sabnzbd then moves the files to my 4TB raid 0 media ...
- September 9th, 2010, 10:13 am
- Forum: Post-Processing Scripts
- Topic: OS X + HandBrakeCLI + Python = convert, iTunes and e-mail
- Replies: 44
- Views: 49222
Re: OS X + HandBrakeCLI + Python = convert, iTunes and e-mail
Here is what i do. I have SABnzbd call a script that calls this script. What this allows is fro me to do some file permission stuff and set the priority (nice) value for the conversion script. Since the priority value for the conversion script is set, any process it spawns will have the same priorit...
- July 16th, 2010, 7:33 am
- Forum: Third-party Addons
- Topic: myNZB
- Replies: 845
- Views: 1770288
Re: myNZB
I am NOT gettings the crashing.
iOS 4 on a 32g iPhone 4
2 servers entered in the settings, both:
port 9091
SSL enabled
API key on
Let me know if i can help more
iOS 4 on a 32g iPhone 4
2 servers entered in the settings, both:
port 9091
SSL enabled
API key on
Let me know if i can help more
- July 16th, 2010, 7:17 am
- Forum: Third-party Addons
- Topic: myNZB
- Replies: 845
- Views: 1770288
Re: myNZB
Guys, chime in what device you have if you have the problem.
- July 16th, 2010, 1:09 am
- Forum: Third-party Addons
- Topic: myNZB
- Replies: 845
- Views: 1770288
Re: myNZB
I bought this app a couple of months ago and it was working fantastically. I updated to iOS4 and it hasn't worked since. Even after installing the update it doesnt operate correctly. If i don't specify my server settings myNZB will remain open just giving the server information not found error. How...
- July 16th, 2010, 12:45 am
- Forum: Third-party Addons
- Topic: myNZB
- Replies: 845
- Views: 1770288
Re: myNZB
UPDATE IS OUT.
BTW, don;t i remember you saying that you added the ability to switch the server from within the app?
BTW, don;t i remember you saying that you added the ability to switch the server from within the app?
- June 22nd, 2010, 2:26 am
- Forum: Third-party Addons
- Topic: myNZB
- Replies: 845
- Views: 1770288
Re: myNZB
Is there anything we can do to help you get it out faster?
- June 2nd, 2010, 4:30 am
- Forum: Post-Processing Scripts
- Topic: OS X + HandBrakeCLI + Python = convert, iTunes and e-mail
- Replies: 44
- Views: 49222
Re: OS X + HandBrakeCLI + Python = convert, iTunes and e-mail
I thought yall might want to see my improved version. I took out all the mac OSX stuff as im running this on linux, its not to hard to put back in. I have not tested the email stuff on linux, i have it disabled, but might use it one day soon. I've added the ability to easily add your own custom Hand...
- May 31st, 2010, 9:47 pm
- Forum: Bug Reports
- Topic: Error i received today
- Replies: 1
- Views: 2072
Error i received today
I didnt know if yall wanted the output of this error. At the time i had about 10 files in post process and 2 downloading. I was accessing the sab server remotely from the office and i was trying to pause it so i could download something here. I thought my server had crashed, as everything was slow, ...
- May 31st, 2010, 3:17 pm
- Forum: General Help
- Topic: Simultaneously post process 2 files
- Replies: 11
- Views: 6226
Re: Simultaneously post process 2 files
Thanks a lot. I had already added the quotes. I'll try this out and let you know.
- May 30th, 2010, 11:33 pm
- Forum: General Help
- Topic: Simultaneously post process 2 files
- Replies: 11
- Views: 6226
Re: Simultaneously post process 2 files
Oh you are a life saver, that worked great. on a side note: if this is called hb.py then create mypostproc.sh with the lines #!/bin/sh hb.py $1 $2 $3 $4 & in it. this should run hb.py in the background and sab will think the postprocessing is done That isnt running the python script in the back...