Jump to content

jeffbyrnes

Member
  • Posts

    16
  • Joined

  • Last visited

Posts posted by jeffbyrnes

  1. I’ve long enjoyed this workflow, but it needed a little love, and I ended up rewriting it in Ruby b/c I tend to prefer that over PHP.

     

    You can find a copy of it in at jeffbyrnes/alfred-itunes-artwork-search on GitHub.

     

    I‘ve tested all three flows, and they all appear to work well! It will work with the copy of Ruby that comes with macOS, and it works with my Homebrew-installed copy as well on macOS 12.5 (Monterey).

  2. Glad you like the plugin Jeff.  I contacted the iDoneThis folks and I believe they will list this in addition to the plugin for Alfred v1 under their "apps" section.

     

    I didn't have to do the above steps to make it work on Mountain Lion (which both my machines are running).  Can you confirm this is still needed?  If yes I can add it to the README on (Edit: github) bitbucket.  Thanks!

     

    Yes, I have had to do that, and @alwaysunday seems to have had the same experience. It's possible that you'd already enabled sendmail at some point in the past for something else (some local web dev, perhaps?)

  3. This uses sendmail, and is super simple, which rocks. For the folks on Mountain Lion, however, Apple tweaked things & sendmail no longer works out of the box. You'll need to run these commands to get it going again:
     

    sudo mkdir -p /Library/Server/Mail/Data/spool
    sudo /usr/sbin/postfix set-permissions
    sudo /usr/sbin/postfix start
    

    See this AskDifferent question for reference.

×
×
  • Create New...