Home > my_tunes

my_tunes

My_tunes is a project mainly written in RUBY and JAVASCRIPT, it's free.

Music Library Broadcasting

Setup

MyTunes is a rails application which exposes your iTunes library to the network via a somewhat nice interface.

Syncing your Library (Mac-only right now)

$ rake itunes:import_xml

Add a user for yourself (by hand)

[CONSOLE] User.create(:email => '[email protected]', :password => 'xxx', :password_confirmation => 'xxx')

Starting the server (tested with ruby 1.9.2)

$ bundle install
$ rails server

MyTunes is licensed under the MIT license. Contributions welcome.