Unfortunately, I have to unwind a tag which I have composed with the help of MP3Tag. The field currently contains the expression "composer - title" (title means Opus in this case). Therefore, I am looking for the definition of an action which deletes all strings up to the last blank before 'title', in this example to delete "composer - ". The composer represents the name, therefore the number of strings to be deleted will vary.
How can I manage to get that working ? Please note that I am not familiar with defining actions.
However, this does not seem to work, no strings are being deleted.
Maybe I have not explained my objective clearly and it would be better to try an alternative, by copying from Tag 1 to Tag 2.
Tag1: "title" [Consists of "Part1 - Part2"]. Part 1 is the name of the composer and has a flexible number of strings. " - " is always fixed and in front of Part 2.
If I copy from Tag1 to Tag2 and as a result Tag 2 should only show "Part2", what Formatstring do I have to enter into field Tag2 ?
To copy the contents of one field to another, use an action of the type "Format value" for the target field (what should "tag2" be?) with the
Format string: %source field%
You then would have to delete the redundant information in the target field e.g. with an action of the type "Guess value" as described above.
If that does not work, then I suggest that you supply a real example.
May I suggest that I directly provide the concrete example you have requested:
The content of the tag is
"Berlioz - Réverie Et Caprice, Op. 8".
I need to delete "Berlioz - "
Part2: "Réverie Et Caprice, Op. 8" should remain. Please note that the number of strings of each 'composer', in the example 'Berlioz', may vary.