Movie Format Help: Name Year Resolution

Support for Windows users
Post Reply
Markyball
Posts: 3
Joined: 24 Mar 2025, 16:18

Movie Format Help: Name Year Resolution

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

Re: Movie Format Help: Name Year Resolution

Post by rednoah »

e.g. {plex} format

Format: Select all

{ plex % { " ($vf)" } }
:idea: Please read the FAQ and How to Request Help.
Markyball
Posts: 3
Joined: 24 Mar 2025, 16:18

Re: Movie Format Help: Name Year Resolution

Post 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?
Markyball
Posts: 3
Joined: 24 Mar 2025, 16:18

Re: Movie Format Help: Name Year Resolution

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

Re: Movie Format Help: Name Year Resolution

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