Apps

SiriMote App Icon

Introducing: SiriMote

Apart from pairing the Remote with your Mac to test Apple TV apps running in Xcode’s Simulator, the Remote is not of much use on the Mac.
That’s where SiriMote comes into play: It enables you to use the Apple TV Siri Remote with all sorts of applications.

Using SiriMote

SiriMote requires you to pair your Apple TV Siri Remote with your Mac.
Once finished with pairing (detailed instructions are shown in the app), you’re ready to go.

Aside from controlling your Mac’s system volume with the Remote, you can now use it to control:

iTunes Icon (Apple Inc.)

iTunes

Play/Pause, Fast Forward, Rewind, Next Track, Previous Track

Keynote Icon (Apple Inc.)

Keynote

Next Slide, Previous Slide

QuickTime Player X Icon (Apple Inc.)

QuickTime

Play/Pause, Fast Forward, Rewind

VLC Icon (Videolan)

VLC

Play/Pause, Fast Forward, Rewind, Next Track, Previous Track

… as well as many other applications. How? Keep reading 😉

Pricing and Availability

SiriMote is a free download from my website. OS X El Capitan 10.11 and a Mac with Bluetooth 4.0 is required.

I decided to make it a free app as I’m uncertain as to how long the app will be needed.
I suspect at some point, Apple might actually implement this functionality right into the OS.
If you like the app, though, I’d love for you to take a look at my other applications – thank you 🙂

How it Works

SiriMote Main Window

SiriMote translates remote buttons into media key presses of your Mac’s keyboard. For example, when you press Volume Up on the Siri Remote, the app will translate that into the Volume Up key on your keyboard and send it to the system.
Likewise, it translates the Play/Pause button on the Remote to the Play/Pause media key on your Mac’s keyboard and sends that to the system.

That enables your Remote to interact with any application that hooks into the media key event system.

The Mac App Store and the OS X Sandbox

SiriMote is not available from the Mac App Store, as it uses an API that does not work in the OS X sandbox to send media key events (CGEventPost).
As the Mac App Store requires the app to run in the sandbox environment, I couldn’t submit it. Either way, you will stay up-to-date as it uses Sparkle to deliver app-updates easily and quickly.

Links

SiriMote Website: http://eternalstorms.at/sirimote
SiriMote Direct Download: http://bit.ly/sirimotezip
SiriMote on ProductHunt: https://www.producthunt.com/tech/sirimote

Read more

I’m participating in TwoDollarTuesday’s Black Friday sale with some of my apps (MacStories has great coverage of over 200 deals as well) :

 

Yoink IconYoink
Simplify and improve drag and drop
40% off – Mac App Store; Website

Screenfloat IconScreenFloat
Create floating screenshots to keep references to anything visible on your screen
28% off – Mac App Store; Website

Transloader IconTransloader
start downloads on your Mac remotely from your iPhone or iPad
30% off – Mac App Store; Website

Glimpses IconGlimpses
turn your photos and music into stunning still motion videos
40% off – Mac App Store; Website 

 

I hope you’ve had a great Thanks Giving and are enjoying the Black Friday Sale that’s going on 🙂

Read more

Yoink for Mac Usage Tip #8

The following explains how to add attachments directly from Mail.app into Yoink.
For more Usage Tips like this, click here.

Today, I received an eMail from Sandro G. asking me if there was a way to quickly add mail attachments from selected mails in Mail.app to Yoink.

The Problem

Sandro frequently adds attachments from mail messages in Mail.app to Yoink but says it can be cumbersome with lots of mails with a couple of attachments each.
I agree, having to select each mail message with an attachment, scrolling down and dragging each attachment to Yoink can take a lot of time.
Instead, he says, he’d like a way to just select the mail messages that contain the attachments, ideally press a keyboard shortcut and let Yoink do the rest, saving nerves and, most importantly of all, time.

The Solution

As with the “capture screenshots to Yoink”-problem, where Bogdan V. wanted to be able to take screenshots that automatically end up in Yoink, Automator seemed like a good solution for this.

I launched Automator and created a System Service – easily accomplished by creating a new project and selecting Service in the resulting dialog.
A system service is something you can either access through a contextual menu or by the applications Application menu -> Services, containing context-aware services, for example “Look up in Dictionary” or “New Email with Selection”.

Automator - New Project DialogAutomator’s New Project Dialog. Select Service and click on Choose.

The Automator Workflow

Automator - Finished workflowThe finished workflow.

Let’s go through it from the top. Specify the service to receive no input (as the other possible values don’t apply) and select Mail as the target application the Service should be available in.
Now we need three actions:

  1. Get Selected Mail Messages – creates a reference to the currently selected mails in Mail.app
  2. Get Attachments from Mail Messages – uses the references created before and saves their attachments to a folder, in this case the Default Mail downloads folder
  3. Open Finder Items – Action 2 passes the attachment files to this action, where we ask Yoink to open those files, resulting in them being added to Yoink’s files

Installation and Keyboard Shortcut

Once you save it, it should be automatically saved into your Services folder. If not, double-click the saved file and it should prompt you with this dialog – click Install and it should be installed correctly:
Automator - Service Installation
If you’d like a keyboard shortcut, it’s quickly done. Launch System Preferences, select Keyboard -> Shortcuts -> Services, scroll to find the service and set up your shortcut:
Service - Keyboard Shortcut
Now you can access the service either through this keyboard shortcut or the Services menu in Mail.app’s Mail menu:
Service Installed in Mail

Automator Workflow Download

For your convenience, here’s the workflow ready for download.
Unzip, double-click to install. Set up the optional keyboard shortcut – done 🙂
If you have any feedback, questions or improvements, please be sure to get in touch – by mail or twitter – I’m looking forward to hearing from you!
Read more