INTERACT FORUM

More => Old Versions => Media Center 15 (Development Ended) => Topic started by: d_pert on April 08, 2010, 03:28:24 pm

Title: Add prefix / add suffix to any file tag (d_pert)
Post by: d_pert on April 08, 2010, 03:28:24 pm
1) Lockable views for Audio and Import

2) "Add Prefix" and "Add Suffix" functions for tagging in any field.

Example

Make the following 3 track NAMEs:

I. Allegro
II. Adagio
III. Allegro

...into:

Concerto for trumpet in E Op.17 - I. Allegro
Concerto for trumpet in E Op.17 - II. Adagio
Concerto for trumpet in E Op.17 - III. Allegro

In the last 6-7 years I have probably done 1,000 of these manually.

Thanks.

Title: Add prefix / add suffix to any file tag (d_pert)
Post by: rick.ca on April 08, 2010, 07:21:26 pm
Quote
2) "Add Prefix" and "Add Suffix" functions for tagging in any field.

In a details view, add an unused field/column. If you do this often, you may want to add a custom field named something like .temp. Select the files to be renamed. Enter =[prefix] - [Name] - [suffix] in .temp. Then enter =[.temp] in Name. The same technique can be used to change the existing name using an expression—to, for example, strip an existing prefix or suffix.

Too tedious to use a temporary field? Well, if you're brave, just enter =[prefix] - [Name] - [suffix] directly into Name.
Title: Re: Add prefix / add suffix to any file tag (d_pert)
Post by: Matt on April 26, 2010, 04:20:38 pm
I split this from the feature thread, since it's already possible.  You do need to use expressions.

In any field editing input box, you can use expressions by starting with an equal.  This is like Excel.

So, to change:
I. Allegro
II. Adagio
III. Allegro

to:
Concerto for trumpet in E Op.17 - I. Allegro
Concerto for trumpet in E Op.17 - II. Adagio
Concerto for trumpet in E Op.17 - III. Allegro

Multiselect all the files and edit the name (F2 for in-place, or use the Tag Action Window) and type:
=Concerto for trumpet in E Op.17 - [Name]

You can undo (Ctrl+Z) if it doesn't work like you wanted.
Title: Re: Add prefix / add suffix to any file tag (d_pert)
Post by: d_pert on May 02, 2010, 08:08:14 am
Amazing! Thanks. I need to sit down some day and study the expressions language for MC.