Jump to content

System Media Controller for Alfred


Recommended Posts

Purchased Alfred today after much ado! Tinkering around with workflows is quite a bit of fun.

 

This is just a simple thing as I could not find a workflow that did this already, I retooled a python script from https://gist.github.com/fredrikw/4078034 (thanks to a suggestion from another user) to make a very simple media controller command for a mac with media keys.

 

Find it here: https://github.com/beauwilliams/Alfred-System-Media-Controller

 

Note: it needs some revision to add autocomplete options etc, but I will have to find some time later to revise.

 

Any feedback for now is appreciated! Enjoy :)

Edited by beauwilliams
Missing info
Link to comment

Welcome!

 

5 hours ago, beauwilliams said:

it needs some revision to add autocomplete options etc, but I will have to find some time later to revise.

 

Use a List Filter Input instead of Keyword. It will be clearer, it’s fast and simple to setup, and users won’t need to remember the available options and won’t mistype them.

 

5 hours ago, beauwilliams said:

Any feedback for now is appreciated!

 

  1. You don’t need the shebang line—you’re already using the Python interpreter.
  2. It might be best to share a direct link to the download, or make it more obvious in the repo how to download it. Many Alfred users are not familiar with GitHub.
  3. You should share the code in the repo, not just the packaged Workflow.
  4. If you want to add simple auto-update functionality, I’ve made OneUpdater for that. There’s also Alfred-Workflow, which is a full-fledged ibrary.

Link to comment

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...