The latest version of the script can be found in the pyReScene repository:
https://bitbucket.org/Gfy/pyrescene/src ... at=default
Search found 13 matches
- June 22nd, 2014, 11:48 am
- Forum: Post-Processing Scripts
- Topic: Awescript - SRR/SRS + Directory Creation + Moving + Extraction + more
- Replies: 7
- Views: 21814
- January 22nd, 2012, 2:43 pm
- Forum: Post-Processing Scripts
- Topic: Awescript - SRR/SRS + Directory Creation + Moving + Extraction + more
- Replies: 7
- Views: 21814
Re: Awescript - SRR/SRS + Directory Creation + Moving + Extr
The source can be found here:
http://x264.rescene.info/awescript/
http://x264.rescene.info/awescript/
- September 22nd, 2010, 8:36 am
- Forum: Bug Reports
- Topic: Downloads break down near completion
- Replies: 11
- Views: 6644
Re: Downloads break down near completion
I only have enabled/disabled and/or optional servers. No backup servers.
- September 22nd, 2010, 3:26 am
- Forum: Bug Reports
- Topic: Downloads break down near completion
- Replies: 11
- Views: 6644
Re: Downloads break down near completion
I have the same problem. It does not always occur. What I did to make those nzbs resume again: paused the queue, disabled a server that didn't work at that moment and restarted SABnzbd. All the next items in queue eventually downloaded fine. I saw these kind of warnings: WARNING::[decoder:117] Badly...
- September 17th, 2010, 5:53 am
- Forum: Bug Reports
- Topic: Too many connections to server
- Replies: 21
- Views: 83837
Re: Too many connections to server
My SSL is on 443 .. so this would not work for me What is your provider? Are you sure they don't provide it at port 563 too? If so, you are the exception and you need to put in your port anyway . Maybe it is even better to set the port as : REQUIRED That way lazy people / Newbies do not forget it ...
- September 17th, 2010, 4:01 am
- Forum: Bug Reports
- Topic: Too many connections to server
- Replies: 21
- Views: 83837
Re: Too many connections to server
You are aware that there are dozens of Usenet providers? :) I know NewsLeecher and AltBinz have it. If the providers choose a non standard port, the user would have to edit it anyway, so a default value would be much user friendlier. It's a crappy excuse not to do it anyway ;) Anyhow, I'll do the t...
- September 16th, 2010, 4:40 pm
- Forum: Bug Reports
- Topic: Too many connections to server
- Replies: 21
- Views: 83837
Re: Too many connections to server
There is: http://www.giganews.com/news/article/ssl-port-443.html Port 563 is traditionally recognized as the default port for encrypted Usenet traffic (NNTPS), while port 443 is recognized as the default port for encrypted web traffic (HTTPS). By supporting multiple ports for encrypted Usenet downlo...
- September 16th, 2010, 11:08 am
- Forum: Bug Reports
- Topic: mulitple par set failed files
- Replies: 4
- Views: 3237
Re: mulitple par set failed files
For me, this behavior isn't a bug. Let me explain: I assume sample deletion does work most of the time, but not for this nzb? (Otherwise it is a bug) You have an nzb with the main movie, the sample(s) and probably vobsubs too? -The main movie has pars. These can be downloaded, used for repair and de...
- September 16th, 2010, 10:27 am
- Forum: Bug Reports
- Topic: Too many connections to server
- Replies: 21
- Views: 83837
Re: Too many connections to server
Servers often have difficulty in seeing closed connections. There's no need to use the maximum amount of connections. Just use the minimum that gives you the highest speed. All true. The downloading stops because there are as many ghost connections as threads you are allowed to use. After a timeout...
- September 16th, 2010, 9:49 am
- Forum: Bug Reports
- Topic: CRITICAL: Corrupted files because of full drive
- Replies: 5
- Views: 4396
Re: CRITICAL: Corrupted files because of full drive
Did you set the limit above 100M? See first post. The cache limit (ram) is set higher than the free disk space. Can this cause problems? When writing to the cache, the limit isn't checked. It's only checked when writing the completed file. So you should set the limit above the size of two typical f...
- September 15th, 2010, 7:48 am
- Forum: Bug Reports
- Topic: CRITICAL: Corrupted files because of full drive
- Replies: 5
- Views: 4396
Re: CRITICAL: Corrupted files because of full drive
You should keep cache and incomplete on the same drive and set a minimum free disk space in Config->Folders. I have set the disk limit and the second time both were on the same drive! It's a huge bug. I hope I won't have the same problem again with the next release. Downloading after pause: All out...
- September 15th, 2010, 6:00 am
- Forum: Bug Reports
- Topic: CRITICAL: Corrupted files because of full drive
- Replies: 5
- Views: 4396
CRITICAL: Corrupted files because of full drive
Configuration: Version: SABnzbd Version: 0.5.4 OS: openSUSE 11.3 Install-type: python source Skin (if applicable): smpl Version: 1.3 Firewall Software: None Are you using IPV6? Yes Is the issue reproducible? Yes I have around 3 gigabytes of free space on my root drive. Everything I download is to a...
- July 10th, 2010, 10:18 am
- Forum: General Help
- Topic: No IPv6 on OpenSUSE 11.1
- Replies: 10
- Views: 9400
Re: No IPv6 on OpenSUSE 11.1
I used this install guide. Not that difficult. http://www.l4l.be/index.php/linuxdocs/35-linux-desktop/127-sabnzbd I have the same problem with OpenSUSE 11.2. Here is the bug report: https://bugzilla.novell.com/show_bug.cgi?id=572673 It is fixed, but it's not available in the latest updates. You can ...