public
Description: The kick ass (non-commercial) home for musicians and their music
Homepage: http://alonetone.com
Clone URL: git://github.com/sudara/alonetone.git
commit  d8dfb65c6dc216599fc80aee969c18ed478737ec
tree    40614c7800efbdaf1dda8e7af0d5e5fe3ca1b6fb
parent  629c613fd33466f11ec166c154a6ff589bc67067
name age message
file .gitignore Sat Oct 11 04:56:40 -0700 2008 Lets use alonetone.yml and make it alonetone.ex... [sudara]
file .gitmodules Sun Dec 21 09:15:54 -0800 2008 first working branch, 2.2.2 sucks with render :... [sudara]
file Capfile Tue Mar 11 05:11:56 -0700 2008 first commit [sudara]
file README.markdown Sat Jun 20 14:39:38 -0700 2009 README update [sudara]
file Rakefile Sat Oct 25 16:33:37 -0700 2008 Yikes! Rails.env is a string here... [sudara]
directory app/ Loading commit data...
directory config/
directory db/ Wed Jun 03 15:25:44 -0700 2009 Host of missing files [sudara]
directory doc/ Tue Mar 11 05:11:56 -0700 2008 first commit [sudara]
directory fonts/ Tue Mar 11 05:11:56 -0700 2008 first commit [sudara]
directory lib/ Wed Jun 03 15:25:44 -0700 2009 Host of missing files [sudara]
directory public/
directory script/ Wed Jun 03 12:09:12 -0700 2009 Add back rpsec. And bots beware! No more free m... [sudara]
directory spec/
directory stories/ Tue Mar 11 05:11:56 -0700 2008 first commit [sudara]
directory test/ Wed Jun 03 15:25:44 -0700 2009 Host of missing files [sudara]
directory vendor/ Thu Mar 26 11:20:44 -0700 2009 Fix rails 3 bugs in will_paginate [sudara]
README.markdown

The future is bright

alonetone is a growing independent music platform, providing free services for musicians wanting to host and distribute their music in a non-commercial easy-to-use environment.

alonetone was launched in January 2008 and as of June 2009 hosts over 8000 songs from 800 musicians and has delivered over 500,000 mp3s to real listeners.

alonetone is always looking for more development love

Have ruby and/or javascript skills? Help us build the best music platform, period.

Warm the hearts of musicians world wide by working on an app that provides musicians with a home, a connection to each other, to their listeners, and to a source of inspiration.

Or get jiggy with our build-to-order API and do something crazy and exciting.

Bug reporting

We use lighthouse to submit bugs and keep track of our work

The goal?

To create and run the best online home a musician could want to have, providing them with the tools they need to reach their listeners and network with other artists, without the umbrella of a corporation.

How do we reach this goal?

  • It must be easy to use, straightforward, intuitive, and consistent (grandma-friendly)
  • It must be attractive to look at
  • It provides musicians with practical, useful and inspiring tools and services
  • It provides listeners and first time site visitors with a 'hook' into their first taste of alonetone music and helps them explore the site in an intelligent and guided way.
  • It encourages artist exploration and the feeling to stick around.
  • It does not overwhelm folks with TMI (too much information) or TMO (too many options) or TMF (too many features)

For more info, visit the alonetone faq

Current feature set

Really, only the very basics are implemented.

  • Unlimited mp3 uploads for musicians
  • Creation of playlists / albums
  • MP3 streaming and download
  • Artist browsing
  • Tracking of listens and providing useful feedback and statistics to artists
  • Commenting system
  • Feeds for iTunes podcasts and offsite flash players

Current tech

  • Rails 2.3
  • Rspec
  • jQuery and LowPro
  • SoundManager 2 (for flash mp3 playback)
  • SASS (the cool stylesheet thing from the haml folks)

Want to join forces?

First of all, talk to Sudara by emailing Sudara at alonetone com

Secondly, sign up for an account and start digging in.

Thirdly, fork away on github.

Playing with alonetone on localhost

This is not a task for Rails newbees.

I've had multiple requests asking me to walk folks through setting up alonetone locally. Unless you have some experience with rails, it's just not going to be worth it unless you have a lot of time to invest.

If you do want to get jiggy and setup alonetone locally, the best thing to do is to contact me first, as things are ever-changing.

alonetone uses 6 config files:

alonetone.yml (contains the application "secret" and app-specific settings)
database.yml
amazon_s3.yml (used in production, by default development mode runs with :file_system storage)
defensio.yml (spam protection, ignored in development)
facebooker.yml (for facebook app, ignore this in general for now)
newrelic.yml (for performance tracking)

These files will be created for you the first time you run any rake task.

You'll need some gems, at least:

  rmagick
  haml
  json
  ruby-mp3info
  googlecharts
  aws-s3 (if you use Amazon S3 to store files)
  rubyzip (for extracting mp3s from zip files)
  mocha (for rspec)

You can let the system install all required gems for you using following command:

  rake gems:install

NOTE: On a Windows install using InstantRails with Rails 2.2.2 and RubyGems 1.3, an error such as 'uninitialized constant ApplicationController::ALONETONE' might present itself when using the 'rake gems:install' command. However, I found that if you install all of the gems manually that you can ignore this error message.

You can also install them manually:

        sudo gem install rmagick haml json ruby-mp3info aws-s3 rubyzip mocha

You may need to install imagemagick before rmagick. If you are using Ubuntu you can run 'sudo apt-get install imagemagick libmagick9-dev'. If you are on a Mac, you can 'sudo port install imagemagick'

You'll need to install rails 2.1 gem or have a copy in the vendor directory.

Then, you can create a development database, run all migrations and load some bootstrap data with:

  rake db:remake

After bootstrap data is loaded, you can login using test account with username=test, password=test.

You will see session and current_user information at the end of each page after login. You can turn it off by changing show_debug_info to false in alonetone.yml

After login, click on "Upload" button to upload your first mp3.

License

The alonetone source code is released under the MIT license.

"alonetone", "alonetone.com" and the alonetone logo are copyright Sudara Williams 2008 and may not be used without permission.