Search found 3 matches
- 17 Jan 2020, 14:44
- Forum: Episode / Movie Naming Scheme
- Topic: Replace multiple characters?
- Replies: 6
- Views: 8886
Re: Replace multiple characters?
Thanks for the replies. I tried switching to {plex.tail.derive{ext == 'srt' ? '.en' : ''}} but it changed where the file was located so I ended up keeping the if command. On a similar topic, I changed my code to: {n.colon('꞉ ').asciiQuotes().replace('?', '')} - {s00e00} - {t.colon('꞉ ').asciiQuotes( ...
- 16 Jan 2020, 00:01
- Forum: Episode / Movie Naming Scheme
- Topic: Replace multiple characters?
- Replies: 6
- Views: 8886
Re: Replace multiple characters?
I tried that, but for the show in particular I'm attempting, it's not working regardless of the character I select to replace the /
Fate/Grand Order: Zettai Maju Sensen Babylonia
https://www.imdb.com/title/tt9525238/
- 15 Jan 2020, 16:30
- Forum: Episode / Movie Naming Scheme
- Topic: Replace multiple characters?
- Replies: 6
- Views: 8886
Replace multiple characters?
Here's my code currently: {n.colon('꞉ ')} - {s00e00} - {t.colon('꞉ ')}{if (ext == 'srt')'.en'} In addition to colons, I'd like to have slashes replaced with a separate particular character but from what I've read, can't figure out how to accomplish both. Is there a way I'm missing? Any help would be ...