Page 1 of 1

Add Plex Editions

Posted: 31 Aug 2022, 06:33
by azilko
Apologies if this has been answered already, but I have searched and searched, and simply can't find it.

I have all my 4K movies properly names w/ the {drive}/Media/{plex} structure. How could I go about adding the "edition-4K" tag to each file name?

Much appreciated for the help on this.

Re: Add Plex Editions

Posted: 31 Aug 2022, 10:14
by rednoah
e.g. add {edition-4K} to some files but not others depending on the video height

Code: Select all

{ height > 2000 ? '{edition-4K}' : '' }

e.g. add {edition-UHD} or {edition-HD} or {edition-SD}

Code: Select all

{ "{edition-$hd}" }

:arrow: [SNIPPET] Separate 4K Movies and non-4K Movies