Hi, I'm trying to add more episode detection to the uk-sky.com.ini file.
A lot of shows from there come in with the following format:
8/8. Families across the UK are helped to save money, sort food facts from food fiction and eat well for less. In Cheshire, Gregg and Chris assist the entrepreneurial Saynors. [S] [HD.(n)
(also interestingly this only has the episode (8/8) whereas the sky website specifies the series too, (S5))
I'm trying to make it detect the 8/8 as an episode number.
I've got to a point where it is now spitting out a file without the 8/8 but just the ., however it is not adding an episode section the XML programme entry. such that it looks like this:
Eat Well for Less?
. Families across the UK are helped to save money, sort food facts from food fiction and eat well for less. In Cheshire, Gregg and Chris assist the entrepreneurial Saynors. [S] [HD.(n)
5
I added the following to the site ini to achieve the above:
index_description.modify {remove(index_temp_1 not "" type=regex)|\d+\/\d+} * xx/xx *disable to leave season/episode info in index_description
...
index_episode.modify {substring('index_episode' "" type=regex)|'index_temp_5' "\d+\/\d+"} *xx/xx
Thanks in advance,
Ben