Re: How to modify a field in a list of files



Hi Sergio

On 2017-02-11 12:44, Sergio Spina <sergio am spina gmail com> wrote:
I have a long list of files whose "title" field is simply a sequential
number, something like this:

 dir/subdir/fileA.mp3   title: "001"
 dir/subdir/fileB.mp3   title: "002"
 dir/subdir/fileC.mp3   title: "003"
 dir/subdir/fileD.mp3   title: "004"
 dir/subdir/fileE.mp3   title: "005"
 ecc.

I want to change the "title" field *adding a word before* the nuber,
something like this:

 dir/subdir/fileA.mp3   title: "Song 001"
 dir/subdir/fileB.mp3   title: "Song 002"
 dir/subdir/fileC.mp3   title: "Song 003"
 dir/subdir/fileD.mp3   title: "Song 004"
 dir/subdir/fileE.mp3   title: "Song 005"
 ecc.

How can I do that with EasyTag?

You can do that in the field processor, in the scanner:

1. Open EasyTAG, select the files that you want to modify
2. Open the scanner (View→Show Scanner in the menus)
3. Open the Process Fields tab
4. Under Character Conversions, select Convert: and put '^' in the first field and "Song " (removing the quotes) in the second field (the convert feature actually uses Perl-compatible regular expressions underneath) 5. Make sure that you only have the Title field selected in Tag Fields at the top of the tab
6. Click Scan Files

--
http://amigadave.com/

Attachment: signature.asc
Description: Digital signature



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]