On 18/07/2013 22:47, V. Khrushchev (get_iplayer list) wrote:
I'm trying to exclude episodes of R3's "Afternoon on 3" programme which contain the string "Repeats" in their title, such as10097: Afternoon on 3 - Proms 2013 Repeats: Prom 01: 1. First Night of the Proms, BBC Radio 3, Classical,Music,Radio could someone suggest an --exclude clause that would do this?
"Repeats" is in the episode field, but only the name field is searched by default. Use --fields to specify both name and episode fields in search. No need for a regex. --exclude Repeats will work.
_______________________________________________ get_iplayer mailing list [email protected] http://lists.infradead.org/mailman/listinfo/get_iplayer

