On Fri, Oct 09, 2009 at 09:49:33AM +0530, Girish Venkatachalam wrote: > mp3info prints mp3 related information of mp3 audio files. > > $ mp3info foo.mp3 > foo.mp3 does not have ID3 1.x tag > > It doesn't print anything since some mp3 files do not have > id3 tags. > > $ mp3info -p "playtime : %m%s Bitrate:%r\n" foo.mp3 > playtime : 718 Bitrate:64 > > $ mp3info -p "%m\n" foo.mp3 > 7
(Self-promotion alert) Something I wrote, rather quickly, to scratch my own itch was "taggrepper", to grep tags of MP3s, Ogg Vorbis and FLAC audio in my collection. As the name suggests, it can be used to grep the tags for certain patterns, with regular expressions. I figured some might have use for it, so you can check it out here: http://gitorious.org/taggrepper/pages/Home http://gitorious.org/taggrepper/pages/Usage HTH, and thanks for the tips, Girish. Kumar -- Kumar Appaiah _______________________________________________ To unsubscribe, email [email protected] with "unsubscribe <password> <address>" in the subject or body of the message. http://www.ae.iitm.ac.in/mailman/listinfo/ilugc
