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.
Add Plex Editions
Re: Add Plex Editions
e.g. add {edition-4K} to some files but not others depending on the video height
e.g. add {edition-UHD} or {edition-HD} or {edition-SD}
[SNIPPET] Separate 4K Movies and non-4K Movies
Code: Select all
{ height > 2000 ? '{edition-4K}' : '' }
e.g. add {edition-UHD} or {edition-HD} or {edition-SD}
Code: Select all
{ "{edition-$hd}" }
