So this may seem like a strange request, but is it possible to change the way the season/episode data is added to the output xmltv file? Currently it reads in the xmltv file as:
<episode-num system="onscreen">S3E18</episode-num>
However I need it to read like this:
<episode-num system="onscreen">3.18</episode-num>
I've tried changing the ini file myself to I just seem to mess it up and it doesn't pull any season/episode information at all. This is the ini file in question: http://www.webgrabplus.com/sites/default/files/download/ini/info/siteini.pack/UK/tv.sky.com.ini
Thanks to anyone that can help me.
Thanks, that works! However, it now adds the season/episode info a number 'down', as in if it's S3E10 it's adding them as 2.9 instead of 3.10. Is there a way to fix this?
EDIT: Actually it's ok. I changed some of the python code in my TV Guide to remedy this. :) Thank you.