Download Scripts

Introduction to download scripts
Download scripts in Helium are a simplified complement to download plug-ins, which have existed for a long time in Helium. While writing custom download pl...
Sun, 15 Sep, 2024 at 1:03 PM
Create a sample script which will download an album image using the iTunes API
Please note that this script and other download scripts are available from Helium's appdata folder, %APPDATA%\Imploded Software\Helium <version>\D...
Sun, 15 Sep, 2024 at 1:03 PM
Download script API definition
Introduction Helium supports download scripts written in JavaScript, which are loaded and executed in a sandbox for security reasons. Internally, this engi...
Sun, 8 Sep, 2024 at 11:29 AM
Download script response types
Each function in Helium requires that the data be returned in a format that Helium can understand. More complex response types are described in TypeScri...
Sun, 8 Sep, 2024 at 11:39 AM
Consuming External APIs
Some download scripts in Helium use external services that may require authentication keys or an API key. Discogs and Last.fm are examples of two APIs that...
Mon, 16 Sep, 2024 at 1:48 PM