Search the Community
Showing results for tags 'NAS'.
-
Manage Synology Download Station directly from Alfred: view, create, pause, resume or delete tasks, and also can change some settings such as enable/disable eMule or enable/disable schedule. Download & Source Instructions UPDATE: 2013-04-13 Fixed: bt task missing2013-04-22 Fixed: session timeout error
-
WakeOnLan v1.1 https://dl.dropbox.com/u/677787/alfredworkflows/WakeOnLan2.alfredworkflow Now includes the possibility to automount a share after the NAS has been woken up. If you do not need this feature use 1.0 Credits for the Mounting part @malt3 on App.net WakeOnLan v1.0 https://dl.dropbox.com/u/677787/alfredworkflows/WakeOnLan.alfredworkflow WakeOnLan Python Workflow v1.0 Credits @dirkessl on App.net for helping me find the right Python-Script Original Python Script from: http://pastebin.com/3Zd9MvE1 *** IMPORTANT *** Edit the very end of the script with the MAC address of the device(s) you want to wake up. You may use more than one device, simply add another line Example: wake_on_lan('XX:XX:XX:XX:XX:XX') wake_on_lan('XX:XX:XX:XX:XX:XX')
-
Hi there, i wondered if it is possible to send a wake on lan trigger via workflow to my NAS.. so far i`ve tried this, but didn`t worked.. tell application "WakeOnLan" wakeup "192.168.178.xx" end tell (found in a forum - i`m not really into apple script ;-) also found this one (does phyton work in Alfred?): #!/usr/bin/env python import socket s=socket.socket(socket.AF_INET, socket.SOCK_DGRAM) s.setsockopt(socket.SOL_SOCKET, socket.SO_BROADCAST, 1) s.sendto('\xff'*6+'\x11\x22\x33\x44\x55\x66'*16, ('192.168.0.255', 9)) what i try to achieve: 1. Wake up NAS 2. Wait 20 sec (till NAS is awake) 3. Mount Volume "ITunes" 4. Launch iTunes (Music is on NAS) Thanks for your help!!! best regards
- 2 replies
-
- wol
- wake on lan
-
(and 1 more)
Tagged with: