--- Mike Erickson <[EMAIL PROTECTED]> wrote:
> 
> [edit: sorry Josh, sent the first one to the wrong address]
> 
> I'm trying to automate the process of converting flac to mp3 while
> preserving tag information, but can't find any way of reading the
> fields
> from the flac file on the command line (unix). Neither flac nor
> metaflac
> seem to have any option for printing the tag info to stdout.

there are lots of ways with metaflac:

  metaflac --export-vc-to=- file.flac
  metaflac --list --block-type=VORBIS_COMMENT file.flac
  metaflac --show-vc-field=ARTIST file.flac

for more, see:

  metaflac --help

Josh


__________________________________
Do you Yahoo!?
Yahoo! SiteBuilder - Free, easy-to-use web site design software
http://sitebuilder.yahoo.com


-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
_______________________________________________
Flac-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/flac-users

Reply via email to