Project

flickvimeo

0.0
No commit activity in last 3 years
No release in over 3 years
A simple tool to use AirFlick to send Vimeo videos to your AppleTV
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
 Dependencies

Runtime

~> 1.4.3
 Project Readme

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 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 with a link to your branch
  5. That's it!

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

License

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