@firefox15
I added your regex:([\w\s]+) (\d\d\d\d) and regex:$1 but when it converted the file… it added “regex” to the front of the folder and filename.
Example:
Judge Judy - S01E01.mp4
was renamed to …
regexJudge Judy - S01E01.mp4
So I must be implementing regex incorrectly. My tuner records the shows and names them:
Judge Judy (1996) - S24E01 - 09-09-2019.ts
I want to convert them to MP4, but rename them without the “year” and “date recorded”. So like this…
Judge Judy - S24E01.mp4
I’d really like to add the episode name as well, but I think that’s beyond MCEbuddy and something I can add manually. Plex already displays the episode names it pulls from tvdb based on the SxxExx numbers, it just doesn’t rename the actual MP4 filename. Or at least to my knowledge.
So that’s what I’m trying to do. Here’s a screenshot of what I have based on your instructions…