I'm trying to put things in order with stash and renamerOnUpdate plugin.
Does someone has a working config.py where files can be renamed and moved to folder properly.
Renaming worked fine with those parameters
use_default_template = True
# Default template, adjust as needed
default_template = "[$studio] $performer - $title $date"
Creating and moving to folder was not successful
# change to True to use the default template if no specific tag/studio is found
p_use_default_template = True
# default template, adjust as needed
p_default_template = r"^*\$parent_studio"
Guess there also some neat parameters instead of those above. Would appreciate if someone could share his config file