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: Run masstagger script in columns ui on $textbutton. (Read 909 times) previous topic - next topic
0 Members and 1 Guest are viewing this topic.

Run masstagger script in columns ui on $textbutton.

I thought I knew this but apparently I don't. Can anyone full me in on how to run a masstagger script on a $textbutton in columns ui?

This doesn't work:
Code: [Select]
$puts(script.action,CONTEXT/NOW PLAYING:'Tagging/Scripts/ADD_VALUE';%_REFRESH%;REFRESH)

If a masstagger script can be run via Run Service then I could make it work like this
Code: [Select]
$puts(script.action,CONTEXT:'Run service/ADD_VALUE';%_REFRESH%;REFRESH)

But masstagger via run services, is that possible? How?

Re: Run masstagger script in columns ui on $textbutton.

Reply #1
Never mind, found it.

This works:
Code: [Select]
$puts(script.action,CONTEXT:Tagging/Scripts/ADD_VALUE;REFRESH)