Add Plex Editions

All about user-defined episode / movie / file name format expressions
Post Reply
azilko
Posts: 10
Joined: 04 Feb 2017, 21:51

Add Plex Editions

Post 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.
User avatar
rednoah
The Source
Posts: 22923
Joined: 16 Nov 2011, 08:59
Location: Taipei
Contact:

Re: Add Plex Editions

Post 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
:idea: Please read the FAQ and How to Request Help.
Post Reply