API reference
API-method loadextensions
Since
v23.0
Signature
struct[] loadextensions(bool LoadFromDisk);
Description
Reads extensions from the disk.
Arguments
- LoadFromDisk
(bool)
-true
- load extensions from disk,false
- give extensions loaded on program start.
Return value
This method returns array of structures.
- Entry
(string)
- Location
(string)
- RootDir
(string)
- Name
(string)
- DisplayName
(string)
- About
(string)
- Author
(string)
- Homepage
(string)
- License
(string)
- Version
(string)
- NZBGetMinVersion
(string)
- PostScript
(bool)
- ScanScript
(bool)
- QueueScript
(bool)
- SchedulerScript
(bool)
- FeedScript
(bool)
- QueueEvents
(string)
- TaskTime
(string)
- Description
(string[])
- Requirements
(string[])
- Options
(struct[])
- Name
(string)
- DisplayName
(string)
- Description
(string[])
- Select
(string[])
- Name
- Commands
(struct[])
- Name
(string)
- Action
(string)
- DisplayName
(string)
- Description
(struct[])
- Name
- Sections
(struct[])
- Name
(string)
- Prefix
(string)
- Multi
(bool)
- Name
See Extensions.
Introduction
Installation manuals
- Installation on Windows
- Installation on Windows via WinGet
- Installation on macOS
- Installation on macOS via Homebrew
- Installation on Linux
- Installation on Docker
- Installation on Docker - LinuxServer.io version
- Installation on Android
- Installation on Synology
- Installation on QNAP
- Installation on other NAS devices
Building manuals
Configuration
- Backup And Restore Settings
- Performance Tips
- Choosing Cipher
- Behind Other Web Server
- TLS certificate verification
Usage
- Quick Filter
- Keyboard Shortcuts
- RSS and duplicate check
- VideoSort
- Console Mode
- Command Line Reference
- Performing Speed Tests
Development
Extensions
- Extension Scripts
- Post-processing scripts
- Scan Scripts
- Queue Scripts
- Scheduler Scripts
- Feed Scripts
- API reference