Jump to content

Davide

Member
  • Posts

    109
  • Joined

  • Last visited

  • Days Won

    2

Posts posted by Davide

  1. Hi Vero,

     

    thanks for your help! I tried it but it starts only iTunes not the library dialog window of iTunes. (Tried it with Hotkey and Launch Files & Apps.) Could you help me a bit more? Sorry!

     

    Suggestion:

    How about a further iTunes Command within Alfred for choosing the library?

    Or even better, a workflow template which opens the dialog window of any app with an library. Drag your desired app and choose your hotkey and that's it. Could it be so easy?

  2. Hi there,

     

    maybe a silly question: If I start in Finder e.g. iTunes, or the old iPhoto or Bento (and there are certainly more Apps with an library) by holding down the alt/option key it opens a dialog window which let me choose the path to a different library for this App. How can I do that with Alfred?

    If I start iTunes from Alfred with the alt key it search for it with spotlight. The advanced settings from Alfred doesn't show me any option for starting this dialog window.

     

     

  3. Didn't work anymore on OS X 10.11.2. Found this solution:

    on alfred_script(q)
    
    tell application "System Preferences"
        reveal anchor "keyboardTab" of pane "com.apple.preference.keyboard"
    end tell
    tell application "System Events" to tell process "System Preferences"
        click checkbox 1 of tab group 1 of window 1
    end tell
    quit application "System Preferences"
    
    end alfred_script
    
  4. Great workflow, thanks!

     

    I eliminated Flash from my machines, but sometime I need a browser with flash and therefore I use the free version of the Elmedia Player which integrates web-browsing support. Possible to add this browser in this workflow?

     

    The App offers a bookmarklet with this code:

    javascript:document.location.href='newelmediaplayer://'+encodeURIComponent(location.href);
    
    open "newelmediaplayer:///post?text=http%3A%2F%2Fwww.alfredapp.com"
    

    The command above works, bundle ID I'm not sure, maybe

     

    com.eltima.newelmediaplayer

    or

    com.eltima.Appstatico
  5. Hi Shawn, 

    thanks for your help but it us very strange. In the folder "alfred.bundler-arias" there is no viewer in the folder "assets/utility/viewer" only terminal-notifier/default/.

     

    If I type "ps aux|grep viewer.app|grep -v grep" into Terminal nothing happens. I can't stop this viewer app. Any further ideas?

     

     I deleted now the whole folder but the viewer is still starting every 5 seconds.  :wacko:

  6. Hi Shawn,

     

    I tried the Packal Updater Workflow and want to uninstall it again. I deleted the workflow within Alfred on my Macbook but on my Mac mini I think the Script is still running. I get all 5 seconds this little gear wheel icon in the menu. How can I stop that or better uninstall also the script?

     

     

    menu%20gear%202.png

  7. Hi Shawn,

    thanks for your help. Terminal tells me 

    Davides-Mac-mini:~ Davides_Mac$ cd /Users/Davides_Mac/ownCloud/Apps/Alfred/Alfred.alfredpreferences/workflows/user.workflow.61A33C75-A8B1-49E6-9BBF-04F8798BB2A3 
    Davides-Mac-mini:user.workflow.61A33C75-A8B1-49E6-9BBF-04F8798BB2A3 Davides_Mac$ php packal.php doUpdate com.targumanu.imdbsearch
    Could not open input file: packal.php
    
    

    Could the problem be that I sync the Alfred preferences on a "own cloud" server?

  8. I can't update any workflow, get always this error on a Mac and Mac Book.

     

    packal%20error.png

     

     I use the newest Mavericks, Alfred and Packal Version. Also deleted once the Alfred Bundler. Any suggestions?

    Thanks!
×
×
  • Create New...