> mp3guessenc (http://shibatch.sourceforge.net/) can print that (and a lot > of other info besides); but, again, I don't know where you can get an > MS-Windows binary unless you have the time and energy to compile it > yourself, or to find someone to do it for you, which I can not even > begin to help you with. Is there an MS-Windows expert in the house? :)
Aldo i'm not a MS wxpert i can teel recommend you encspot-console. Source is avaiable and it allows you to get all the information regarding the mp3. But no ID3 tags (well, only v1) http://www.guerillasoft.co.uk/EncSpot/ I've made a port of this utility to linux if you wish i can give you a tar.gz file. For editting the tags i would recommend taglib http://developer.kde.org/~wheeler/taglib.html This has been developed for linux but there is also a windows port. The two tools i mentioned where developed in C++ so i guess you'll need to code a little bit to get think working with a script language. My recommendation is to make a console utility around this libraries and have it called inside your script just like in a shell. I've managed to use encspot console under this way to get mp3 information and to build a small database. I was thinking in putting the two working together but i'm laking the time for it now. Hope this work for you. Filipe Ps: You you like PhP or Perl for scripting there's plenty of modules that allows you to re-tag your mp3 files, but none for getting mp3 file information like encspot. ---------------------------------------------------------------- This message was sent using IMP, the Internet Messaging Program. _______________________________________________ mp3encoder mailing list [email protected] http://minnie.tuhs.org/mailman/listinfo/mp3encoder
