Download Station and Audio Station plugins. Uses Synox Web as data source.
- DSM >= 6.0
- Synox Web
- Audio Station Module
- Download Station Search Module
- Download Station Host Module
- Build modules to get tar.gz files (.aum, .dlm, .host)
- Set synox web url (example:
http://synox.synology.loc/
) - *Optional: Set debug mode and profile id
- Login to you Synology with admin privileges
- Open Download Station or Audio Station package
- Go to Settings area
- Go to Plugins Text, found on top hand side
- Click add and locate builds/*.aum
- Move plugins in the list to change their priority use
Location of the log file when debugging mode is enabled /var/packages/AudioStation/etc/lyricsPlugIn/plugins/au-synox-web/debug.log
- Go to File Search, found on left hand side
- Click add and locate required builds/*.dlm file
- Once done click edit and add your account details
To enable debug mode or set synox web url can be set fields the "Password" or "Username" to test or synox web url.
It's also possible can be set the following JSON string {"debug": true, "url": "synox web url", "profile": "profile-id"}
to fields "Password" or "Username".
This equal options in INFO file.
Location of the log file when debugging mode is enabled /var/packages/DownloadStation/etc/download/userplugins/bt-synox-web/debug.log
- Go to File Hosting, found on left hand side
- Click add and locate required builds/*.host file
- Once done click edit and add your account details
To enable debug mode or set synox web url can be set fields the "Password" or "Username" to test or synox web url.
It's also possible can be set the following JSON string {"debug": true, "url": "synox web url"}
to fields "Password" or "Username".
This equal options in INFO file.
Location of the log file when debugging mode is enabled /var/packages/DownloadStation/etc/download/userhosts/ht-synox-web/debug.log
cd ~ && git clone https://github.com/demorfi/synology-synox-web-plugins && cd synology-synox-web-plugins
./make && ls builds -lX
# rebuild
./make clean && ./make && ls builds -lX
or use tar gz command in directory src.
Use the included self-diagnosis utility tests
- PHP >= 5.6
./tests --command bt --query "search query string" [--url "http://synox.synology.loc/"] [--profile "profile-id"] [--debug]
./tests --command ht --query "search result link" [--url "http://synox.synology.loc/"] [--debug]
./tests --command au --query "artist song/title song" [--url "http://synox.synology.loc/"] [--profile "profile-id"] [--debug]
./tests --command hu --query "search result link" [--url "http://synox.synology.loc/"] [--debug]
./tests --help
If you have any issues with the application please open an issue on GitHub.
The plugins are licensed under the MIT License.