MediaPortal Forums HTPC/MediaCenter

Sponsored Ads

Go Back   MediaPortal Forum » MediaPortal TV-Server 1 » General Talk

General Talk Talk about the MediaPortal TV-Server

Reply
 
LinkBack Thread Tools Display Modes
Old 2007-12-17, 19:26   #21 (permalink)
Portal Member
 
Join Date: Apr 2006
Age: 34
Posts: 157
Thanks: 0
Thanked 2 Times in 2 Posts

Country:


Default

Quote:
Originally Posted by heerfordt View Post
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:

Quote:
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.
__________________
OnFile Monitor - Automated file actions.
http://member.drunkdragons.com/zion/onfile

Last edited by zion22; 2007-12-17 at 20:03. Reason: Automerged Doublepost
zion22 is offline   Reply With Quote
Old 2007-12-18, 13:03   #22 (permalink)
Portal Member
 
Join Date: Feb 2007
Posts: 13
Thanks: 1
Thanked 1 Time in 1 Post

Country:

My System

Default

Is it possible to ask for some more channels for norwegian setup:
Barnkanalen
SVT HD
Motors TV

Morten
netrom is offline   Reply With Quote
Old 2007-12-18, 22:04   #23 (permalink)
Super Moderator
 
Spragleknas's Avatar
 
Join Date: Dec 2005
Location: Rogaland
Age: 32
Posts: 3,167
Thanks: 124
Thanked 52 Times in 43 Posts

Country:

My System

Default

Hi!

For Norway, have you checked gFeed?
http://www.gfeed.info/
Data: http://epg.gfeed.info/xmltv/00index.html

Forum: http://mspc.no/board/
Contact person@ forum: ChristianW

Please read: http://mspc.no/board/index.php?topic=31.0 (Norwegian - but I guess you can understand it IF you are Scandinavian?)
Spragleknas is online now   Reply With Quote
Old 2007-12-19, 00:49   #24 (permalink)
Portal Member
 
Join Date: Feb 2007
Posts: 80
Thanks: 0
Thanked 7 Times in 3 Posts


Default

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.
heerfordt is offline   Reply With Quote
Old 2007-12-19, 10:17   #25 (permalink)
Portal Member
 
Join Date: Feb 2007
Posts: 13
Thanks: 1
Thanked 1 Time in 1 Post

Country:

My System

Default

I took a look at gfeed, but it is missing more channels than the Nordic EPG Service.

Quote:
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?
netrom is offline   Reply With Quote
Old 2007-12-19, 13:15   #26 (permalink)
Portal Member
 
Join Date: Feb 2007
Posts: 80
Thanks: 0
Thanked 7 Times in 3 Posts


Default

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
heerfordt is offline   Reply With Quote
Old 2007-12-19, 15:36   #27 (permalink)
Portal Member
 
Join Date: Feb 2007
Posts: 13
Thanks: 1
Thanked 1 Time in 1 Post

Country:

My System

Default

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
netrom is offline   Reply With Quote
Old 2007-12-19, 17:23   #28 (permalink)
Portal Member
 
Join Date: Feb 2007
Posts: 80
Thanks: 0
Thanked 7 Times in 3 Posts


Default

Ty, for finding that bug Wasent part of anyone testcases....

I have now corrected the problem. Did you get the XSLT stuff to work ?.
heerfordt is offline   Reply With Quote
Old 2007-12-19, 19:28   #29 (permalink)
Portal Member
 
Join Date: Nov 2007
Posts: 8
Thanks: 0
Thanked 0 Times in 0 Posts


Default

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?
NikolajC is offline   Reply With Quote
Old 2007-12-19, 20:26   #30 (permalink)
Portal Member
 
Join Date: Feb 2007
Posts: 80
Thanks: 0
Thanked 7 Times in 3 Posts


Default

Hi,

I have just issued a patch, so that the DisplayName is prefered. You can try it... havent tested it.

http://www.heerfordt.com/files/binaryx86.zip


I have not planned any future releases for the plugin.. as it currently fulfill my requirements.

/H.
heerfordt is offline   Reply With Quote
Reply

Bookmarks

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On
Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
EPG Downloader Service for TV Server ONLY Big_Kev Electronic Program Guide 88 2008-07-04 04:04
Ten Foot Browser and Utilities AndyH Tips and Tricks 17 2007-09-13 15:42
Email reader added to the Ten Foot Browser and utilities AndyH Tips and Tricks 0 2007-02-28 00:54
Service Unavailable Henry Mac Website/Forum/Wiki Feedback 3 2007-01-06 18:20


All times are GMT +1. The time now is 23:18.


Powered by vBulletin® Version 3.7.2
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Integrated by BBpixel ©2004-2008, jvbPlugin

Search Engine Optimization by vBSEO 3.2.0 Protected by Akismet Blog with WordPress