How to run a script after plugin?

As I’ve learnt by trying and testing,
The process when lookup is pressed is:

  1. Picard queries the Musicbrainz Server for information
  2. The user-written scripts are run
  3. The installed plugins are run

So, my question is if there is a way to run the scripts after the plugins?

What plugins are you using, and what version of Picard do you have? I just tested my install (v1.4) with “AcousticBrainz Tonal-Rhythm” and the simple script $set(key,%key%%key%), and even on a file that I’ve never looked up before, the field was doubled properly.

1 Like

Hmmm… it seems you are right. I made some changes to the script, the script had a few problems. Thanks for the quick reply.