Skip to main content

Notice

Please note that most of the software linked on this forum is likely to be safe to use. If you are unsure, feel free to ask in the relevant topics, or send a private message to an administrator or moderator. To help curb the problems of false positives, or in the event that you do find actual malware, you can contribute through the article linked here.
Topic: Search and replace within tags (Read 2114 times) previous topic - next topic
0 Members and 1 Guest are viewing this topic.

Search and replace within tags

Hello to all

Is there a way to find and replace a string in a group of tags (MP3, FLAC, etc.), witout changing the entire tag? Perhaps with Masstagger?

Example : TITLE: "Bittehoven - Symphony No. 5"
find "Bitt" in all TITLE tags in selected group, replace with "Beet"

TIA

Search and replace within tags

Reply #1
Ok, this is still the wrong forum (General would have been the correct one), but it is much more clearer now, what you want to achieve.

You could do this in the following way:
1. Mark all affected tracks in a playlist
2. Open the properties dialog.
3. Right click on "Track title" and select "Format from other fields"
4. Use the pattern $replace(%title%,Bitt,Beet)

Note: $replace will replace all occurences in a string, therefore you should be as most specific as possible. Here for example: $replace(%title%,Bitthoven,Beethoven)

Search and replace within tags

Reply #2
Format TITLE using:

$replace(%title%,'Bitthoven','Beethoven')

C.

EDIT: Too slow
PC = TAK + LossyWAV  ::  Portable = Opus (130)

Search and replace within tags

Reply #3
Ok, this is still the wrong forum (General would have been the correct one), but it is much more clearer now, what you want to achieve.


Sorry - I just took a guess at the right forum.

Great advice. Works like a charm. Thanks a million. I'd never have found it, because "Format from other fields" is unclear.

Thanks again

GJ