Page 1 of 1
%fn Pattern Not Working in Sorting
Posted: July 13th, 2010, 10:46 am
by Cyrdog
I'm trying to maintain the original downloaded file name. And the %fn pattern is supposed to preserve this according to the documentation. The substitution occurs in the interface (i.e. the examples shows /Volumes/Media/file), but when the server processes a download, it creates a directory structure like %fn/NZB/file, where there is an actual directory named "%fn".
Version: 0.5.3 Final
OS: OSX Snow Leopard 10.6.3
Install-type: OSx .app
Skin (if applicable): Default
Firewall Software: None
Are you using IPV6? no
Is the issue reproducible? yes
Re: %fn Pattern Not Working in Sorting
Posted: July 13th, 2010, 1:48 pm
by shypike
What's your exact sort string and which sort type do you use?
Re: %fn Pattern Not Working in Sorting
Posted: February 13th, 2011, 6:09 pm
by FireBrd
Hate to dig up an old thread, but I am having the exact same issue.
This under 'Generic Sorting'
w/ Enable Movie Sorting Checked off
My sort string is:
%fn/%fn.%ext
What ends up happening is I get %fn/{the original file from the RAR name}
Version: 0.5.6
OS: Win Server 2008r2
Install-type: Windows Installer
Skin (if applicable): Default/Plush/Smpl
Firewall Software: None
Are you using IPV6? no
Is the issue reproducible: yes
Re: %fn Pattern Not Working in Sorting
Posted: June 2nd, 2011, 8:46 am
by shypike
Very late, I know, but I'm pleased to announce that this will finally be solved in release 0.6.3.
Re: %fn Pattern Not Working in Sorting
Posted: June 2nd, 2011, 10:57 pm
by FireBrd
Awesome!

Re: %fn Pattern Not Working in Sorting
Posted: January 14th, 2013, 5:41 am
by dennis_n
I've version 0.7.9. and the same problem.
Is it back?
Re: %fn Pattern Not Working in Sorting
Posted: January 14th, 2013, 6:29 am
by shypike
I've heard "same problem" too often, it seldom is true.
Can you please explain what happens in your specific situation.
Re: %fn Pattern Not Working in Sorting
Posted: January 14th, 2013, 1:09 pm
by Hordalos
shypike wrote:I've heard "same problem" too often, it seldom is true.
Can you please explain what happens in your specific situation.
My sort string looks like this: %s.n/Season.%s/%fn and i end instead of it changing the filename to the original filename it puts the files in a folder called %fn, inside the season folder, hopefully u can help me fix this problem.
Re: %fn Pattern Not Working in Sorting
Posted: January 14th, 2013, 1:34 pm
by shypike
The syntax required is a bit weird here; you should be using this:
%s.n/Season.%s/%fn.%ext
Otherwise SABnzbd thinks you want to name the folder and not the file.
(And botches up the folder name instead).
Re: %fn Pattern Not Working in Sorting
Posted: January 14th, 2013, 2:17 pm
by Hordalos
shypike wrote:The syntax required is a bit weird here; you should be using this:
%s.n/Season.%s/%fn.%ext
Otherwise SABnzbd thinks you want to name the folder and not the file.
(And botches up the folder name instead).
Ok thx ill try that.
Re: %fn Pattern Not Working in Sorting
Posted: January 14th, 2013, 2:18 pm
by shypike
It will work.
I will also fix that oddity for the next release.