You can use SUBJECT and RAWSUBJECT for a filename, but is there a way to use the text that's in the subject box when you're looking at a post?
I see "[3/49] SHOW.I.LIKE.S02E07.OBFUSCATED" as the subject. I use RAWSUBJECT or SUBJECT and for whatever reason, I only get "SHOW.I.LIKE" as the name. It chops off the "S02E07..." part. But if I look up the post properties, it shows that line of text as the description. Is it different?
Or even perhaps let us use regex searches as part of the filename. Such as "(s[0-9][0-9]e[0-9][0-9])" as $(1) and then I can make the filename as "Nice Name $(1)" and fall back to everything if it fails. Make sense?