Bug #1979
Automatique recorder record some non desired programs
Start date:
2014-02-24
Due date:
% Done:
0%
Estimated time:
Found in version:
3.9.373-g55c2bb
Affected Versions:
Description
I have created an entry in the automatic recorder named "scandal"
The sytem also plan to record some other programs wich contain "scandal" in the title.
Example: a program named "scandal at the hotel" will be recorded due to my entry named "scandal" (wich is the name of a serie)
Is it possible to have ability to prevent that?
Thanks a lot
Claude
History
Updated by Adrian Strilchuk about 10 years ago
This may be very late reply but this can be achieved with regular expression characters ^$.
^scandal$
will only record titles exactly matching scandal.
scandal$
will only record titles ending in scandal.
^scandal
will only record titles starting with scandal.