CONFIGTEMPLATES.md
August 14, 2024 ยท View on GitHub
API-method configtemplates
Signature
struct[] configtemplates(bool LoadFromDisk)
Description
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.
Arguments
- LoadFromDisk
(bool)-v15.0true- load templates from disk,false- give templates loaded on program start.
Since
v23.0
Return value
This method returns array of structures with a field:
- Template
(string)- Content of the configuration template (multiple lines).
Till
v23.0
Return value
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).