Feature #4873
closedeit Scrape title/summary title/summary
100%
Description
I have been trying to scrape the titles of show to remove the "New:" at the start of the title as when the file eventualy feed through to kodi the artwork cannot be found as New: is in the file name. Using $q$n.$x as the formatting string.
Using Over-the-air: EIT DVB Grabber with uk config.
I was hoping to remove it via the config file for the eit scraper.
However a combined title/summary text is made by joining the title, a space,
and the summary. The combined text is matched against the scrape_title regex
list. On a match, the EPG title is set to the match result.
I cannot see a way of knowing where the original title ended as broadcast.
If it was a combined title/summary text is made by joining the title, TWO spaces,
and the summary. I would then know whre the original title ended.
This would need a bit of rework to remove the extra space but at this point you have somenting to remove.
Or use some other caracter to join the title/summary before scraping ? " --- "
Will relate to https://tvheadend.org/issues/4801
Thanks
derek