OpenConferenceWare is an open source web application for events and conferences. This customizable, general-purpose platform provides proposals, sessions, schedules, tracks and more.
Convert the existing script/add_id3_tags_to_mp3.rb to generalized Rake task in lib/tasks/audio.rake. Although this Ruby script works great, all its values are hard-coded. It needs to be converted into a generic program that anyone can use.
Convert the existing
script/add_id3_tags_to_mp3.rb
to generalized Rake task inlib/tasks/audio.rake
. Although this Ruby script works great, all its values are hard-coded. It needs to be converted into a generic program that anyone can use.