Can't merge data from one tag with another

C

cpsharp

Guest
In many of my music files, the genre tag only contains the word ‘Electronic’. However, there’s another tag called ‘style’, that I want to append to the genre, so it will for example, say, ‘Electronic; Techno’. My script is simple as can be, but didn’t change anything.

$set(Genre,$get(%style%))

I also tried the following variations which also didn’t work:

Code:
$get(%style%)
$get(%genre%)
$copymerge(%genre%,%style%)

and I tried:

$set(genre,$copymerge(genre,style,;))

I though that between these, one of them would work. What’s wrong? I’ve tried putting the tags without the ‘%’.

1 post - 1 participant

Read full topic

Continue reading...
 
Top