tmcknight / Movie-and-TV-Show-Search-Alfred-Workflow

An Alfred workflow to search for a movie (or TV show) and get a few ratings
MIT License
95 stars 7 forks source link

Update fallback searches and OneUpdater #22

Closed vitorgalvao closed 2 years ago

vitorgalvao commented 2 years ago

Changes, visually:

image

As you can see, the fallback searches can be greatly simplified. Though I can pretty much guarantee no one is using those: they were still referencing Alfred 2! For reference, the proper way to invoke Alfred via AppleScript is with tell application id "com.runningwithcrayons.Alfred" because the bundle ID is now constant between versions. But a Show Alfred utility would also have worked, no code necessary.

I’ve updated OneUpdater to the latest version and changed it to the Run Script version because that’s more reliable. Sure, the user has to on something for it to trigger, but the Script Filters won’t trigger if a user selects the entry before typing the full keyword. I’ve been thinking for a while of phasing out the Script Filter method.

tmcknight commented 2 years ago

As you can see, the fallback searches can be greatly simplified. Though I can pretty much guarantee no one is using those: they were still referencing Alfred 2!

Lol! As always, thanks for your help in keeping this workflow alive!

I'm going to take a look at #21 and #23, then publish a new release.