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: Masstagger-question (Read 1768 times) previous topic - next topic
0 Members and 1 Guest are viewing this topic.

Masstagger-question

I'd like to copy the value from a STYLE-tag to a *second* genre tag - while preserving existing genre-tags:

before:
GENRE=Ambient
STYLE=Post-Rock

after:
GENRE=Ambient
GENRE=Post-Rock


The only thing i was able to come up was using the "format value"-command using GENRE as the target-field and the following string:
[%genre%][\%style%]

However, the backslash is not used as a field-seperator. Any ideas?

- Lyx
I am arrogant and I can afford it because I deliver.

Masstagger-question

Reply #1
found the solution. The field needs to be splitted in a second step by using the "split field by seperator"-command.

- Lyx
I am arrogant and I can afford it because I deliver.