SongKong Jaikoz

SongKong and Jaikoz Music Tagger Community Forum

Copy mutiple Grouping tags to multiple Mood tags

Hi is it possible to copy multiple grouping tags to multiple mood tags.

Eg I have and album where all the songs have these separate GROUPING tags

  Grouping                       Bluesy
  Grouping                       Roots
  Grouping                       Pop & Rock
  Grouping                       Loud
  Grouping                       Life Favourite

and I would like to copy them to individual MOOD tags

eg

  Mood                       Bluesy
  Mood                       Roots
  Mood                       Pop & Rock
  Mood                       Loud
  Mood                       Life Favourite

And keep the grouping tags as they are, and do this for the entire library.

This is so I can use my own way of sorting both in Emby and Subsonic

I don’t use mood for anything else.

I have already used metagrater on the mood tags that were there already so they are now empty.

Many thanks

Yes just use this in Scripter task

mood=grouping

e.g

Scripter automatically keeps multiple values as multiple values when copying a field that has multiple values, although in an earlier version it didnt do this so make sure you are using the latest version of SongKong. Within the examples we use ;;; to indicate the values will be stored as separate values.

Thank you Paul. Very helpful.