Add multiple dynamic tags at once

Get help. Get answers. Let others lend you a hand.

Moderator: Mr_Noodle

Add multiple dynamic tags at once 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.
jandamm
 
Posts: 8
Joined: Sun Feb 18, 2018 10:46 am

Re: Add multiple dynamic tags at once 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.
Mr_Noodle
Site Admin
 
Posts: 11868
Joined: Sun Sep 03, 2006 1:30 am
Location: New York City

Re: Add multiple dynamic tags at once Tue Dec 15, 2020 5:19 am • by jandamm
Awesome, looking forward to this feature.
jandamm
 
Posts: 8
Joined: Sun Feb 18, 2018 10:46 am


Return to Support