Jump to content

tone

Member
  • Posts

    49
  • Joined

  • Last visited

  • Days Won

    5

Everything posted by tone

  1. Hi @jl_al. I'm not seeing the same issue here. You could try checking the following: - In the workflow configuration, make sure there's an API key entered in OMDB API Key - There may be something on your network that's messing up communication to OMDB or TMDb. Try navigating to those sites in a browser to make sure you can reach them: https://www.omdbapi.com https://www.themoviedb.org
  2. Hi @Aadako, You can now copy (with command-C) the director, writer, and actors fields in version 2.16.1.
  3. Try the suggested solution(s) posted here. The issue might also be caused by a network firewall.
  4. Hi @njm. Please post your debug output. Hopefully it'll provide some hints as to why it's not working for you. Thanks.
  5. I rely on the OMDb API for RT ratings. Unfortunately, it doesn't look like they have the RT ratings for TV shows/seasons at this time.
  6. Hi @Bemawr, Check out the first post in this thread:
  7. Hi @eshmootie. Some googling makes it seem like it could be related to the python3 installation. Did you manually install python3 or are you using the version packaged with macOS? Maybe the top answer here applies to you. I assume you can reach themoviedb API from your browser (try this API url) without any SSL/cert issues? It's possible I may need to add some code to avoid this issue for certain environments, but I'm definitely not a python expert! If any python devs out there have any suggestions, please let me know.
  8. @vitor Thanks for the info. I'll remove that message from the release notes.
  9. Hi @cands, @eshmootie. I've created a new version (2.11.1). Let me know if it works for you. Thanks!
  10. I spent some time updating this workflow to work with macOS Monterey (sans Python 2). You can grab the latest version of the workflow on GitHub.
  11. Hi @kenanmike, I replied to your GitHub issue, but I'll post my reply here as well... This workflow uses The Open Movie Database as its source for RT ratings. Unfortunately, it looks like the breakdown of critic/audience ratings returns "N/A" for movies. It only returns the main tomato meter rating. As for opening the RT page, It looks like this is doable as the API now returns the RT url. This is implemented in version 2.9. Check to see that the Quick Look setting is enabled in Alfred (Alfred Preferences > Features > Previews). Then, when you search for a movie and hit return to get the details, you should be able to quick look the top item in Alfred. I've noticed that MacOS's quick look has changed the way it renders HTML over the years - and right now, the images aren't displayed. If you hit return on the top item, the page should open and display properly in your browser.
  12. Hi @Southgirl. I'm struggling to find a reason for this issue. It really seems to be a network issue. A couple more things you can try: Try hitting this URL to see if it works. Try disabling Little Snitch temporarily.
  13. Hi @Southgirl, To rule out a network issue, you could try going to https://api.themoviedb.org/3/. If you don't receive the following, it means something on your network is blocking communication: {"status_code":7,"status_message":"Invalid API key: You must be granted a valid key.","success":false} If you are still having issues, you'll have to provide more details (version of Alfred, Mac OS, python, etc) and we can try to get to the bottom of it!
  14. Hi @romebot! It's been a while since I've done anything to this workflow, but the issue should now be fixed with the new release on github. Thanks!
  15. Big thanks to @vitor for his help in enhancing this workflow. He's added the OMDb API key as a workflow environment variable as well as implemented OneUpdater (auto-updates).
  16. I am on Alfred 3, but haven't updated this workflow in ages. A pull request would be awesome. I'm not a GitHub expert, so bear with me.
  17. Nice! Back in business. I've updated Packal and GitHub with a new version that has a free OMDb API key. Because it only allows 1,000 hits per day, you may want to use your own key... To do so, edit line 103 in the "media.py" file in the workflow. If I continue to update this workflow (or we see the limit being hit), I'll make changing the API key more user-friendly. But for now, we'll see how this free API key goes.
  18. Ahh... It's too bad the OMDb API had to end its public API. I will edit the main post to describe why this workflow no longer functions. Forum admins, please feel free to do what you'd like with this thread.
  19. Looks like the OMDb API is needing to change some things around and maybe even lose some Rotten Tomatoes info. The current spot in the API results that the RT score is retrieved now returns "N/A". The workflow code is setup to handle this scenario which is why the "Search" item in the workflow is still shown. I've done some work to retrieve the RT score from the new place in the API. It's updated in Packal and Github. Let me know if it works!
  20. Looks like the issues with the OMDb API are resolved. The workflow should work smoothly once again.
  21. Hi Guys, Thanks for reporting the issue and glad you have been finding this workflow useful. It looks like something is going on at OMDb. This is the API that the workflow uses to get IMDb, metacritic, rotten tomatoes ratings. I'll keep my eye on OMDb. Hopefully it'll come back online and the workflow will start working again. If it becomes a permanent issue, I can look into alternatives.
  22. The workflow I developed seems to work still (tbh I don't use it all that much).
  23. Bingo. TMDb API gives fairly good search results. I, too, like how your workflow shows results right on the search screen. Hopefully you can implement the TMDb searching without too much of a hit on speed.
  24. Cool workflow. Thanks for sharing! Mine wasn't in there either - MacBookAir6,2.
  25. I found a few minutes and was able to implement your suggestion, mnisbet. The update is available through Packal. Thanks for the suggestion!
×
×
  • Create New...