Ticket #8216 (closed enhancement: fixed)
Opened 3 years ago
Last modified 3 years ago
EITFixup for false positives in movie detection (RTL group)
| Reported by: | dekarl@… | Owned by: | janne |
|---|---|---|---|
| Priority: | minor | Milestone: | 0.24 |
| Component: | MythTV - EIT | Version: | head |
| Severity: | medium | Keywords: | |
| Cc: | Ticket locked: | no |
Description
I'd like to use the canned movie search but get lots of tvshows and other crap in the search results because they ended up with category movie. This proof of concept switches the category back to tvshow if the duration of the event is less then 90 minutes (including ads)
Attachments
Change History
comment:1 Changed 3 years ago by dekarl@…
#6844 is the same topic for finnish DVB-C from Welho (applies to all channels with kFixFI set) over there 75minutes are used as the border (though I've seen 120 minute long tvshows in my data. maybe the solution should not be a one-size-fits-all decision logic)
comment:2 Changed 3 years ago by janne
- Owner changed from stuarta to janne
- Status changed from new to accepted
- Milestone changed from unknown to 0.24
comment:3 Changed 3 years ago by janne
- Status changed from accepted to closed
- Resolution set to fixed
(In [23973]) EITFixup: heuristic fixup for short events marked as category type "movie"
RTL and finish channels have events for tvshows/series marked as movies. There is unfortunately no other indication in the description so we use the time as heuristic. Only event longer than 75 minutes are considered to be movies. All other events are classified as tvshows. This makes the canned movie search useable on those channels. Fixes #8216, Refs #6844
Based on a patch by: dekarl spaetfruehstuecken org
