An easier way to do this?

A swapping-ground for Regular Expression syntax

An easier way to do this?

Postby muffintastic » Fri Feb 23, 2018 8:59 pm

Hi,

I would like to batch rename from;

01. Artist - Track ID

to

01-Artist-Track_ID_ID - Depending On The Filename Length/Title.

Is this possible?
muffintastic
 
Posts: 1
Joined: Fri Feb 23, 2018 8:56 pm

Re: An easier way to do this?

Postby therube » Mon Feb 26, 2018 5:31 pm

don't have time at the moment, but...

Everything.
Code: Select all
len:>139  !folder:  audio:

That find file names of > 139 characters, of a type "audio" (so; mp3 aac, m4a, wma...)
That gives you your wanted files.

Drag them into BRU & manipulate from there...
therube
 
Posts: 1314
Joined: Mon Jan 18, 2016 6:23 pm


Return to Regular Expressions