dverb 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, 2021 by dverb Updated URL JJJJ, Southgirl, cands and 2 others 5 Link to comment
ProRock Posted February 16, 2021 Share 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! Link to comment
deanishe Posted February 16, 2021 Share 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. Link to comment
ProRock Posted February 16, 2021 Share Posted February 16, 2021 I was replicating the example of the avengers movie. Trying anything returns no result. Any advice? Link to comment
deanishe Posted February 16, 2021 Share 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". Link to comment
verotheelf Posted February 17, 2021 Share 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 Link to comment
deanishe Posted February 17, 2021 Share 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. Link to comment
verotheelf Posted March 1, 2021 Share Posted March 1, 2021 @dverb definitely update if you get this fixed, such a good idea Link to comment
ProRock Posted March 1, 2021 Share 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. Link to comment
dverb Posted March 7, 2021 Author Share Posted March 7, 2021 Thanks for the support! I hope to have a fix up later this week. Link to comment
dr.cox Posted March 7, 2021 Share Posted March 7, 2021 thanks for putting in the time. love the idea! Link to comment
dverb Posted March 7, 2021 Author Share 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 Link to comment
albertkinng Posted March 11, 2021 Share Posted March 11, 2021 how can I add more sources? Link to comment
dverb Posted March 11, 2021 Author Share Posted March 11, 2021 The sources are hard-coded, is there a service you'd like added? Link to comment
ProRock Posted April 1, 2021 Share 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. Link to comment
ProRock Posted April 1, 2021 Share 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. Link to comment
dverb Posted April 4, 2021 Author Share 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. Link to comment
ProRock Posted April 8, 2021 Share 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. Link to comment
dverb Posted April 10, 2021 Author Share 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 Link to comment
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