search for: mp3info

Displaying 6 results from an estimated 6 matches for "mp3info".

2000 Sep 26
1
mp3info like tool ?
is there yet a tool cmdline compatible to mp3info "ogginfo" ;-) If not i would write one because I use mp3info very often and some nice tools I use do too (mp3c - is on freshmeat) I took a look at the src and I think the best would be to do this based on vorbiscomment - right ? PS: i am not subscribed to the ML (yet) -- email karme@u...
2004 Sep 10
4
command-line flac tool to report song length?
I've got a bunch of flac files and need to report their length. With MP3s, you use `mp3info -x $filename` But is there a way to find out the length (minutes:seconds or just seconds) of a flac audio file, without converting it to WAV first? Thanks! -- Derek Sivers, CD Baby, Hostbaby http://www.cdbaby.com <-- best new independent music http://www.hostbaby.com <-- web hosting for...
2000 Oct 18
3
ov_comment spec
I've been working towards a mp3info like tool, OggInfo, which will surplant vorbiscomment in functionality, and also incorportate mp3info like featuers. Looking at existing vorbis api calls, i find: vorbis_comment_add() /* unsupervised string insertion */ vorbis_comment_add_tag() /* formated TAG=text insertion */ vorbis_comment_quer...
2004 Aug 06
3
off topic: info on mp3 files
hi, this is way off topic, but maybe someone can help... i'm looking for a script or prog that gives me info on a mp3-file, like what mpg123 shows when starting up plus some tech details like size, time, frequency etc. i've tried perl-MP3-Info, but it doesn't know about album, title, artist etc. i want to use it for fetching as much info as possible from a file into a database. any
2006 Nov 04
0
Net::HTTP.post_form got 200 but no INSERT INTO. How come? How to fix this?
...d I would be verry grateful 4 somebody who can give me a good solution for this. -- Name : Arie Kusuma Atmaja, A.K.A Arie, A.K.A ariekeren / YM! = riyari3 http://ariekusumaatmaja.wordpress.com Let''s build Ruby Indonesia stronger http://groups.yahoo.com/groups/id-ruby Go go go Ruby go! Mp3Info.open("Linkin\ Park\ -\ Abyss.mp3") { |f| puts f }
2000 Oct 15
2
using vorbiscomment
...ads TAG=VALUE pairs on separate lines from stdin" would save people a lot of time. Of course, this is still a painful tool to use, and since I had some .ogg's lying around with broken comments (from my first ogg vorbis patch to grip), I wrote a little Perl script (attached) to behave like mp3info. It has short and long command options for all of the suggested vorbis comment fields, and can act on multiple files listed on the command line. BTW, is anyone working on a vorbis Perl module? If not, I'll probably put one together. -- Alex #!/usr/bin/perl -w ## ogginfo -- Ogg Vorbi...