Page 1 of 1

Movie Format Help: Name Year Resolution

Posted: 24 Mar 2025, 17:09
by Markyball
Hi all,
I'm new to FileBot and looked through the forum for an answer, but didn't see it.

I want to customize a movie format to Name Year Resolution for Plex. . like this: The Avengers (2012) (1080). I would also like to remove the IMDB Code number if possible. Can anyone help?
Thanks in advance,
M.

Re: Movie Format Help: Name Year Resolution

Posted: 24 Mar 2025, 17:25
by rednoah
e.g. {plex} format

Format: Select all

{ plex % { " ($vf)" } }

Re: Movie Format Help: Name Year Resolution

Posted: 24 Mar 2025, 17:29
by Markyball
Thank you. I see how you get the parenthesis for VF. Awesome.

What about removing the TMDB code that is automatically added? Or is that just part of the Plex format?

Re: Movie Format Help: Name Year Resolution

Posted: 24 Mar 2025, 17:33
by Markyball
I figured out how to name it without the code. . . thanks again. One last question, can the p be removed from the video format extension?

Re: Movie Format Help: Name Year Resolution

Posted: 24 Mar 2025, 18:19
by rednoah
e.g. Movies/Avatar (2009) {tmdb-19995}/Avatar (2009) (1080p)

Format: Select all

{ plex.id % { " ($vf)" } }
e.g. Movies/Avatar (2009)/Avatar (2009) (1080p)

Format: Select all

{ plex % { " ($vf)" } }
e.g. Movies/Avatar (2009)/Avatar (2009) (1080)

Format: Select all

{ plex % { " (${vf.match(/\d+/)})" } }