truman
1
I want to be able to click a button and it will auto add some tags like
Field = Value
ITUNESADVISORY = 1
ITUNESACCOUNT = email@email.com
ITUNESMEDIATYPE = Normal
I have this working code that adds a comment with a click of a button using mta
T=5
1=Downloaded from websitelink
F=COMMENT
But I don't know what the T or F is for ITUNESADVISORY and ITUNESACCOUNT
This is what i want to achieve https://streamable.com/pwdw2
To be able to click that pp button and the tagss i added after that will auto tag
Use the functions to add an action instead of editing the mta file directly.
see this description of the How Tos on how to create a new action:
If you want to set a certain value in a field, use an action of the type "Format value".
Select the field,
enter the value,
save the action.