filters don\'t work?

Discussion forum for Amadeus users

Moderator: Martin Hairer

Post Reply
Sarah Alawami

filters don\'t work?

Post by Sarah Alawami »

Hello to all I was trying to batch convert and tried to filter out *.wav files. I tried .(n.wav and *.wav and .wav but nothing worked. It came back with no valid file selected. I tried choosing original location and a different one but still no joy. Did this brake in the current amadeus? Same results with *.flac files, yet I can find them whenI filter on the finder itself using .wav and .flac etc.

Thanks all.=

User avatar
Martin Hairer
Site Admin
Posts: 1975
Joined: Wed Nov 08, 2006 11:49 am
Contact:

filters don't work

Post by Martin Hairer »

Hi, the regular expression filtering out wav files would be

.*\.wav

(or, if you're being pedantic, .*\.wav$ so that the file example.wav.aif
doesn't get counted as wave) see for example

http://www.regular-expressions.info/

Regards,

Martin

Post Reply