The file naming patterns in the Downloader can be quite useful, but there should be a little question mark on the side that pops up a help window explaning the basic syntax:
%field% replace with field
{} keep what is inside only when there was a non-empty field inserted into it (test{-%artist%} results in test when artist is empty or test-Feint when artist is Feint)
The file naming patterns in the Downloader can be quite useful, but there should be a little question mark on the side that pops up a help window explaning the basic syntax:
%field%
replace with field{}
keep what is inside only when there was a non-empty field inserted into it (test{-%artist%}
results intest
when artist is empty ortest-Feint
when artist is Feint)