Movie Ratings Workflow for Alfred 2
A workflow for Alfred 2 which lets you search for movies and see IMDb, Rotten Tomatoes and Metacritic scores for it.
The workflow is based on the "Better IMDB Search" workflow by frankspin. It uses the OMDb API.
Movie Ratings uses a single command:
mr [query]
: Looks up a movie matching the query.
Using the copy shortcut will copy the movie's IMDb URL and clicking Enter will open the movie's IMDb page.
Download
Changes
v.1.0.6
- Fixes movie ratings not being fetched because the API times out
v.1.0.5
- Fixes Sierra/Alfred-Workflow background process bug (https://github.com/deanishe/alfred-fixum)
v.1.0.4
- Fixes requests failing
v.1.0.3
- Fixes Rotten Tomatoes scores always appearing as "N/A"
v1.0.1
- Fixes results not appearing because of changes in the OMDB API
- Fixes script being blocked by non-finished requests
v0.2
- Workflow now asks user to input at least 2 search characters instead of showing "No results found".
About
The workflow is developed by @knejt, and based on Better IMDB Search's work.