On 9/16/07, Konrad Meyer <konrad / tylerc.org> wrote: > Quoth Ilmari Heikkinen: > > On 9/16/07, Konrad Meyer <konrad / tylerc.org> wrote: > > > > > Another bug, here we go: > > > > > undefined method `audio_x_vorbis_ogg' for Metadata:Module > > > > > This makes sense, as audio_x_vorbis_ogg() doesn't exist anywhere else. :D > > > > Fixed. And 0.6 :) > > http://dark.fhtr.org/repos/metadata/metadata-0.6.tar.gz > > Ooh, here's another: :) > > /usr/lib/ruby/site_ruby/1.8/metadata/extract.rb:735:in `unlink': No such file > or directory - _tmp_metadata_temp_22720__604265598_1189946590.27022 > (Errno::ENOENT) > from /usr/lib/ruby/site_ruby/1.8/metadata/extract.rb:735:in > `secure_filename' > from /usr/lib/ruby/site_ruby/1.8/metadata/extract.rb:590:in > `extract_extract_info' > from /usr/lib/ruby/site_ruby/1.8/metadata/extract.rb:153:in `extract' > > Not sure what that is, and frankly atm my brain is a bit too weak to think > about it. But you should be fresh and able to solve that. Apparently temporary hardlinks weren't such a hot idea after all. Nuts. Ok, now escaping filename by default, only trying to "ln rescue cp" for filenames starting with a dash. Running it against my downloads-dir presently, been working ok thus far. YMMV of course :) http://dark.fhtr.org/repos/metadata/metadata-0.7.tar.gz