Actions
Feature #5176
closedselect or exclude specific seasons for recordings
Start date:
2018-08-16
Due date:
% Done:
100%
Estimated time:
Description
Would it be OK to change the way "fulltext" is implemented in recordings and in EPG search, to do one (1) regexec search on the concatenation of title + subtitle + summary + description, instead of doing four (4) separate regexec calls?
If these 4 fields are first concatenated, before the search, we can write a regex that matches both title AND season.
It would seem that the original requirement http://tvheadend.org/issues/2170 would work fine with this change.
It would basically implement what Em Smith http://tvheadend.org/boards/5/topics/22156 has done externally, by modifying the xmltv grabber.
Actions