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
sudara (author)
Wed Jul 09 03:57:48 -0700 2008
commit  f42addf991491d931ee41ef458264779dbccf203
tree    5c8b598719e50373980413a0d143a857d78ad9bb
parent  d3cfdfbb17ae4ee873a33377ac4fac89347f861c
name age message
file .gitignore Wed Jun 25 07:57:48 -0700 2008 don't version forums.css [sudara]
file .gitmodules Fri May 30 04:57:26 -0700 2008 now, new rails is in da hause [sudara]
file Capfile Tue Mar 11 05:11:56 -0700 2008 first commit [sudara]
file README.markdown Thu Jun 26 05:28:08 -0700 2008 another test github commit [sudara]
file Rakefile Tue Mar 11 05:11:56 -0700 2008 first commit [sudara]
directory app/ Wed Jul 09 03:57:48 -0700 2008 make sure mods can delete comments [sudara]
directory config/ Wed Jul 09 03:30:50 -0700 2008 allow the browsing of spam and explicit marking... [sudara]
directory db/ Tue Jun 24 08:06:07 -0700 2008 make sure defensio stands between users and forums [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/ Thu Jun 05 16:36:15 -0700 2008 make sure format_attributes doesn't bust into a... [sudara]
directory public/ Wed Jul 09 03:30:50 -0700 2008 allow the browsing of spam and explicit marking... [sudara]
directory script/ Mon Mar 17 09:24:38 -0700 2008 modify script/runner to be joyent-friendly in t... [sudara]
directory spec/ Thu Jun 05 16:32:08 -0700 2008 update rspec on rails, modify news/updates hand... [sudara]
directory stories/ Tue Mar 11 05:11:56 -0700 2008 first commit [sudara]
directory test/ Wed Jun 18 04:03:29 -0700 2008 forums! [sudara]
directory vendor/ Thu Jun 05 16:32:08 -0700 2008 update rspec on rails, modify news/updates hand... [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

alonetone is looking for more love

Are you a musician / music lover with Rails or UI/design chops?

Help us to build the best indy music platform out there.

If you are interested, sign up over at alonetone and check out what is there. We could always use more usability/UI/design help, basic testing, general feedback, and eventually, some more Rails love.

Secondly, please email me at sudara at alonetone dot com.

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 is easy to use, intuitive, and consistent (grandma-friendly)
  • It is 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
  • 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
  • Basic artist browsing
  • Tracking of listens and providing useful feedback to artists
  • Very basic commenting system
  • Facebook integration
  • Feeds for iTunes podcasts and offsite flash players

Current tech

  • Rails 2.1
  • 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 me. You can send me electronic mail. Sudara at alonetone com

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

Playling with alonetone on localhost

I won't lie. 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.

You'll need to setup 5 config files for it to run flawlessly:

alonetone.yml (contains the application "secret" and app specefic settings)
database.yml
amazon_s3.yml (you can always ignore this and set Asset and Pic models to use the filesysem)
defensio.yml (spam protection, you can ignore this in development)
facebooker.yml (for facebook app, you can ignore this in general)

You'll need some gems, at least:

  rmagick
  haml
  facebooker
  json
  ruby-mp3info
  mocha (for rspec)
  googlecharts
  aws-s3
  rubyzip (for extracting mp3s from zip files)

You'll need to have rails 2.1 in the vendor directory.

Then, rake db:migrate

There is no bootstrapper at this time, so you'll probably need to fiddle with it a bit or bug me to make one.