I use a recordpool that populates the COMMENT field with some useful descriptions (just like tags). However this recordpool does not use # e.g. the COMMENT will have “Pop,Disco,Wedding,Throwbacks”
I write tags to my LABEL field with the #tag.
I have to use a sequence of recipes in this order e.g.
Prefix COMMENT field with “#”
Replace “,” with “_#” ( _ = space)
Import tag from field
Find tags and Album art
Write tags to file
I wonder if there is a possibility to save such sequences to a single action - maybe in the Utility tab
UTILITY
USER SCRIPTS
Saved DJ Script 1 for DJCity
Saved DJ Script 2 for ZipDJ
Actually I have a smaller thing on the todo list where you can choose the separator used in the Import Tags From Text recipe. It defaults to # now but exactly for this situation it would be good to choose , as separator and that would already solve the most annoying part of it I think.
As for step 3,4,5 that would be the macro idea still.