dverb Posted December 24, 2020 Posted December 24, 2020 (edited) Find and watch movies or shows instantly My workflow makes it really easy to quickly search for a movie or tv show, find the different services streaming the content, and go right to the content. Learn more here! https://github.com/dverb20/watch_now_workflow/releases/tag/v1.2 I promise it works much more quickly than the gif shows! I'd love some feedback or for someone to put in a PR for improvements Edited April 11, 2021 by dverb Updated URL verotheelf, Southgirl, cands and 2 others 5
ProRock Posted February 16, 2021 Posted February 16, 2021 Hello, I love the idea of your workflow, but it does not seem to work now. After typing in "watch " (with space) the command seems to cancel itself and then I get options for my usual Alfred search though google, amazon, etc. Could you kindly look into it or suggest a solution? Thank you in advance!
deanishe Posted February 16, 2021 Posted February 16, 2021 1 hour ago, ProRock said: the command seems to cancel itself That’s what Alfred does if a workflow returns no results.
ProRock Posted February 16, 2021 Posted February 16, 2021 I was replicating the example of the avengers movie. Trying anything returns no result. Any advice?
deanishe Posted February 16, 2021 Posted February 16, 2021 55 minutes ago, ProRock said: Any advice? Look in Alfred's debugger to see what's going on. There's likely a proper error message in there. It's almost impossible to diagnose an issue if the only information you have is "it doesn't work".
verotheelf Posted February 17, 2021 Posted February 17, 2021 It's throwing an ImportError because of requests. It is not a built-in module so your workflow needs to provide the dependency. deanishe 1
deanishe Posted February 17, 2021 Posted February 17, 2021 1 hour ago, verotheelf said: your workflow needs to provide the dependency. Right. @dverb needs to bundle libraries like that in the workflow.
verotheelf Posted March 1, 2021 Posted March 1, 2021 @dverb definitely update if you get this fixed, such a good idea
ProRock Posted March 1, 2021 Posted March 1, 2021 I hope @dverb is still on it. This workflow is one of the few here that I am really interested in.
dverb Posted March 7, 2021 Author Posted March 7, 2021 Thanks for the support! I hope to have a fix up later this week.
dverb Posted March 7, 2021 Author Posted March 7, 2021 (edited) I removed the requests dependency issue, please redownload and give it another try https://github.com/dverb20/watch_now_workflow/releases/tag/v1.1 Edited March 7, 2021 by dverb emckillen 1
dverb Posted March 11, 2021 Author Posted March 11, 2021 The sources are hard-coded, is there a service you'd like added?
ProRock Posted April 1, 2021 Posted April 1, 2021 @dverbThanks! It all works as intended now! I can confirm that big guys like Netflix, Hulu, Amazon Prime, Disney+, HBO Max are present in this amazing workflow. Is it possible to add Paramount+, Starz, Showtime, Apple TV+, Peacock, Tubi, Crunchyroll, and BBC iPlayer? Those are the most popular services currently. With those services added the workflow will be the greatest substitute to something like ReelGood. Is there any way I can help? I am a mediocre programmer, but I really want this project to be unique and irreplaceable.
ProRock Posted April 1, 2021 Posted April 1, 2021 Also a question. Is it possible to implement some sort of a back button? If I get the scores and streaming platforms of a wrong movie - I have to restart the workflow, and that is complicated especially for those one-word name movies/series, since there is a high chance you will get lost.
dverb Posted April 4, 2021 Author Posted April 4, 2021 @ProRock thanks for liking it! Adding new services is pretty easy. I recommend making of fork on github and looking in my watchmovie.py to see where I do getProviders(). I have to use postman to look at the full response so I can match provider ids to their names, and then I add small pngs per service. Feel free to add a pull request! I'll look into making a back button, alfred flows are kind of strange because they only want you to go forward but I'll see if I can be creative.
ProRock Posted April 8, 2021 Posted April 8, 2021 @dverb Ok, I started looking into it. I am all new to this all. So far I understand that the addition should be easy as long as you know the providers' ids. To get these ids you need to know their numbers from the sample requests from justwatch api using the Postman app. I am trying to understand how to work with postman as I have never played with apis myself. Gotta be fun. I will come back when I have any result. Sorry for long reply, work takes all my time recently.
dverb Posted April 10, 2021 Author Posted April 10, 2021 I just added a new release https://github.com/dverb20/watch_now_workflow/releases/tag/v1.2 It adds support for appleplus and peacock. I also added a Back option
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now