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

Report & discuss bugs found in SABnzbd
Forum rules
Help us help you:
  • Are you using the latest stable version of SABnzbd? Downloads page.
  • Tell us what system you run SABnzbd on.
  • Adhere to the forum rules.
  • Do you experience problems during downloading?
    Check your connection in Status and Interface settings window.
    Use Test Server in Config > Servers.
    We will probably ask you to do a test using only basic settings.
  • Do you experience problems during repair or unpacking?
    Enable +Debug logging in the Status and Interface settings window and share the relevant parts of the log here using [ code ] sections.
Post Reply
starpc
Newbie
Newbie
Posts: 9
Joined: September 28th, 2008, 8:58 pm

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

Post 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
User avatar
switch
Moderator
Moderator
Posts: 1380
Joined: January 17th, 2008, 3:55 pm
Location: UK

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

Post 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.
User avatar
shypike
Administrator
Administrator
Posts: 19774
Joined: January 18th, 2008, 12:49 pm

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

Post by shypike »

Problem found and solved, will be in next release.
Post Reply