Quick Sign In:  

Forum: Wishes and new features

Topic: Wish for script to Append text to existing Track info fields
I wish there was a script to append text to the field of a Track, (for example to the comment, user 1, or user 2, fields etc)

would like a script like: loaded_song_append that would append text to the existing data in the field.

where
 loaded_song_append 'comment' "Explicit"

would append the text "Explicit" at the end of the tracks existing, comments field, separated with a space or some delimiter.

 

Posted Sat 05 Feb 22 @ 5:16 pm
locoDogPRO InfinityModeratorMember since 2013
just a process

set myString `param_add "get_text ' Explicit'" "get_loaded_song 'comment'"` & get_var myString & param_cast & loaded_song 'comment'
 

Posted Sat 05 Feb 22 @ 6:18 pm