[ogginfo]
groups = audio
apt = vorbis-tools
match = *.ogg *.oga *.ogv
command = ogginfo -q {files} | grep -v '^Processing file ' | cat -s

[oggz-validate]
groups = audio
apt = oggz-tools
match = *.ogg *.oga *.ogv
command = oggz-validate {files}

# vim:ft=dosini
