EPG Service and utilities (1 Viewer)

zion22

Portal Pro
April 6, 2006
157
2
50
Home Country
Sweden Sweden
All the channel ID's has been changed since yesterday, so the mappings in the XMLTV Plugin might be wrong.

Ah that could be it. I'll check and come back to you.

Edit:

Try to delete the TvGuide.xml (then restart the EPG Service) and check then mappings in the XMLTV PLugin.
Did that (before update aswell).

Log entry:
Code:
2007-12-17 20:34:09.390625 [13]: plugin:xmltv importing C:\guide\tvguide.xml
2007-12-17 20:34:09.453125 [13]: xmltv import C:\guide\tvguide.xml
2007-12-17 20:34:09.718750 [13]: xmltvimport: Reading TV programs
2007-12-17 20:34:10.937500 [13]: xmltvimport: Sorting TV programs
2007-12-17 20:34:11.000000 [13]: Xmltv: imported 128 channels, 0 programs status:tvguide.xml:No programs found; 
2007-12-17 20:34:11.015625 [13]: plugin:xmltv import done

Files:
Code:
2007-12-17  07:38         7903970 tvguide.xml
2007-12-10  21:03    <KAT>          TvLogos
2007-08-20  18:09            22599 xmltv.dtd

Nvm, works now. :D
 

netrom

Portal Member
February 28, 2007
14
1
Home Country
Norway Norway
Is it possible to ask for some more channels for norwegian setup:
Barnkanalen
SVT HD
Motors TV

Morten
 

heerfordt

Portal Pro
February 19, 2007
91
8
Hi,

No, I havent seen the gfeed stuff before, just went passed it. The data seems rather bit old and there are some channels missing ?. What do you suggest ?.


I only have :
Barnkanalen
SVT HD
Motors TV

with swedish text?.

/H.
 

netrom

Portal Member
February 28, 2007
14
1
Home Country
Norway Norway
I took a look at gfeed, but it is missing more channels than the Nordic EPG Service.

I only have :
Barnkanalen
SVT HD
Motors TV

with swedish text?.

For me it's not important if som of the EPG info is in swedish. Better to have it than not at all.
And antoher thing, is it possible to combine EPG info for NRK3 and NRKSuper, so that I dont need two seperate channels?
 

heerfordt

Portal Pro
February 19, 2007
91
8
Hi NetRom,

I have already added functionality, that gives you the ability to Replace/Merge EPG Channels. If you place a XSLT script called PostProcess.xslt in the EPG download folder the file will get processed on each download.

In Denmark we have some regional programs that gets transmitted on the same channel, so it needed to merge the different channels together. I have added a XSLT sample that merges TV2 Lorry into TV2.

http://www.heerfordt.com/files/PostProcess.xslt

I think it would fairly easy for you to do this merge, if you download the sample file and edit the following line:

<!-- Convert lorry ID's into TV2 -->
<xsl:when test="string()='041.heerfordt.com'">003.heerfordt.com</xsl:when>

Replace 041.heerfordt.com with 007.heerfordt.com
and 003.heerfordt.com with 006.heerfordt.com

Then all the NRK Super programs should be merge together with NRK3.. Try it.

/H
 

netrom

Portal Member
February 28, 2007
14
1
Home Country
Norway Norway
Hi.
It works great!

But I found out that the icon downloader does not like that the channel in the tvguide.xml file does not have an icon soruce.
Both NRK Super and FEM does not have a icon source. The downloader just stops... changed the source and the download worked!

Morten
 

heerfordt

Portal Pro
February 19, 2007
91
8
Ty, for finding that bug :D Wasent part of anyone testcases....

I have now corrected the problem. Did you get the XSLT stuff to work ?.
 

NikolajC

Portal Member
November 25, 2007
9
0
Got a question regarding the MCE tvserver client plugin. Would it be possible to use the channel names defined in TV server and not the default ones? In Denmark some analog channels are not named correctly (302, "showname" etc. etc.) so they make little sense. Thanks anyway for a great plugin. Are any updates planned?
 

Users who are viewing this thread

Top Bottom