Page 1 of 1

Retain version info in name? (i.e.: v2,v3 etc)

Posted: 29 Apr 2024, 13:53
by Anikillz
Hi,

I've started using FileBot today and so far I've managed to get the naming I want :D

However there is one thing I haven't found to do and that is the ability to keep the version of a file. For example one episode I currently have is "26v2", I want to be able to keep the v2 somewhere in my naming.

Is that possible?

Cheers,

Anikillz

Re: Retain version info in name? (i.e.: v2,v3 etc)

Posted: 29 Apr 2024, 19:18
by rednoah
e.g.

Format: Select all

{ fn.match(/v2|v3/) }
:arrow: Match information from the file path

Re: Retain version info in name? (i.e.: v2,v3 etc)

Posted: 30 Apr 2024, 06:40
by Anikillz
Thank you so much! Everything's working perfectly now, wish I'd discovered FileBot sooner.