Project

General

Profile

Actions

Feature #4592

closed

EPG: Italian parsing season/episode from Title/Subtitle/Description

Added by g siviero over 7 years ago. Updated over 7 years ago.

Status:
Fixed
Priority:
Normal
Assignee:
Category:
EPG - Grabbers
Target version:
-
Start date:
2017-09-14
Due date:
% Done:

0%

Estimated time:

Description

I tried to modify the file /usr/share/tvheadend/data/conf/epggrab/eit/scrape/uk to enable Italian parsing season/episode from Title/Subtitle/Description from EIT EPG data.
For EIT EPG I'm using the grabber "Over-the-air: EIT: DVB Grabber".

On some channels here in Italy we could have:

1) season/episode inside the title
Title: "A casa dei Loud [St.1] Ep. 4"

2) season/episode inside the subtitle
Subtitle: "St.5 Ep.12 - Joe Teti e Matt Graham hanno metodi di sopravvivenza completamente diversi. Come si comporteranno quando verranno abbandonati insieme nei luoghi piu' inospitali della Terra?"

If I add/edit the eit/scrape file with

  "season_num": [
    "\\[?St\\.([0-9]+)\\]?" 
  ],
  "episode_num": [
    " ?[Ee]p\\.? ?([0-9]+)" 
  ],

These regular expression should match both cases, but tvheadend scrapes correctly the season/episode only when this information is in the subtitle/description (case 2), while it seems to ignore it if it is inside the tile (case 1).

Any suggestion? Is "case 1" (season/episode) not yet enabled?


Files

epg1.png (83.8 KB) epg1.png timer without season and episode information Ludi K., 2017-09-14 19:11
epg2.png (83.3 KB) epg2.png timer with season and episode information Ludi K., 2017-09-14 19:11
Screenshot_2017-09-15.png (68.6 KB) Screenshot_2017-09-15.png g siviero, 2017-09-15 10:15
Actions

Also available in: Atom PDF