README.md in airplayer-1.0.1 vs README.md in airplayer-1.1.0

- old
+ new

@@ -1,33 +1,43 @@ AirPlayer ================================================================================ Command-line AirPlay video client for Apple TV -[![Stillmaintained](http://stillmaintained.com/Tomohiro/airplayer.png)](http://stillmaintained.com/Tomohiro/airplayer) -[![Gem Version](https://badge.fury.io/rb/airplayer.png)](http://badge.fury.io/rb/airplayer) -[![Dependency Status](https://gemnasium.com/Tomohiro/airplayer.png)](https://gemnasium.com/Tomohiro/airplayer) -[![Build Status](https://travis-ci.org/Tomohiro/airplayer.png?branch=master)](https://travis-ci.org/Tomohiro/airplayer) -[![Coverage Status](https://coveralls.io/repos/Tomohiro/airplayer/badge.png?branch=master)](https://coveralls.io/r/Tomohiro/airplayer) -[![Code Climate](https://codeclimate.com/github/Tomohiro/airplayer.png)](https://codeclimate.com/github/Tomohiro/airplayer) +[![Gem Version](https://img.shields.io/gem/v/airplayer.svg?style=flat-square)](http://badge.fury.io/rb/airplayer) +[![Dependency Status](https://img.shields.io/gemnasium/Tomohiro/airplayer.svg?style=flat-square)](https://gemnasium.com/Tomohiro/airplayer) +[![Build Status](https://img.shields.io/travis/Tomohiro/airplayer.svg?style=flat-square)](https://travis-ci.org/Tomohiro/airplayer) +[![Coverage Status](https://img.shields.io/coveralls/Tomohiro/airplayer.svg?style=flat-square)](https://coveralls.io/r/Tomohiro/airplayer) +[![Code Climate](https://img.shields.io/codeclimate/github/Tomohiro/airplayer.svg?style=flat-square)](https://codeclimate.com/github/Tomohiro/airplayer) ---- - - Requirements ------------------------------------------------------------------------------- -- OS X or Ubuntu -- Ruby 1.9.3, 2.1.3 or later +- OS X, Ubuntu, Arch Linux +- Ruby 2.2 or later +- Bundler 1.10.0 or later - AppleTV 2G or later - [youtube-dl](http://rg3.github.com/youtube-dl/) (If you want to watch YouTube) -### Ubuntu +### For Arch Linux +[nss-mdns](https://www.archlinux.org/packages/extra/x86_64/nss-mdns/) package is required. + ```sh +$ sudo pacman -S nss-mdns +``` +or + +```sh +$ yaourt -S nss-mdns +``` + +### For Ubuntu + +```sh $ sudo apt-get install rdnssd libavahi-compat-libdnssd-dev ``` Installation @@ -154,10 +164,20 @@ ```sh $ airplayer play --device 1 '~/Movies/GHOST IN THE SHELL.mp4' ``` +Advanced Usage +-------------------------------------------------------------------------------- + +### Register to OS X Service + +You can create Automator Service, that opens URL from your browser in airplayer. + +![automator service](https://cloud.githubusercontent.com/assets/154571/6997755/aa2599e8-dbc8-11e4-8cc4-9671d9cd8ad7.png) + + Supported MIME types -------------------------------------------------------------------------------- [AirPlay Overview - Configuring Your Server](http://developer.apple.com/library/ios/#documentation/AudioVideo/Conceptual/AirPlayGuide/PreparingYourMediaforAirPlay/PreparingYourMediaforAirPlay.html) @@ -170,8 +190,8 @@ LICENSE -------------------------------------------------------------------------------- -© 2012 - 2014 Tomohiro TAIRA. -This project is licensed under the MIT license. -See LICENSE for details. +© 2012 - 2016 Tomohiro TAIRA. + +This project is licensed under the MIT license. See [LICENSE](LICENSE) for details.