Jump to content

rosenkrieger

Member
  • Posts

    23
  • Joined

  • Last visited

Posts posted by rosenkrieger

  1. 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')

  2. I pimped up my original Dropbox Toggler and put it all in one Worklfow.

     

    This workflow now:

    • Toggles Dropbox
    • Toggles Google Drive
    • Toggles Microsoft SkyDrive
    • Toggles Droplr

    you can also toggle all Drives on/of with keyword

    • cloudon -> turns all drives on
    • cloudoff -> turns all drives off

     

    or use Hotkeys to

     

    • cloudon -> turns all drives on
    • cloudoff -> turns all drives off

     

    Download Version 1.0: http://db.tt/mssK3a7M

  3. I have an external drive which has my iPhoto and iTunes library, since I do not need it all the time I wanted to create a workflow that...

     

    Mounts external Drive

    Starts iPhoto

     

    Since the mounting of the drive takes a few seconds I need to delay the start of iPhoto so that the drive is mounted and it will find the library there.

     

    I tried the following:

     

    do shell script "diskutil mount /dev/disk4s2"
    delay 30
    tell application "iPhoto" to activate
    

     

    I had it saved as a "osascript"

     

    For some weird reason it does not work. It actually WAITS 30 seconds THEN mounts the drive. I am a script noob I can just imagine that the delay 30 is interpreted for the mounting and not the start of iPhoto.

     

     

  4. I must admit, I am a total noob with workflows, so here it goes...

     

    I got this Workflow which fires up applescripts with keywords

     

    So with on it does its thing and if I type off it does its thing.

     

    I would like for the workflow to go like this

     

    mambo on -> turn on the stuff

    mambo off -> turn it off

     

    How would I go about this with the argument options?!

     

    I made a screenshot:

    https://pbs.twimg.com/media/BFY_4_MCUAAHGRx.png:large

×
×
  • Create New...