Quote:
Originally Posted by sucr4m
.. i actually understood i need to put the packagename back into the download directory instead of <jd:orgfilename:1> ...
|
You would not need any additional packagizer rules if you have the default "create subfolder by package" rule enabled.
Quote:
Originally Posted by sucr4m
.. if i would ever encounter something else in the filename like lets say a "-" or w/e i would just need to add it inside "[._]" right? Something like "[._-]" ..
|
Yes. It is used to specify individual characters/letters (not words) which need to be replaced. They can be in any order. Each occurance of the character will be replaced with space. To remove words, you can use a different regex directly in the packagizer. You can find me in JD chat if you need any help with it.