Page 1 of 1

Plex Binding without Episode Title?

Posted: 29 Jul 2024, 12:19
by brijazz
Is there a way to use the Plex binding but omit the episode title?

If not, what's the best combination of bindings to emulate the Plex binding without title?

Re: Plex Binding without Episode Title?

Posted: 29 Jul 2024, 12:56
by rednoah
brijazz wrote: 29 Jul 2024, 12:19 Is there a way to use the Plex binding but omit the episode title?
Short Answer: No.
Long Answer: You can always take the value that {plex} gives you and then match patterns from there. A bit clunky though.


brijazz wrote: 29 Jul 2024, 12:19 If not, what's the best combination of bindings to emulate the Plex binding without title?
:arrow: Plex Naming Scheme › Custom Naming Scheme

Re: Plex Binding without Episode Title?

Posted: 29 Jul 2024, 13:17
by brijazz
I think I'll just build my own command. No issues using bindings to rename the episode the way I want, but how can I get it to move the file into a Season # folder (with the Series Title folder above that)?

Re: Plex Binding without Episode Title?

Posted: 29 Jul 2024, 14:28
by rednoah
brijazz wrote: 29 Jul 2024, 13:17 how can I get it to move the file into a Season # folder (with the Series Title folder above that)?
:arrow: Plex Naming Scheme › Custom Naming Scheme


:idea: If your format generates a file path, then that's where files go, parent folders and all, as seen in the linked examples:

Format: Select all

TV Shows/{n}/{episode.special ? 'Specials' : 'Season '+s.pad(2)}/{n} - {episode.special ? 'S00E'+special.pad(2) : s00e00} - {t.replaceAll(/[`´‘’ʻ]/, /'/).replaceAll(/[!?.]+$/).replacePart(', Part $1')}{'.'+lang}