https://github.com/visini/synology_dl
A macOS Menubar App for managing Synology Download Station
https://github.com/visini/synology_dl
menubar synology-dl synology-downloadstation synology-nas
Last synced: 4 months ago
JSON representation
A macOS Menubar App for managing Synology Download Station
- Host: GitHub
- URL: https://github.com/visini/synology_dl
- Owner: visini
- License: mit
- Created: 2020-01-21T10:55:19.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2025-06-10T03:12:13.000Z (about 1 year ago)
- Last Synced: 2025-10-11T04:31:54.004Z (8 months ago)
- Topics: menubar, synology-dl, synology-downloadstation, synology-nas
- Language: Python
- Homepage:
- Size: 764 KB
- Stars: 19
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README

# Synology DL – macOS Menubar App
Menu bar utility app (macOS) for controlling synology download station.

## DSM Compatibility
- For `DSM 6` use `v0.3.x`
- For `DSM 7` use `v0.4.x`
## Config and customization
```conf
# Example config file, by default it should be located at:
# ~/.config/synology_dl.conf
username = admin
host = http://nas.local:5000
password = password
destinations = NAS/folder_1,NAS/folder_2
```
See `Makefile` for how to install, debug, build, and release. Or download the [latest release](https://github.com/visini/synology_dl/releases).