Giter Site home page Giter Site logo

alfred-can-i-stream-it's Introduction

Can I Stream It Workflow (Download)


Because you can't be lazy, without being lazy.

Can I Stream It Logo

Requirements


  1. Alfred App v3
  2. Alfred Powerpack

Installing


  1. Download the workflow
  2. Double-click downloaded workflow to import into Alfred
  3. Use It!

About


This workflow was written because I visit this site often whenever a friend recommends a movie, as well as I wanted to write a workflow.

Commands


cisi {query}

Populates the alfred panel with movie names, and then streaming services where that movie is available.

cisi-web {query}

Opens the Can I Stream It site and executes the query.

Author

joshuajharris
Joshua Harris

alfred-can-i-stream-it's People

Contributors

joshuajharris avatar

Stargazers

Roman avatar

Watchers

 avatar

alfred-can-i-stream-it's Issues

Add streaming service icons to images folder

Netflix is the only icon in the folder.

for key, value in results.iteritems():
            wf.add_item(title=value['friendlyName'],
                        subtitle=str('View on ' + value['friendlyName']),
                        uid=value['external_id'],
                        arg=value['direct_url'],
                        valid=True,
                        icon='images/' + key + '.png')

The images must be named the same value as the keys retrieved from the request to services/query?mediaType="streaming".

  • Amazon
  • Hulu Plus
  • Crackle
  • Youtube
  • Epix
  • Xfinity Streampix
  • SnagFilms
  • Fandor

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.