External Sources
Import audio content from external servers automatically.
Path: Station > Settings > External Sources
Source Types
HTTP
Download files directly from a URL.
| Field | Description |
|---|---|
| URL | Direct link to the audio file |
| Filename | Name for the imported file (optional) |
FTP
Connect to an FTP server and import files from a directory.
| Field | Description |
|---|---|
| Host | FTP server address |
| Port | Connection port (default: 21) |
| Username | FTP account username |
| Password | FTP account password |
| Path | Directory path on the server |
| Filename Pattern | Filter files by name pattern |
RSS
Subscribe to podcast feeds and import new episodes automatically.
| Field | Description |
|---|---|
| Feed URL | RSS feed address |
| Import Limit | Maximum episodes to import |
| Auto-Import | Import new episodes automatically |
FTP Path Variables
Use variables in the FTP path to create dynamic paths based on the current date and time.
| Variable | Description | Example |
|---|---|---|
{YEAR} | Four-digit year | 2026 |
{MONTH} | Two-digit month | 01 |
{DAY} | Two-digit day | 26 |
{HOUR} | Two-digit hour (24h) | 14 |
{MINUTE} | Two-digit minute | 30 |
{UNIX} | Unix timestamp | 1769522400 |
Example Paths
/recordings/{YEAR}/{MONTH}/{DAY}/
→ /recordings/2026/01/26/
/shows/morning-{YEAR}{MONTH}{DAY}.mp3
→ /shows/morning-20260126.mp3Adding an External Source
- Navigate to Station > Settings > External Sources
- Click Add Source
- Select the source type (HTTP, FTP, or RSS)
- Enter the connection details
- Click Test Connection to verify settings
- Click Save
Import Schedule
Configure when external sources are checked for new content.
| Option | Description |
|---|---|
| Manual | Import only when triggered manually |
| Hourly | Check every hour |
| Daily | Check once per day at specified time |
| Custom | Define a custom cron schedule |
Destination Folder
Select which media library folder receives imported files.
- In the source configuration, click Select Folder
- Choose an existing folder or create a new one
- Imported files appear in this folder automatically