Project

playa

0.02
Repository is archived
No commit activity in last 3 years
No release in over 3 years
An example app using Vedeu.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
 Dependencies

Development

~> 1.6
= 2.6.1
= 5.4.1
= 1.1.0
= 0.10.1
= 10.3.2
= 0.9.0

Runtime

= 0.3.0
= 0.2.4
 Project Readme

Code Climate

Playa

Plays mp3s from a directory using Ruby. An example app using Vedeu ( https://github.com/gavinlaking/vedeu ).

Exciting Screenshot

Requirements

  • Portaudio >= 19
  • Mpg123 >= 1.14

OSX Dependency Installation

brew install portaudio
brew install mpg123

Debian / Ubuntu Dependency Installation

sudo apt-get install libjack0 libjack-dev
sudo apt-get install libportaudiocpp0 portaudio19-dev libmpg123-dev

Gem Installation

gem install playa

or

sudo gem install playa

Usage

Play all .mp3 files in the current working directory:

playa

or, specify a directory to play from:

playa /path/to/mp3s

Contributing

  1. Fork it ( http://github.com/gavinlaking/playa/fork )
  2. Clone it
  3. bundle
  4. rake or bundle exec guard
  5. Create your feature branch (git checkout -b my-new-feature)
  6. Write some tests, write some code, have some fun
  7. Commit your changes (git commit -am 'Add some feature')
  8. Push to the branch (git push origin my-new-feature)
  9. Create a new pull request