Feature #4820
eit: allow scraping regexes to be tagged with a language ID or list of language IDs
Start date:
2017-12-28
Due date:
% Done:
0%
Estimated time:
Description
From a suggestion in a PR (https://github.com/tvheadend/tvheadend/pull/1071):
Perhaps, you can add the language selector using this data structure, too, like:
{
"pattern": "^[.][.][.][^:.?!]*[.:?!] +(.*)",
"lang": "cze"
},
{
"pattern": "^[.][.][.][^:.?!]*[.:?!] +(.*)",
"lang": ["cze","slo"]
},
Patch underway...