September 25, 201213 yr I'd like to understand the order of execution between what's in the go script versus the plug-ins that are installed by using version 5. For example I have installed the sabnzbd plugin and would like to set the maximum speed to 400kb using the following line in my go script: wget -qO - "http://server:port/sabnzbd/api?mode=config&name=speedlimit&value=xxx&apikey=xxxxxxxxx" However, I am not certain if the sabnzbd plugin (created by Influencer) would have launched and if that's the case the above line in the go file would do nothing. Is there anyway of figuring the order of execution besides trial and error?
September 25, 201213 yr I can't answer the direct question, but as a workaround you could add a wait command to pause the execution before that line.
Archived
This topic is now archived and is closed to further replies.