2021-01-10, 03:59
I am using the renamer module in EMM 1.5.0 and having an issue with the Episode File Pattern. I have an episode where the title has an ellipsis at the end, and I would like it removed from the file name (or any '.' character in the title). I am trying to use the replace command, and so far I have tried:
$W_?2?{ - $T$!$?.??}
$W_?2?{ - $T$!$?\.??}
$W_?2?{ - $T$!$?/.??}
$W_?2?{ - $T$!$?#.??}
None of these have worked. The first version does work for alphanumeric characters. Is there a way to make it work for the '.' character (or other special characters)?
$W_?2?{ - $T$!$?.??}
$W_?2?{ - $T$!$?\.??}
$W_?2?{ - $T$!$?/.??}
$W_?2?{ - $T$!$?#.??}
None of these have worked. The first version does work for alphanumeric characters. Is there a way to make it work for the '.' character (or other special characters)?