[/musicextras/musicextras: changeset 36 Zachary P. Landau **20041016183629 Removed excess requires ] { hunk ./lib/musicextras/debuggable.rb 3 -# debuggable - +# debuggable - provides debugging methods hunk ./lib/musicextras/guicontrol.rb 38 -# :stopdoc: +# :stopdoc # hunk ./lib/musicextras/musicextrasrc.rb 25 -#@config['fetchers'] = %w(lyrics artist_image album_cover biography years_active album_review) +#@config['fetchers'] = %w(lyrics artist_image album_cover biography years_active album_review album_tracks album_year) hunk ./lib/musicextras/musicsite.rb 30 -require 'singleton' -require 'iconv' hunk ./lib/musicextras/pusher.rb 39 -require 'iconv' hunk ./lib/musicextras/utils.rb 26 -#begin - #require 'gettext' - #rescue LoadError - #end +begin + require 'gettext' +rescue LoadError +end hunk ./lib/musicextras/utils.rb 33 - # This should be, at the minimum, no more than the length of an mp3 - # tag, since we will be getting our information from that often + # This should be, at the maximum, no more than the length of an mp3 + # tag, since we will often be getting our information from them. }