
How can I make the rename process to assign (1)..(x) at the end of similar items (a number of jpg files accompanying the movie)??
Code: Select all
{fn.matchAll(/\d+/).last()}
Code: Select all
{di}
Code: Select all
{if (ext =~ /jpg|png/) fn.match(/\d+$/)}