Jump to content

Vinay W

Member
  • Posts

    23
  • Joined

  • Last visited

Reputation Activity

  1. Like
    Vinay W got a reaction from vitor in JustWatch - Alfred Workflow   
    @vitor Thank you, this makes it clear. I had missed that part in the documentation. I will stop using the fully qualified path, release an updated workflow. (PS: also thanks @xilopaint)

    Also, thanks for linking the discussion about bundling python in Alfred. It does seem like a bad idea after that explanation.
     
  2. Like
    Vinay W got a reaction from Grug in Go Incognito/Private - Alfred Workflow   
    Go Incognito/Private - Alfred Workflow
    Re-Open current browser tab in Incognito/Private mode with a keyboard shortcut.

    Install
    Download and open the workflow file using Alfred. Get the latest release from here : https://github.com/vinaywadhwa/Go-Incognito-Private---Alfred/releases P.S.: You need to buy the Powerpack to use this workflow.
    Supported Browsers
    Safari Google Chrome Google Chrome Canary Opera Vivaldi Brave Browser Note
    Firefox not supported, for now, sorry! This is why. Please reach out if you need other Chrome/Safari based browsers supported.
  3. Thanks
    Vinay W reacted to Bemawr in Go Home   
    Wow in less than 16 hours. You ROCK!
  4. Like
    Vinay W reacted to edbro in JustWatch - Alfred Workflow   
    Yes, 100% for Unbelievable. If I type slowly, I get hits on "U", more hits on "UN" and it errors when I get to "UNB".
     
  5. Like
    Vinay W reacted to edbro in JustWatch - Alfred Workflow   
    ver 1.0.5 works great. Thank you very much.
     
  6. Haha
    Vinay W reacted to Bemawr in JustWatch - Alfred Workflow   
    Great job with all of this so far! Way beyond the NOOB status! 
     
  7. Like
    Vinay W got a reaction from Bemawr in JustWatch - Alfred Workflow   
    @Bemawr
     
    Got some suggestions from the community. Trying to make the most of quarantine time 🙂

    Auto-Update is one of the things i added in the 4 updates 🙂  ..
     
    So you need to manually update one .. last .. time ! and then it'll auto update forever.
  8. Like
    Vinay W reacted to Bemawr in JustWatch - Alfred Workflow   
    Four updates in 2 days you are an animal! 
     
    I haven't kept up on this but I use to update my workflows with Packcal updater but I think that has sort of gone by the wayside. Is there a way to build automatic update into your workflow? I know OneUpdater is a thing but I've only ever used it for the Download Video workflow. 
  9. Like
    Vinay W reacted to Southgirl in JustWatch - Alfred Workflow   
    Works like a charm, thanks!
  10. Like
    Vinay W got a reaction from Southgirl in JustWatch - Alfred Workflow   
    Just Watch - Alfred Workflow
    Alfred workflow to easily find where to stream your movies/tv-shows. Based on an unofficial JustWatch API.
     

    ⚛ Features
    Find where to stream your favourite movies and tv shows in an instant. No more logging into each of Netflix, Prime Video et al to check where a movie or tv-show is available. Search by region. Default region: AU (see instructions below to setup your region) Quick look - to enlarge movie posters or preview listing urls. ✅ Install
    Download and open the workflow file using Alfred. Get the latest release from here : https://github.com/vinaywadhwa/justwatch-alfred/releases  
    P.S.: You need to buy the Powerpack to use this workflow.
    🛠 Setup:
    Set your Country Code in the workflow variables. Default country code/locale : AU  
    ..and that's it. Start discovering right away!
    👬 Contribution
    Report issues Open pull request with improvements Spread the word Reach out with any feedback   
     
    PS: Thanks to @deanishe for the workflow libs and thumbnail loading ideas. 
  11. Like
    Vinay W reacted to Bemawr in JustWatch - Alfred Workflow   
    1.0.2 works great! Nice work this looks great! 
  12. Like
    Vinay W reacted to deanishe in JustWatch - Alfred Workflow   
    @Vinay W I don't know if this is useful, but Alfred-Workflow has its own lightweight version of requests that you could probably use instead of bundling several megabytes of libraries.
     
  13. Like
    Vinay W reacted to edbro in JustWatch - Alfred Workflow   
    1.0.2 works beautifully. Thank you for this.
  14. Like
    Vinay W reacted to Bemawr in JustWatch - Alfred Workflow   
    I am having the same issue of the standard search popping up.
     
    Here are the logs.
     
    [14:43:17.661] Logging Started...
    [14:43:24.865] JustWatch - Alfred[Script Filter] Queuing argument 'Family Guy'
    [14:43:25.687] JustWatch - Alfred[Script Filter] Script with argv '(null)' finished
    [14:43:25.691] ERROR: JustWatch - Alfred[Script Filter] Code 1: 14:43:25 connectionpool.py:941 DEBUG    Starting new HTTPS connection (1): apis.justwatch.com:443
    Traceback (most recent call last):
      File "main.py", line 124, in <module>
        just_watch = JustWatch(country=constants.LOCALE)
      File "/Users/brianmartin/Dropbox/Alfred.alfredpreferences/workflows/user.workflow.1FBC544C-9CBE-4400-B483-A22BEB7B78BF/lib/justwatch/justwatchapi.py", line 18, in __init__
        self.locale = self.set_locale()
      File "/Users/brianmartin/Dropbox/Alfred.alfredpreferences/workflows/user.workflow.1FBC544C-9CBE-4400-B483-A22BEB7B78BF/lib/justwatch/justwatchapi.py", line 35, in set_locale
        r = self.requests.get(api_url, headers=HEADER)
      File "/Users/brianmartin/Dropbox/Alfred.alfredpreferences/workflows/user.workflow.1FBC544C-9CBE-4400-B483-A22BEB7B78BF/lib/justwatch/requests/sessions.py", line 543, in get
        return self.request('GET', url, **kwargs)
      File "/Users/brianmartin/Dropbox/Alfred.alfredpreferences/workflows/user.workflow.1FBC544C-9CBE-4400-B483-A22BEB7B78BF/lib/justwatch/requests/sessions.py", line 530, in request
        resp = self.send(prep, **send_kwargs)
      File "/Users/brianmartin/Dropbox/Alfred.alfredpreferences/workflows/user.workflow.1FBC544C-9CBE-4400-B483-A22BEB7B78BF/lib/justwatch/requests/sessions.py", line 643, in send
        r = adapter.send(request, **kwargs)
      File "/Users/brianmartin/Dropbox/Alfred.alfredpreferences/workflows/user.workflow.1FBC544C-9CBE-4400-B483-A22BEB7B78BF/lib/justwatch/requests/adapters.py", line 449, in send
        timeout=timeout
      File "/Users/brianmartin/Dropbox/Alfred.alfredpreferences/workflows/user.workflow.1FBC544C-9CBE-4400-B483-A22BEB7B78BF/lib/justwatch/requests/urllib3/connectionpool.py", line 677, in urlopen
        chunked=chunked,
      File "/Users/brianmartin/Dropbox/Alfred.alfredpreferences/workflows/user.workflow.1FBC544C-9CBE-4400-B483-A22BEB7B78BF/lib/justwatch/requests/urllib3/connectionpool.py", line 381, in _make_request
        self._validate_conn(conn)
      File "/Users/brianmartin/Dropbox/Alfred.alfredpreferences/workflows/user.workflow.1FBC544C-9CBE-4400-B483-A22BEB7B78BF/lib/justwatch/requests/urllib3/connectionpool.py", line 976, in _validate_conn
        conn.connect()
      File "/Users/brianmartin/Dropbox/Alfred.alfredpreferences/workflows/user.workflow.1FBC544C-9CBE-4400-B483-A22BEB7B78BF/lib/justwatch/requests/urllib3/connection.py", line 385, in connect
        cert = self.sock.getpeercert()
      File "/Users/brianmartin/Dropbox/Alfred.alfredpreferences/workflows/user.workflow.1FBC544C-9CBE-4400-B483-A22BEB7B78BF/lib/justwatch/requests/urllib3/contrib/pyopenssl.py", line 381, in getpeercert
        "subjectAltName": get_subj_alt_name(x509),
      File "/Users/brianmartin/Dropbox/Alfred.alfredpreferences/workflows/user.workflow.1FBC544C-9CBE-4400-B483-A22BEB7B78BF/lib/justwatch/requests/urllib3/contrib/pyopenssl.py", line 252, in get_subj_alt_name
        for name in map(_dnsname_to_stdlib, ext.get_values_for_type(x509.DNSName))
      File "/Users/brianmartin/Dropbox/Alfred.alfredpreferences/workflows/user.workflow.1FBC544C-9CBE-4400-B483-A22BEB7B78BF/lib/justwatch/requests/urllib3/contrib/pyopenssl.py", line 200, in _dnsname_to_stdlib
        name = idna_encode(name)
      File "/Users/brianmartin/Dropbox/Alfred.alfredpreferences/workflows/user.workflow.1FBC544C-9CBE-4400-B483-A22BEB7B78BF/lib/justwatch/requests/urllib3/contrib/pyopenssl.py", line 185, in idna_encode
        import idna
    ImportError: No module named idna
  15. Like
    Vinay W reacted to shadyabhi in JustWatch - Alfred Workflow   
    @Vinay W Super cool, works great! 
  16. Like
    Vinay W reacted to edbro in JustWatch - Alfred Workflow   
    Same behavior. It resolves to a regular web search.
  17. Like
    Vinay W reacted to edbro in JustWatch - Alfred Workflow   
    When I try to search for a streaming option it will just resolve to a standard web search. It starts out like it's working in that after typing "justwatch" it shows the proper icon and hint "find streaming options". 
     

  18. Like
    Vinay W reacted to lari in JustWatch - Alfred Workflow   
    Getting this error as there is some dependancy missing.
     
    [17:11:44.368] Logging Started... [17:11:46.700] Just Watch (Unofficial)[Script Filter] Queuing argument 'fr' [17:11:46.817] Just Watch (Unofficial)[Script Filter] Script with argv '(null)' finished [17:11:46.820] ERROR: Just Watch (Unofficial)[Script Filter] Code 1: Traceback (most recent call last): File "main.py", line 3, in <module> from lib.justwatch import JustWatch File "/Users/lari/Dropbox/AlfredApp/Alfred.alfredpreferences/workflows/user.workflow.75D5FD04-C1A0-4EE1-ACAC-EF1030704443/lib/justwatch/__init__.py", line 1, in <module> from .justwatchapi import JustWatch File "/Users/lari/Dropbox/AlfredApp/Alfred.alfredpreferences/workflows/user.workflow.75D5FD04-C1A0-4EE1-ACAC-EF1030704443/lib/justwatch/justwatchapi.py", line 3, in <module> import requests ImportError: No module named requests  
  19. Like
    Vinay W reacted to lari in JustWatch - Alfred Workflow   
    The packal links to github and alfredforum point to the wrong workflow.
  20. Like
    Vinay W reacted to godbout in Alfred AirPods Pro Connector   
    hi.
     
    a shameless fork of Alfred AirPods Connector (https://github.com/mariuskiessling/alfred-airpods-connector). i had to change the icons, really, i had to. also i like to have different keywords for connecting and disconnecting, so here we go.
     
    Doc, screenshots, releases on GitHub: https://github.com/godbout/alfred-airpods-connector
    Release on Packal: http://www.packal.org/workflow/alfred-airpods-pro-connector
     

     
     enjoy!
     
    ☀️
     
  21. Like
    Vinay W reacted to deanishe in Go Home   
    Generally, it's a good idea to put your code in "External Scripts", rather than in the Script box. The Script box is a terrible editor, and source control works better when everything isn't contained in info.plist.
  22. Thanks
    Vinay W got a reaction from JJJJ in Go Home   
    @JJJJ 
    I re-wrote the whole thing in a way that works more reliably across different browsers (Technical details - using JXA instead of AppleScript now, as suggested here) Should work for you now. If you are still interested, give the latest version a try (v1.0.2, as of now) and let me know if it works.  Thanks for letting me know about this. Also updated the original post  
    @deanishe 
    i will post the code on github soon.  Getting the hang of how i should structure my workflows. This discussion helps. Thanks!
  23. Like
    Vinay W reacted to JJJJ in Go Home   
    I was just replying to you that I do exactly the same thing as you do in the demo. But it still wasn't working.
     
    However you just updated your workflow to v1.0.2 and it works with no issues now. 
     
    Thank you again for your interest.
  24. Like
    Vinay W got a reaction from JJJJ in Go Home   
    Go Home, Alfred
    An Alfred workflow which enables you to use a keyboard shortcut to go to the homepage of a website you are on.
     
    Do you often get stuck deep inside the rabbit hole (of a website) and come out by either 
    backspacing the URL a gazillion times to go to the home page  or by clicking the website logo usually on the top left UGHH! make it a keyboard shortcut with this Alfred workflow!
    Install
    Download and open the workflow file using Alfred. Get the latest release from here : https://github.com/vinaywadhwa/Go-Home-Alfred/releases P.S.: You need to buy the Powerpack to use this workflow.
    Supported Browsers
    Safari Google Chrome Google Chrome Canary Opera Vivaldi Brave Browser Note
    Firefox not supported, for now, sorry! This is why. Please reach out if you need other Chrome/Safari based browsers supported.
  25. Like
    Vinay W got a reaction from deanishe in Go Home   
    Go Home, Alfred
    An Alfred workflow which enables you to use a keyboard shortcut to go to the homepage of a website you are on.
     
    Do you often get stuck deep inside the rabbit hole (of a website) and come out by either 
    backspacing the URL a gazillion times to go to the home page  or by clicking the website logo usually on the top left UGHH! make it a keyboard shortcut with this Alfred workflow!
    Install
    Download and open the workflow file using Alfred. Get the latest release from here : https://github.com/vinaywadhwa/Go-Home-Alfred/releases P.S.: You need to buy the Powerpack to use this workflow.
    Supported Browsers
    Safari Google Chrome Google Chrome Canary Opera Vivaldi Brave Browser Note
    Firefox not supported, for now, sorry! This is why. Please reach out if you need other Chrome/Safari based browsers supported.
×
×
  • Create New...