dverb 6 Posted December 24, 2020 Share 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 by dverb Updated URL Southgirl, verotheelf, deanishe and 2 others 5 Link to post
ProRock 2 Posted February 16 Share Posted February 16 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! Link to post
deanishe 1,449 Posted February 16 Share Posted February 16 1 hour ago, ProRock said: the command seems to cancel itself That’s what Alfred does if a workflow returns no results. Link to post
ProRock 2 Posted February 16 Share Posted February 16 I was replicating the example of the avengers movie. Trying anything returns no result. Any advice? Link to post
deanishe 1,449 Posted February 16 Share Posted February 16 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". Link to post
verotheelf 1 Posted February 17 Share Posted February 17 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 Link to post
deanishe 1,449 Posted February 17 Share Posted February 17 1 hour ago, verotheelf said: your workflow needs to provide the dependency. Right. @dverb needs to bundle libraries like that in the workflow. Link to post
verotheelf 1 Posted March 1 Share Posted March 1 @dverb definitely update if you get this fixed, such a good idea Link to post
ProRock 2 Posted March 1 Share Posted March 1 I hope @dverb is still on it. This workflow is one of the few here that I am really interested in. Link to post
dverb 6 Posted March 7 Author Share Posted March 7 Thanks for the support! I hope to have a fix up later this week. Link to post
dr.cox 0 Posted March 7 Share Posted March 7 thanks for putting in the time. love the idea! Link to post
dverb 6 Posted March 7 Author Share Posted March 7 (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 by dverb emckillen 1 Link to post
dverb 6 Posted March 11 Author Share Posted March 11 The sources are hard-coded, is there a service you'd like added? Link to post
ProRock 2 Posted April 1 Share Posted April 1 @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. Link to post
ProRock 2 Posted April 1 Share Posted April 1 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. Link to post
dverb 6 Posted April 4 Author Share Posted April 4 @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. Link to post
ProRock 2 Posted April 8 Share Posted April 8 @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. Link to post
dverb 6 Posted April 10 Author Share Posted April 10 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 Link to post
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