Chris@40: .Dd November 2, 2014 Chris@40: .Dt SNDFILE-METADATA-GET 1 Chris@40: .Os Chris@40: .Sh NAME Chris@40: .Nm sndfile-metadata-get , Chris@40: .Nm sndfile-metadata-set Chris@40: .Nd get or set metadata in a sound file Chris@40: .Sh SYNOPSIS Chris@40: .Nm sndfile-metadata-get Chris@40: .Op Ar options Chris@40: .Ar file Chris@40: .Nm sndfile-metadata-set Chris@40: .Op Ar options Chris@40: .Ar file Chris@40: .Nm sndfile-metadata-set Chris@40: .Op Ar options Chris@40: .Ar input Chris@40: .Ar output Chris@40: .Sh DESCRIPTION Chris@40: .Nm sndfile-metadata-get Chris@40: displays bext and string metadata stored in an audio file. Chris@40: The following options specify what to print. Chris@40: .Pp Chris@40: .Bl -tag -width bext-descriptionXXXX -compact Chris@40: .It Fl -all Chris@40: all metadata Chris@40: .It Fl -bext-description Chris@40: description Chris@40: .It Fl -bext-originator Chris@40: originator info Chris@40: .It Fl -bext-orig-ref Chris@40: originator reference Chris@40: .It Fl -bext-umid Chris@40: Unique Material Identifier Chris@40: .It Fl -bext-orig-date Chris@40: origination date Chris@40: .It Fl -bext-orig-time Chris@40: origination time Chris@40: .It Fl -bext-coding-hist Chris@40: coding history Chris@40: .It Fl -str-title Chris@40: title Chris@40: .It Fl -str-copyright Chris@40: copyright Chris@40: .It Fl -str-artist Chris@40: artist Chris@40: .It Fl -str-comment Chris@40: comment Chris@40: .It Fl -str-date Chris@40: creation date Chris@40: .It Fl -str-album Chris@40: album Chris@40: .It Fl -str-license Chris@40: license Chris@40: .El Chris@40: .Pp Chris@40: .Nm sndfile-metadata-set Chris@40: sets bext and string metadata in an audio file if the format supports it. Chris@40: If the file does not contain a BEXT chunk to be modified, Chris@40: the second synopsis must be used, where another output file Chris@40: capable of storing the metadata is created. Chris@40: This file is overwritten if it already exists. Chris@40: The following options take an argument specifying the metadata: Chris@40: .Pp Chris@40: .Bl -tag -width bext-coding-histXXXXXXX -compact Chris@40: .It Fl -bext-description Chris@40: description Chris@40: .It Fl -bext-originator Chris@40: originator Chris@40: .It Fl -bext-orig-ref Chris@40: originator reference Chris@40: .It Fl -bext-umid Chris@40: Unique Material Identifier Chris@40: .It Fl -bext-orig-date Chris@40: origination date Chris@40: .It Fl -bext-orig-time Chris@40: origination time Chris@40: .It Fl -bext-coding-hist Chris@40: coding history Chris@40: .It Fl -bext-time-raf Chris@40: time reference Chris@40: .It Fl -str-comment Chris@40: comment Chris@40: .It Fl -str-title Chris@40: title Chris@40: .It Fl -str-copyright Chris@40: copyright Chris@40: .It Fl -str-artist Chris@40: artist Chris@40: .It Fl -str-date Chris@40: date Chris@40: .It Fl -str-album Chris@40: album Chris@40: .It Fl -str-license Chris@40: license Chris@40: .El Chris@40: .Pp Chris@40: The following options take no argument: Chris@40: .Pp Chris@40: .Bl -tag -width bext-coding-histXXXXXXX -compact Chris@40: .It Fl -bext-auto-time-date Chris@40: Set the BEXT time and date to current. Chris@40: .It Fl -bext-auto-time Chris@40: Set the BEXT time to current. Chris@40: .It Fl -bext-auto-date Chris@40: Set the BEXT date to current. Chris@40: .It Fl -str-auto-date Chris@40: Set the string date to current. Chris@40: .El Chris@40: .Sh EXIT STATUS Chris@40: .Ex -std Chris@40: .Sh SEE ALSO Chris@40: .Lk http://www.mega-nerd.com/libsndfile/ Chris@40: .Lk http://tech.ebu.ch/docs/tech/tech3285.pdf Chris@40: .Sh AUTHORS Chris@40: .An Erik de Castro Lopo Aq Mt erikd@mega-nerd.com