Search found 16 matches
- April 27th, 2014, 1:18 pm
- Forum: General Discussion
- Topic: [Tutorial] Socks 5 Proxy with SABNZBD
- Replies: 1
- Views: 14449
[Tutorial] Socks 5 Proxy with SABNZBD
A gentleman ( at least I assume so ) in IRC, posted this tutorial and asked I relay it here: This is a howto for setting up a socsk5 proxy server over ssh (assumes you know how to socks5 over ssh) with sabnzbd: First up download the desproxy program, desproxy works cross platform for linux, windows ...
- November 12th, 2013, 2:45 pm
- Forum: General Help
- Topic: question about shutdown and queue
- Replies: 7
- Views: 5324
Re: question about shutdown and queue
I like the necro necro NECRO! Well a mib came into IRC asking the same question. I took your script and added a sleep timer to it before calling the shutdown. I do not know if this will lockup the process so it does not repair etc, but yea. #!/usr/bin/python #import library to do http requests: imp...
- February 2nd, 2012, 5:59 pm
- Forum: General Help
- Topic: Linux (shared hosting) Installation Help
- Replies: 14
- Views: 14729
Re: Linux (shared hosting) Installation Help
Am I the only one who thinks this is a horrible idea?
- January 7th, 2012, 6:28 pm
- Forum: Post-Processing Scripts
- Topic: XBMC Library Updater
- Replies: 115
- Views: 770684
Re: XBMC Library Updater
CapnBry: Thanks for that, works a treat!
- March 1st, 2011, 9:27 am
- Forum: Beta Releases
- Topic: 0.6.0Beta2: warning: none -> Unknown encoding
- Replies: 26
- Views: 17000
Re: 0.6.0Beta2: warning: none -> Unknown encoding
@sander : Did you even look through the thread completely? I took the liberty to quote a post that should help you. If you want more information, I suggest reading through this whole thread, as it should have everything you need. Sent the information via email. To completely fix the issue, I just g...
- February 28th, 2011, 9:36 pm
- Forum: Beta Releases
- Topic: [Multipar] Option?
- Replies: 18
- Views: 26374
Re: [Multipar] Option?
[Removed due to innaccuracy]
So the executables included in the archive are not just par2 I thought that they just referenced that.
So the executables included in the archive are not just par2 I thought that they just referenced that.
- February 27th, 2011, 3:32 pm
- Forum: Beta Releases
- Topic: Custom APIKey Does not Save
- Replies: 1
- Views: 1740
Re: Custom APIKey Does not Save
Great. Thanks for that.
- February 27th, 2011, 12:53 pm
- Forum: Beta Releases
- Topic: Custom APIKey Does not Save
- Replies: 1
- Views: 1740
Custom APIKey Does not Save
Through the webinterface I tried injecting a custom APIKey (actually it was my old one) and hit "Save Changes", after that it goes back to what the APIKey previously was. Had to manually edit the .ini file to get this to stick. Information: Ubuntu 10.04 LTS Firefox 3.6.13 Plush Theme Insta...
- February 27th, 2011, 12:51 pm
- Forum: Beta Releases
- Topic: 0.6.0Beta2: warning: none -> Unknown encoding
- Replies: 26
- Views: 17000
Re: 0.6.0Beta2: warning: none -> Unknown encoding
Sent the information via email. To completely fix the issue, I just generate a brand new .ini file and then rebuild it from the ground up. That seems to have worked, I am thinking it could be a category issue, but not 100% sure, but that has fixed my issues completely. So in the end, when you upgrad...
- February 26th, 2011, 10:43 pm
- Forum: Beta Releases
- Topic: 0.6.0Beta2: warning: none -> Unknown encoding
- Replies: 26
- Views: 17000
Re: 0.6.0Beta2: warning: none -> Unknown encoding
Just wanted to make a note on this issue. After I set the retention I had a bunch of downloads work just fine. Just added a few using nzbdstatus 2.0f, and all of them failed with this error. I hit the retry and they worked fine on the retry. Something might be buggy about the retention check, or ret...
- February 26th, 2011, 5:13 pm
- Forum: Beta Releases
- Topic: 0.6.0Beta2: warning: none -> Unknown encoding
- Replies: 26
- Views: 17000
Re: 0.6.0Beta2: warning: none -> Unknown encoding
The problem is that you need to make sure to set the retention under Config -> Servers.
It defaults to 0, set it to something at or above (if giganews) the retention. I had this error on Supernews until I set that to 800. After I set that value it worked just fine.
It defaults to 0, set it to something at or above (if giganews) the retention. I had this error on Supernews until I set that to 800. After I set that value it worked just fine.
- December 4th, 2010, 7:31 pm
- Forum: Post-Processing Scripts
- Topic: [REQ] Subtitle downloader
- Replies: 5
- Views: 7008
Re: [REQ] Subtitle downloader
If you are doing movies, you can always check out CouchPotato which has the option of download subtitles and trailers, albiet it is not perfect yet.
Just throwing it out there as an option
Just throwing it out there as an option
- November 18th, 2010, 8:19 pm
- Forum: Post-Processing Scripts
- Topic: Copy + Delete
- Replies: 3
- Views: 3875
Re: Copy + Delete
Given that you have the #!/bin/bash it should be .sh extension. As far as the problem, well first up, you need to specify the ending /: #!/bin/bash mv $1 /volume1/Recordings/Share/ If you do not do this, it will attempt to write to Share, so Share would be a file or throw an error stating it is a di...
- November 18th, 2010, 12:05 am
- Forum: Post-Processing Scripts
- Topic: Processing issue
- Replies: 3
- Views: 2963
Re: Processing issue
Hmm, maybe it is referring to the file? /volume1/video/Video-TV/SomeShow.S04E10.720p.HDTV.x264-BiA.1 Is that the correct downloading directory set for the shows? Mind checking that config and make sure that the case matches etc. Sorry, it is kind of hard to debug stuff without actually being on the ...
- November 14th, 2010, 12:27 pm
- Forum: Post-Processing Scripts
- Topic: Processing issue
- Replies: 3
- Views: 2963
Re: Processing issue
The error seems pretty plain: OSError: [Errno 2] No such file or directory Check the paths and make sure that there is a directory for whatever that is referring to. Namely, check out the location of: /volume1/SAB_NZB_Download/SABnzbd/scripts/sabToSickBeard.py Make sure it exists and that all script...