With the loss of the automatic guide setup on MC because of the Microsoft fiasco over supplying guide data, I have been looking at alternatives. SBR has previously mentioned EPG Collector so I thought I would give it a try. I have managed to get it to collect guide data for DVB-S and DVB-T but I am finding that the XMLTVIDs used are the same for a particular channel, whether carried over DVB-T or DVB-S. There seems to have been a restriction in MC allowing us to use an XMLTVID only once. This means that I can only have a guide for S or T and that clearly isn't satisfactory.
Why is there this constraint? Can it be removed please?
Nick.
I've had a thought on EPG Collector and how to get it to automatch the xmltvid's for both DVB-T and DVB-S to the right channels.
EPG Collector uses the ServiceID of the channel for the XMLTVID automatically, so will be different for DVB-T and DVB-S.
Now I just need an expression to obtain the Service ID from the TV channel filename, so I guess I need a clever RegEx expert (since I haven't a clue!).
So filename is:
TV Channel DTV 2050 (32-6941)10847000, 0, 2, 5401, 5, 1, 5400, 260, 5403, 2, eng, 5400, 2, 23000, 11700, 0, 0, 27, 2, -1, 2 (DVB-S).tvlb
The Service ID is the number after the hyphen in the initial bracket, in this case 6941
So what I plan to do is to set the XMLTV Tag for my channels to =RegEx(blah, blah). And hopefully it'll set them all correctly.
Can anyone help?
Thanks in advance.
SBR