Page 1 of 1

Add multiple dynamic tags at once

PostPosted: Sun Dec 13, 2020 2:25 pm
by jandamm
I have a script which generates tags from the filename.

Is there a way to split a string when assigning using as a dynamic tag?
Given the following string (from a script): "a,b,c"
I would like to create the tags |a|, |b|, |c|. Right now it creates |a,b,c|.
(\n and ; didn't work either)

Right now I return each tag as a single variable which works as long as tags <= variables. But it doesn't feel right.

Re: Add multiple dynamic tags at once

PostPosted: Mon Dec 14, 2020 10:58 am
by Mr_Noodle
There is no feature like that now. I'm considering various features to expand handling of lists in the future.

Re: Add multiple dynamic tags at once

PostPosted: Tue Dec 15, 2020 5:19 am
by jandamm
Awesome, looking forward to this feature.