Help setting up naming convention for PLEX and Kometa
Posted: 11 Jun 2024, 12:46
Hey guys,
New to the forum here, but need some help. I know next to nothing about coding or scripting but have managed to come up with this basic script which names movies and tags them.
Let say there is something with no HDR, this is what it gives me:
I do not want the [] on the end if there is no HDR present.
Any help would be greatly appreciated!!
Also if anyone is willing to just completely overhaul this as well, would also be greatly appreciated
New to the forum here, but need some help. I know next to nothing about coding or scripting but have managed to come up with this basic script which names movies and tags them.
Format: Select all
{ drive }/Media/{ plex.id * " [" * {vf} * "] " * "[" * { hdr.replace('HDR10+':'HDR10Plus') } * "]"}
Code: Select all
Y:/Media/Movies/Fight Club (1999) {tmdb-550} [1080p] []/Fight Club (1999)
Any help would be greatly appreciated!!
Also if anyone is willing to just completely overhaul this as well, would also be greatly appreciated
