Page 1 of 1

Category/[A-Z#]/show/show.season/filename

Posted: 09 Oct 2016, 18:05
by stoatwblr
I'd like to convert my existing stuff to Plex format, but there are far too many tv shows to sit in one top level directory.

What should I do to get Category/[A-Z#]/show/show.season/filename ?

FWIW Plex seems relatively forgiving of . and _ substitutions for whitespace along with Showname.S{N} instead of "Season {N}"

Re: Category/[A-Z#]/show/show.season/filename

Posted: 09 Oct 2016, 21:26
by rednoah
So you're saying you want to inject an A-Z folder into the standard Plex scheme?

I'd do it like this:

Code: Select all

{plex.root}/{az}/{n}/{n} - Season {s}/{plex.name}
If you need to replace spaces then this might be easier:

Code: Select all

{plex.path.replaceFirst('/', "/$az/").space('_')}