struct[] configtemplates(bool LoadFromDisk)Returns NZBGet configuration file template and also extracts configuration sections from all post-processing files. This information is for example used by web-interface to build settings page or page Postprocess in download details dialog.
- LoadFromDisk
(bool)-v15.0true- load templates from disk,false- give templates loaded on program start.
v23.0
This method returns array of structures with a field:
- Template
(string)- Content of the configuration template (multiple lines).
v23.0
This method returns array of structures with following fields:
- Name
(string)- Post-processing script name. For examplevideosort/VideoSort.py. This field is empty in the first record, which holds the config template of the program itself. - DisplayName
(string)- Nice script name ready for displaying. For exampleVideoSort. - PostScript
(bool)-truefor post-processing scripts. - ScanScript
(bool)-truefor scan scripts. - QueueScript
(bool)-truefor queue scripts. - SchedulerScript
(bool)-truefor scheduler scripts. - Template
(string)- Content of the configuration template (multiple lines).