Hi. Any ability to implement multiple versions of the same movie?
I.e. Blade Runner - Director's cut, Blade Runner - Theatrical Version, Star Wars - Original, Star Wars - Remastered, Any Version - Extended Version? It's often difficult to have variants of the movie in the library.
I may have missed the search when looking for this.
Multiple versions of same movie
Re: Multiple versions of same movie
The destination path is completely up to your custom format:
https://www.filebot.net/naming.html
e.g. {tags} binding
e.g. extend {plex} format with {tags} binding:
https://www.filebot.net/naming.html
e.g. {tags} binding
Code: Select all
{tags}
e.g. extend {plex} format with {tags} binding:
Code: Select all
{ plex.derive{ ' ' + tags } }