georgi / audite

Portable mp3 player for Ruby
http://georgi.github.com/audite
MIT License
102 stars 17 forks source link

Queue multiple files #9

Closed stuartnelson3 closed 11 years ago

stuartnelson3 commented 11 years ago

This is doing a few things

  1. Use gemspec to manage dependencies
  2. Add rake's gem tasks to facilitate common gem tasks
  3. Code I added along the way to be able to queue a list of songs and move through them
  4. Added some extra methods, like storing the file name in the Mpg123 instance, and closing the portaudio stream when the bin script exits

Let me know what you think

I'm going to work on the Curses visualization for the bin script next, then I would like to be able to scroll through a list of the files you provide to audite (from the bin script viz) and play them as selected. Are these things you're interested in having?

stuartnelson3 commented 11 years ago

@georgi not sure what your interest is in this project but I think it's pretty cool, let me know if you would like me to work on it and submit pull requests to you

georgi commented 11 years ago

@stuartnelson3 Cool stuff. I'm not sure if the playlist functionality should go into the Audite class but will merge this for now.

If you want to work on the curses stuff please go ahead! Have you looked at the soundcloud2000 repo?

stuartnelson3 commented 11 years ago

@georgi I just started to look at that repo. I have a small refactoring for player.rb, and I'll see what to do's there are for it.