On 12/05/2014 17:52, Jeremy Nicoll - ml get_iplayer wrote:
I've just read DinkyPumpkin's reply and he (if he is a he)
I'll never tell. In the era of Conchita Wurst, who needs labels? :}
But if use search argument: ^heresy: series 7 - episode 1
I find nothing. It's this sort of thing that made me start using part words
and ".*" to match unspecified numbers of arbitrary characters. This works:
^heresy: series 7.*episode 1
That only works with --long or --fields=name,episode. The reason the
other search doesn't work is because "heresy: series 7 - episode 1" is a
concatenation of two fields, <name> and <episode>. In the search
results the two fields are separated by space-hyphen-space, but the
value being searched with --long is "<name> <episode> <desc>" or with
--fields=name,episode is "<name> <episode>" - the fields are separated
only by a space.
_______________________________________________
get_iplayer mailing list
[email protected]
http://lists.infradead.org/mailman/listinfo/get_iplayer