How to use exact match on autorec recordings?
Added by Olli Nase almost 9 years ago
Hi,
i want to record "Stargate" with a autorec recording.
But it always select all other shows that match with "Stargate" also i.e. "Stargate - Universe" or "Stargate - Atlantis".
How can i make it to ONLY record "Stargate"?
Replies (3)
RE: How to use exact match on autorec recordings? - Added by Mark Clarkstone almost 9 years ago
Use regex start and end modifiers, e.g.
^Stargate$
RE: How to use exact match on autorec recordings? - Added by Olli Nase almost 9 years ago
Thanks!
Where can i find more informations about the used regex modifiers which are used by tvheadend?
RE: How to use exact match on autorec recordings? - Added by Mark Clarkstone almost 9 years ago
I think you can use standard regex modifiers.