Search found 3 matches

by Richard_Wallis
October 18th, 2010, 4:33 am
Forum: Feature Requests
Topic: Small improvement to NZB sort
Replies: 4
Views: 2346

Re: Small improvement to NZB sort

It's never as simple as I think :D
Anyway this'll make a big difference to me.  Thanks for including it.
by Richard_Wallis
October 14th, 2010, 2:53 am
Forum: Feature Requests
Topic: Small improvement to NZB sort
Replies: 4
Views: 2346

Re: Small improvement to NZB sort

Ok, the par2 issue is trivial.  Here's new code that should offer no disadvantages over the current version in the repository. def _nzf_cmp_name(nzf1, nzf2, name=True):    # The comparison will sort all .par2 files to the very top of the queue    # Files will then be sorted by name with .rar files g...
by Richard_Wallis
October 13th, 2010, 5:15 pm
Forum: Feature Requests
Topic: Small improvement to NZB sort
Replies: 4
Views: 2346

Small improvement to NZB sort

Hi all, I've made a small improvement to how sabnzbd sorts nzb files. At the moment sabnzbd sorts an arbitrary set of example files in the following order: video1.par2 video2.par2 video3.par2 video1.rar video2.rar video3.rar video1.r01 video1.r02 video1.r03 video2.r01 video2.r02 video2.r03 video3.r0...