Hi,
I would like to know if/how I can format the style tag based on the last two words of the title tag which are always uppercase, eg. Current Title: Any Other Way STEMS BASS
Proposed Title: Any Other Way
Proposed Style: STEMS BASS
nb. the first word is always STEMS
You can use two actions:
Import tag fields
Source format: %title%
Formatstring: %title% STEMS %style%
which will split the existing title into title and style using STEMS as separator and
Format tag field
Field: STYLE
Formatstring: [STEMS %style%]
which prefixes an existing style field by "STEMS "