Feature #5176
select or exclude specific seasons for recordings
100%
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.
History
Updated by Em Smith about 6 years ago
In the recording rule you can now set a min and max season, >=min <=max; '0' means 'any'.
For example min=5,max=5 will record only season 5.
Setting min=5,max=0 will record everything on season 5 or later, which is useful if you've already seen seasons 1--4.
This can then be combined with the normal fulltext regex such as "Simpsons"+minseason=12.
Updated by Em Smith about 6 years ago
- Status changed from New to Fixed
- % Done changed from 0 to 100
Applied in changeset commit:tvheadend|49ce85da93970bb8a0e733bf6c3080c83d60db0a.