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.
Movie Format Help: Name Year Resolution
Re: Movie Format Help: Name Year Resolution
e.g. {plex} format
Format: Select all
{ plex % { " ($vf)" } }
Re: Movie Format Help: Name Year Resolution
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?
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
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
e.g. Movies/Avatar (2009) {tmdb-19995}/Avatar (2009) (1080p)
e.g. Movies/Avatar (2009)/Avatar (2009) (1080p)
e.g. Movies/Avatar (2009)/Avatar (2009) (1080)
Format: Select all
{ plex.id % { " ($vf)" } }
Format: Select all
{ plex % { " ($vf)" } }
Format: Select all
{ plex % { " (${vf.match(/\d+/)})" } }