Page 1 of 1

How to add {edition} to movie folder name when using {plex} format?

Posted: 17 Jul 2024, 02:07
by MichaelGoodyear
I'm trying to find or refine the final naming of my movie folders. Currently, I am using {plex} format and want to add {edition} to the movie folder name. I have tried a number of ways but still haven't achieved the desired results.

For example, I want the movie folder name to look like this:

Code: Select all

/4K Movies/{plex.id} {edition-$edition} {tmdb-$tmdbid}
I also want the movie filename to be ready for Plex with information like vf, vcf, HDR, etc.

Can anyone help me with the exact code to achieve this? Thanks a lot!

Re: How to add {edition} to movie folder name when using {plex} format?

Posted: 17 Jul 2024, 03:48
by rednoah
rednoah wrote: 12 Sep 2016, 10:03 e.g. Avatar (2009) {tmdb-19995}/Avatar (2009) {edition-Extended Edition} [720p, x264, AAC]

Format: Select all

{ ~plex.id % { " {edition-$edition}" } % { " [$vf, $vc, $ac]" } }
:arrow: See Plex Naming Schemes › Advanced {plex} operators for details.