Doubanfm

Just another DoubanFM client.

Installation

Add this line to your application's Gemfile:

gem 'doubanfm'

And then execute:

$ bundle

Or install it yourself as:

$ gem install doubanfm

Usage

$ doubanfm

You can use <Tab> to list all valid command.

Todo

  1. Allow user to throw a song into trash bin
  2. Allow user to select specific channel
  3. Introduce a better console interface with curses or something similar
  4. Refactor all
  5. Use a audio play gem to replace mpg123 program
  6. Maybe I'll use JRuby and SWT to implement GUI

Contributing

  1. Fork it
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create new Pull Request