Skip to main content

Notice

Please note that most of the software linked on this forum is likely to be safe to use. If you are unsure, feel free to ask in the relevant topics, or send a private message to an administrator or moderator. To help curb the problems of false positives, or in the event that you do find actual malware, you can contribute through the article linked here.
Topic: "ask_once" and "ask_pertrack" tags for masstager (Read 1964 times) previous topic - next topic
0 Members and 1 Guest are viewing this topic.

"ask_once" and "ask_pertrack" tags for masstager

It would be cool if we had two tags:

%ask_once%: it would ask for a text value once and then it would be used as a string

%ask_pertrack%: it would ask for a text per each track.

then, that text would be used normally

$replace($lower(%artist%),%ask_once%, new text)

could be intepreted as

$replace($lower(%artist%),text_to_delete, new_text)

if the user imputs text_to_delete

i don't know if the scripts are called once with a list of track, or each per track, in this case, ask_once could be dificult to implement.

sorry if this is already implemented