Sha256: d15ffb4cf7d5822cd449af915b629046ab325c515f621afae17bebf2ddee02b1

Contents?: true

Size: 1.63 KB

Versions: 1

Compression:

Stored size: 1.63 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] Mustache
 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]: http://wiki.github.com/defunkt/resque/contributing
[fk]: http://help.github.com/forking/
[is]: http://github.com/eric/flickvimeo/issues

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
flickvimeo-1.0.0 README.md