Search found 18 matches

by orangeboy
February 23rd, 2012, 1:43 am
Forum: Bug Reports
Topic: Windows distribution: par2.exe
Replies: 0
Views: 2679

Windows distribution: par2.exe

Version: 0.6.15 OS: Windows Server 2003 Install-type: SABnzbd-0.6.15-win32-setup.exe Skin (if applicable): N/A Firewall Software: N/A Are you using IPV6? N/A Is the issue reproducible? yes The (non-classic) par2 executable delivered with the Windows distribution appears to be broke. Attempting to us...
by orangeboy
January 20th, 2011, 11:50 am
Forum: General Help
Topic: "The network path was not found"
Replies: 4
Views: 2850

Re: "The network path was not found"

There's a known bug in the Python library: it cannot handle spaces in the script path. For drive letter paths, SABnzbd uses a work-around that uses the shortened 8.3 name. The work-around cannot work for a  UNC (\\server\name) paths. Remove the space from your share name. Hmm. Easier said than done...
by orangeboy
January 20th, 2011, 4:43 am
Forum: General Help
Topic: "The network path was not found"
Replies: 4
Views: 2850

Re: "The network path was not found"

Set the logging level to Debug in Connections. Then download a small job with a pp script. Open the logging file and search for the name of your script. You'll see what parameters are passed. The first parameter is the full path of the final folder. Be aware that the working folder of the script is...
by orangeboy
January 19th, 2011, 7:40 pm
Forum: General Help
Topic: "The network path was not found"
Replies: 4
Views: 2850

"The network path was not found"

Hi- SABnzbd+ 0.5.6 Windows Server 2003 SP2 When post processing scripts, all I ever get in return is "The network path was not found." What is telling me that? Is that the result of the script or from SABnzbd? From sabnzbd.ini: script_dir = \\dl380-server\LAN Path In Config > Categories, w...
by orangeboy
September 12th, 2010, 8:24 am
Forum: Bug Reports
Topic: Too many connections to server
Replies: 21
Views: 82414

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. You can ignore the warnings, SABnzbd will scale back the number of used connections. Later releases will less warny when warni...
by orangeboy
April 27th, 2010, 10:42 am
Forum: General Help
Topic: Oh good - A TV Sorting AND RSS question
Replies: 9
Views: 7512

Re: Oh good - A TV Sorting AND RSS question

Great! If you need a beta tester for this function, I'd be happy to volunteer.
by orangeboy
April 26th, 2010, 4:37 pm
Forum: General Help
Topic: Oh good - A TV Sorting AND RSS question
Replies: 9
Views: 7512

Re: Oh good - A TV Sorting AND RSS question

Thanks for the follow-up. I'll explore alternatives in the meantime!
by orangeboy
April 24th, 2010, 10:29 pm
Forum: General Help
Topic: I am sorry for another question about renaming
Replies: 3
Views: 2096

Re: I am sorry for another question about renaming

I use this:

Code: Select all

%sn\%sn.S%0sE%0e.%ext 
And provides this as the example:

Code: Select all

Example: E:\New Folder\Show Name\Show Name.S01E05.avi 
by orangeboy
April 24th, 2010, 8:46 am
Forum: General Help
Topic: Oh good - A TV Sorting AND RSS question
Replies: 9
Views: 7512

Re: Oh good - A TV Sorting AND RSS question

Found this in my History after upgrading to 0.5.2RC1 (and actually saw it in 0.5.0RC3 as well): Download Downloaded in 4 seconds at an average of 149.47 KB/s Sent ['Some Show.S01E01.720p.HDTV.X264-DIMENSION.nzb'] to queue Category nzbs - tv Path D:\Temp\Some Show\Some Show.S01E01.720p.HDTV.X264-DIME...
by orangeboy
April 23rd, 2010, 7:25 pm
Forum: General Help
Topic: Oh good - A TV Sorting AND RSS question
Replies: 9
Views: 7512

Re: Oh good - A TV Sorting AND RSS question

I just upgraded to 0.5.2RC1, and I'll see if that helps, associating the "nzbs - TV" category...
by orangeboy
April 23rd, 2010, 6:24 pm
Forum: General Help
Topic: Oh good - A TV Sorting AND RSS question
Replies: 9
Views: 7512

Re: Oh good - A TV Sorting AND RSS question

Thanks for the reply - But yes, the downloaded nzb file is going to a category called 'nzbs TV', and then moved to the 'TV' watched folder. My goal is to have the downloaded nzb file to be processed by SABnzbd's TV sorting, so the file that is moved to the 'TV' watched folder has a unique name, and ...
by orangeboy
April 23rd, 2010, 12:35 pm
Forum: General Help
Topic: Oh good - A TV Sorting AND RSS question
Replies: 9
Views: 7512

Oh good - A TV Sorting AND RSS question

I did a quick search on TV Sorting issues, and didn't really find a situation that matches mine. I use http://www.nzbindex.nl/ RSS feeds passed to SABnzbd (0.5.0RC3, on Windows XP). The RSS feeds are a query for "Show name" + "Season" + "NZB" + other date and name filte...
by orangeboy
November 30th, 2009, 9:51 am
Forum: General Help
Topic: I'm hoping to instruct sabnzbd to not separate downloads into their own folders.
Replies: 5
Views: 3679

Re: I'm hoping to instruct sabnzbd to not separate downloads into their own fold

I certainly appreciate you help!! I have a custom folder setup for my downloads in the options you mentioned.  Each new completed item is unpacked into the download folder.  The problem is that everything is unpacked like this: downloads/item 1/item 1.avi downloads/item 2/item 2.avi downloads/item ...
by orangeboy
November 28th, 2009, 9:36 pm
Forum: Feature Requests
Topic: Custom script per RSS feed
Replies: 2
Views: 2203

Re: Custom script per RSS feed

This already exists. There are a few dropdowns under the url of the RSS feed in config > rss. One of them is for a script. You could also just use categories and apply a script to the category. Ah. After specifying a default scripts folder in Config > Folders, a bunch of dropdowns appeared in those...
by orangeboy
November 28th, 2009, 10:18 am
Forum: Feature Requests
Topic: Custom script per RSS feed
Replies: 2
Views: 2203

Custom script per RSS feed

Hi, I did a quick search and didn't see this request. I have several RSS feeds that are mostly TV shows, but some that are not. I would like to have the ability to execute a custom script for the different types of feeds that I have. For example, run "C:\Path\TV.bat" for the TV RSS feeds, ...