Bug #3975
closed
Regexp in Title of Autorecording disappears after setting.
Added by Ton VH over 8 years ago.
Updated over 8 years ago.
Found in version:
4.1.2190
Description
I want to autorecord any program that has "andere tijden" but not "andere tijden sport" as title.
So (according to http://www.regexpal.com) "andere tijden(?! sport)" is to be used as Title (regexp). However when I enter this and then Save then subsequently the Title is blank so containing nothing..
See also before/after attachments.
What am I doing wrong?
Files
Try "andere tijden$" where the final dollar should mean "match the strings that finish with what precedes the dollar".
I will try that but the problem is why a valid (according to testsites) Regexp is not saved and disappears.
Probably identical. But there is no response to that issue.
I also can confirm this issue and with some experimenting the following problems I found:
- It seems that the ? in "andere tijden(?! sport)" is the problem maker of not showing the regexp in the gui AND NOT in the configuration file;
- After entering "andere tijden(\?! sport)" it appears in both GUI AND configuration file but is not working. The configuration file shows "andere tijden(\\?! sport)";
- After manually changing the configuration to "andere tijden(?! sport)" it not appears in the GUI and also not building a queue of recordings.
It seems that there is a problem with the data transport from server <-> GUI and the implementation of processing the regular expression.
The regex is not saved, because it's not valid posix regex. TVH behaves correctly.
Thanks for the info.
Could you direct me to a place where I can get information on the syntax? or (better) find some examples which I then can modify?
- Status changed from New to Invalid
Also available in: Atom
PDF