Search found 4 matches

by wilfortune
24 Apr 2019, 01:59
Forum: Episode / Movie Naming Scheme
Topic: Suddenly lost all Season and Episode Numbers
Replies: 11
Views: 8769

Re: Suddenly lost all Season and Episode Numbers

It'd be much easier to use the {sxe} binding, but I want to maintain the consistency of the naming structure that began when I was using "theRenamer".

I didn't even realize there was a "History" function! Thank you for pointing that out for me :)

As it happened, the solution (thanks again, kim ...
by wilfortune
22 Apr 2019, 23:15
Forum: Episode / Movie Naming Scheme
Topic: Suddenly lost all Season and Episode Numbers
Replies: 11
Views: 8769

Suddenly lost all Season and Episode Numbers

I don't know when exactly this started happening, but my best guess is sometime yesterday or the day before (4/20/19-4/21/19).

Here's my expression:
{n.replaceAll(/[!?.]+$/).replaceAll(/[`´‘’ʻ]/, /'/).replaceAll(/[:]/, "-")}/{episode.special ? 'Season 0' : 'Season '+s}/{n.replaceAll ...