Page 1 of 1

Plex Naming and Movie Collection Folder

Posted: 27 Jan 2019, 23:30
by Yammers
Hi

There i have moved all my films onto wd mycloud

however it gave all my films individual folders

i am trying to come up with an expression that does this example that puts my movies into folders example would be

Code: Select all

Z:\Plex\Shared Movies\
>Harry potter
> harry potter chamber of secerates (2202
>harry potter chamber of secerates 
in other words id have a harry potter folder with all harry potter films in it

Re: Plex Naming

Posted: 28 Jan 2019, 08:40
by rednoah
I recommend using this format expression:

Code: Select all

Z:/Plex/Shared {plex}

If you want a movie collection folder, then something like this will do:

Code: Select all

Z:/Plex/Shared Movies/{collection+'/'}{ny}/{plex.name}

:!: Note that having a movie collection folder in your custom naming scheme makes your naming scheme explicitly not be the Plex naming scheme. It might work, or it might not.