Bug #3600
DVR Autorec escaping requirement has changed but auto created rules do not respect it
100%
Description
Hi,
I've discovered that in the latest master DVR autorec titles now need to have colons escaped like other special characters ("\:" not ":").
Rules that are created with the "Record Series" or "Autorec" buttons do not escape them and so the rules don't match.
I've gone back to 4.0.8 and the rules match without escaping.
History
Updated by Jaroslav Kysela over 8 years ago
- Status changed from New to Fixed
- % Done changed from 0 to 100
Applied in changeset commit:tvheadend|9e66bb45a49726275a14286f816a71beb3d3507d.
Updated by Jaroslav Kysela over 8 years ago
You're wrong. This bug has no relationship to regex. If you change anything in the string, it will work. Fixed in v4.1-1570-g9e66bb4 .
Updated by Chris Sutcliff over 8 years ago
Sorry I was wrong, but glad you've fixed it, compiling now
In my defence the only one's that had issues were the ones with ":" in the title and even removing other parts of the title string did nothing, only removing the ":" or escaping it worked!