api.addParam(HttpApi.MODE, HttpApi.MODE_GET_SCRIPTS);
api.addParam(HttpApi.OUTPUT, HttpApi.OUTPUT_XML);
GetMethod method = api.prepareGetMethod();
return api.executeList(SabnzbdScript.class, method
, new SabnzbdAlias(API_SCRIPTS, List.class)
, new SabnzbdAlias(API_SCRIPT, SabnzbdScript.class)
);
}