Page 1 of 1

Date Sorting using the provide %desc variable does not work as expected

Posted: February 28th, 2010, 3:40 pm
by starpc
Version: 0.5.0 final
OS:  Windows 2003 Standard R2 SP2
Intall Type:  Windows Installer
Skin: Plush
Firewall: None
Using IPv6:  No
Is the issue reproducible: yes

Date Sorting using the provide %desc variable does not work as expected

Sample NBZ:  Show.Name.YYYY.MM.DD.Guest.Name.HDTV.XviD
Filter:

Code: Select all

%t/%t - %0m-%0d-%y - %desc.%ext
Expected Output: 

Code: Select all

Show Name\Show Name - MM-DD-YYYY - Guest Name.avi
Actual Output:

Code: Select all

Show Name\Show Name - MM-DD-YYYY - DDesc.avi

Re: Date Sorting using the provide %desc variable does not work as expected

Posted: February 28th, 2010, 6:50 pm
by switch
descriptions are currently only supported on newzbin, or any nzb file where it is separated out using something - description.ext. This is because otherwise there would be too many false positives.

Still it should remove %desc from the actual output, so will have to investigate why that is not happening.

Re: Date Sorting using the provide %desc variable does not work as expected

Posted: March 2nd, 2010, 2:05 pm
by shypike
Problem found and solved, will be in next release.