Sha256: acc3aa88f69810399e6b3df9d9e7995fe2fa1be15dba0b7bf8cf858e2aa2814e

Contents?: true

Size: 1.71 KB

Versions: 3

Compression:

Stored size: 1.71 KB

Contents

FlickVimeo
=======

# Description

Ever wanted a simple way to send [Vimeo][] links to your Apple TV? This is 
a simple command line tool that leverages [AirFlick][] to send the URL of
an Apple TV compatable (h.264 encoded) video in the highest resolution 
available to the currently-selected Apple TV in AirFlick.

# Installation

The best way to install FlickVimeo is with RubyGems:

    $ [sudo] gem install flickvimeo


# Usage

Run `flickvimeo` on the command line and pass it a Vimeo URL or ID:

    $ flickvimeo <vimeo-url>

For example:

    $ flickvimeo http://vimeo.com/18017106


# Warnings

 * This is just a solution to a personal problem I've had — it may 
   completely not work for you
 * This is OS X-specific — it uses [AirFlick][], so if you don't have that 
   installed and running, you're out of luck
 * This may go against all sorts of [Vimeo][] rules and may break any time they
   decide to change the format of the Javascript they use on their site


# Contributing

Once you've made your great commits:

 1. [Fork][fk] FlickVimeo
 2. Create a topic branch - `git checkout -b my_branch`
 3. Push to your branch - `git push origin my_branch`
 4. Create a Pull Request or an [Issue][is] with a link to your branch
 5. That's it!

You might want to checkout Resque's [Contributing][cb] wiki page for information
on coding standards, new features, etc.


# License

Copyright (c) 2010-2011 Eric Lindvall. See [LICENSE][] for details.


[Vimeo]: http://vimeo.com/
[AirFlick]: http://ericasadun.com/ftp/AirPlay/
[cb]: https://wiki.github.com/defunkt/resque/contributing
[fk]: http://help.github.com/forking/
[is]: https://github.com/eric/flickvimeo/issues
[LICENSE]: https://github.com/eric/flickvimeo/blob/master/LICENSE

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
flickvimeo-1.0.3 README.md
flickvimeo-1.0.2 README.md
flickvimeo-1.0.1 README.md