= ConcertCalendar

* http://rubyforge.org/projects/uwruby
* http://uwruby.rubyforge.org/ConcertCalendar/

== DESCRIPTION:

Create a personalized concert calendar and host it on your own server for subscription.

First, this app parses your iTunes Music Library and retrieves a list of your artists. Second, it retrieves a list of local concerts in your area using your ZIP code. Third, it recommends the concerts you should attend by finding any concerts that include an artist found in your iTunes library. These recommended concerts are converted to iCal format and written to an .ics file. Lastly, the app uploads the .ics file to a server of your choice via FTP.

Once hosted, you can subscribe to your personalized concert calendar using any modern calendar application.

Rock on!

== FEATURES:

* Parses your iTunes Music Library XML file and returns a list of artists -> hit mine_tunes.rb directly for additional statistics
* Recommends a list of upcoming concerts in your area based on your ZIP code and the artists found in your iTunes library
* Generates an .ics calendar from your recommended concerts and uploads it to a server via FTP
* Supports passive mode for data transfers

== PROBLEMS:

* (API) No access to the actual physical address to the venue
* (API) No access to the start time of the concert
* (API) No access to the end time of the concert
* (API) No access to the price of admission for the concert

== SYNOPSIS:

ruby concert_calendar.rb

== REQUIREMENTS:

* nokogiri
* icalendar

== INSTALL:

* sudo gem install concert_calendar

== LICENSE:

(The MIT License)

Copyright (c) 2008 Matthew Anderson

Permission is hereby granted, free of charge, to any person obtaining
a copy of this software and associated documentation files (the
'Software'), to deal in the Software without restriction, including
without limitation the rights to use, copy, modify, merge, publish,
distribute, sublicense, and/or sell copies of the Software, and to
permit persons to whom the Software is furnished to do so, subject to
the following conditions:

The above copyright notice and this permission notice shall be
included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND,
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.