PVR setting

dinkypumpkin dinkypumpkin at gmail.com
Thu Jun 19 14:34:16 PDT 2014


On 19/06/2014 19:16, Don Grunbaum wrote:
> I have set up an entry with the values:
>
> fields name,episode
> search0 value1
> search1 value2

Fields are not searched individually.  "fields name,episode" means each 
of your search terms is applied against the two fields concatenated with 
a space - "<name> <episode>".  Use a regular expression to constrain the 
match and get effectively an AND result, something like:

fields name,episode
search0 value1.*value2




More information about the get_iplayer mailing list