Opened 17 years ago
Closed 16 years ago
Last modified 16 years ago
#6844 closed enhancement (duplicate)
heuristic fixup for finnish dvb-c program guide classifying most tv-series as movies
| Reported by: | Owned by: | Stuart Auchterlonie | |
|---|---|---|---|
| Priority: | minor | Milestone: | 0.24 |
| Component: | MythTV - EIT | Version: | head |
| Severity: | medium | Keywords: | |
| Cc: | Ticket locked: | no |
Description
Finnish DVB-C program guide (tested only with Welho) seems to classify most series as Movie/movie, with nothing in the EIT data to separate them from actual movies.
A heuristic fixup for this is reclassifying everything shorter then 1 hour 15 minutes to be a series or tvshow. This will catch most things correctly, but there will be errors.
The attached patch will classify these as Series/series, if kFixFI is active. The classification is probably controversial, and perhaps this should be a generic feature somehow, but it does the job for me personally.
Attachments (1)
Change History (3)
by , 17 years ago
| Attachment: | fi-series-classification-fix.diff added |
|---|
comment:1 by , 16 years ago
| Milestone: | unknown → 0.24 |
|---|---|
| Resolution: | → duplicate |
| Status: | new → closed |
| Type: | defect → enhancement |
will be integrated into the generic solution in #8216
comment:2 by , 16 years ago
(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

finnish program guide series classification fix