How do I preview all ogg files in a folder and sub-folders?

Created by Arnaud Soyez
Keywords:

You can use the -f option, a redirection, and the find command, for example:

$ audiopreview -f <( find . -name '*.ogg' )