MediaPortal Forums HTPC/MediaCenter

Go Back   MediaPortal Forum » MediaPortal 1 » Main Features (talk, share your ideas, get support) » Electronic Program Guide » WebEPG


WebEPG everything related to WebEPG in here

Reply
 
Thread Tools Display Modes
Old 2006-05-07, 13:51   #1 (permalink)
MP Donator
 
SweMart's Avatar
 
Join Date: Mar 2006
Location: Stockholm, Sweden
Age: 30
Posts: 355
Thanks: 8
Thanked 8 Times in 6 Posts

Country:

My System

Default WebEPG - Merging channels

Hi,

I have a small problem with WebEPG. Our local swedish DVB-T provider are making two channels share the same channel slot. Anything before 18.00 is "Barnkanalen" and everything after 18.00 is "Kunskapskanalen". The channel name is "Barn/Kunskapskanalen" in MP Setup->Channels.

The swedish WebEPG grabber has listings for both channels but they need to be combined, is there any way of doing this by editing the grabber XML or something?

Currently I'm solving this be running a small Perl script that changes the channelnames in tvguide.xml after WebEPG has finished. It would be cool if this could be solved directly in WebEPG

Cheers,
Martin
SweMart is offline   Reply With Quote
Old 2006-05-07, 13:56   #2 (permalink)
Portal Member
 
Join Date: Dec 2005
Posts: 78
Thanks: 10
Thanked 3 Times in 3 Posts

Country:


Default

There is a button called 'Combine' in the media portal configuration channel listings. I never really knew what it was for but maybe it's something to do with what you need.
Avigrace is offline   Reply With Quote
Old 2006-05-07, 17:38   #3 (permalink)
Portal Developer
 
Join Date: May 2005
Location: Switzerland
Posts: 1,348
Thanks: 4
Thanked 55 Times in 34 Posts


Default

At the moment this is not possible.

The Combine channel feature in MP is for joining Analog and Digital channels to use the same EPG.

/James
James is offline   Reply With Quote
Old 2006-05-07, 18:03   #4 (permalink)
Portal Member
 
CHli's Avatar
 
Join Date: Jul 2005
Location: Switzerland
Age: 27
Posts: 1,017
Thanks: 9
Thanked 3 Times in 3 Posts

My System

Default

This would be cool because I have the same kind of problem with Arte / France 5 which share the same channel.
CHli is offline   Reply With Quote
Old 2006-05-08, 11:17   #5 (permalink)
Portal Member
 
Hawkeye's Avatar
 
Join Date: Jan 2005
Location: Halle - Germany
Age: 30
Posts: 269
Thanks: 17
Thanked 4 Times in 4 Posts

Country:

My System

Send a message via ICQ to Hawkeye
Default

I would like to have this too because I've got this with "Kinderkanal" and "ZDF Doku".
__________________
I didn't do it, nobody saw me do it, there's no way you can prove anything!!!

Hawkeye is offline   Reply With Quote
Old 2006-05-12, 09:39   #6 (permalink)
Portal Developer
 
Join Date: Apr 2006
Posts: 199
Thanks: 0
Thanked 2 Times in 2 Posts


Default

There is a solution : Duplicate the channel
For example , with Arte / France 5
I consider you already have Arte in your channel list
(SweMart you will have to rename the 1st channel to Barnkanalen)
Go to MP setup , television/channels
Select Arte in the list and hit 'Edit'
Note every values needed to configure the second channel
( depends if you use analog or DVB-T )
Now click the 'Add' button to create a new channel, that you will name France 5.
Report all needed values.
Now in webEPG_conf , add the new channel and set the right grabber/channel for France 5.
SweMart, don't forget to rename the Original channel to Barnkanalen
Save all
Now in MP Guide, You have the 2 channels :
- Arte , with arte Programs
- France 5, with France 5 Progs

Now you can record the programs with the right names, and shedule recordings on each channel.
You just have to be carefull of wich channel is displayed at the time you sheduled the recording.
Hope it will help
Broceliande is offline   Reply With Quote
Old 2006-05-12, 11:10   #7 (permalink)
Portal Member
 
Hawkeye's Avatar
 
Join Date: Jan 2005
Location: Halle - Germany
Age: 30
Posts: 269
Thanks: 17
Thanked 4 Times in 4 Posts

Country:

My System

Send a message via ICQ to Hawkeye
Default

Quote:
Originally Posted by Broceliande
There is a solution : Duplicate the channel
For example , with Arte / France 5
I consider you already have Arte in your channel list
(SweMart you will have to rename the 1st channel to Barnkanalen)
Go to MP setup , television/channels
Select Arte in the list and hit 'Edit'
Note every values needed to configure the second channel
( depends if you use analog or DVB-T )
Now click the 'Add' button to create a new channel, that you will name France 5.
Report all needed values.
Now in webEPG_conf , add the new channel and set the right grabber/channel for France 5.
SweMart, don't forget to rename the Original channel to Barnkanalen
Save all
Now in MP Guide, You have the 2 channels :
- Arte , with arte Programs
- France 5, with France 5 Progs
That's the way I do it right now.

Quote:
Originally Posted by Broceliande
Now you can record the programs with the right names, and shedule recordings on each channel.
You just have to be carefull of wich channel is displayed at the time you sheduled the recording.
Hope it will help
And this is what annoys me. I don't want to have two channels for what is actual one...
__________________
I didn't do it, nobody saw me do it, there's no way you can prove anything!!!

Hawkeye is offline   Reply With Quote
Old 2006-06-25, 18:18   #8 (permalink)
Portal Developer
 
Join Date: May 2005
Location: Switzerland
Posts: 1,348
Thanks: 4
Thanked 55 Times in 34 Posts


Default

Hi guys,

Just added this feature. Will be in the next SVN build.

To use it you will need to add the following section to the WebEPG.xml configuration file:

Code:
<section name="MergeChannels">
    <entry name="Count">1</entry>
  </section>
  <section name="Merge1">
    <entry name="Channels">2</entry>
    <entry name="DisplayName">Arte + Kika</entry>
    <entry name="Channel1">kika.de</entry>
    <entry name="Start1">06:00</entry>
    <entry name="End1">19:00</entry>
    <entry name="Channel2">arte-tv.com</entry>  
    <entry name="Start2">19:00</entry>
    <entry name="End2">06:00</entry>
  </section>
At the moment it only works via manual configuration.

DisplayName - in this Merge section is the one that will be used for matching with the MP channel. The display names for the base channels (as set in the config program) will not be used. So these can be anything.

Channel1 - this needs to be the same as the ChannelID in the ChannelMap section.

You can merge more then 2 channels, this is not limited. There is no checking on the start/end times of each channel to be merged.

The rule is "channel start < program start < channel end". Feed back on weather is good or maybe "channel start <= program start < channel end" would be better?

Feedback bugs/comments here.

/James
James is offline   Reply With Quote
Old 2006-06-26, 09:02   #9 (permalink)
Portal Member
 
CHli's Avatar
 
Join Date: Jul 2005
Location: Switzerland
Age: 27
Posts: 1,017
Thanks: 9
Thanked 3 Times in 3 Posts

My System

Default

yeesss thanks James
CHli is offline   Reply With Quote
Old 2006-06-26, 23:55   #10 (permalink)
MP Donator
 
SweMart's Avatar
 
Join Date: Mar 2006
Location: Stockholm, Sweden
Age: 30
Posts: 355
Thanks: 8
Thanked 8 Times in 6 Posts

Country:

My System

Default

Many thanks! It seem to work 100%.

Two things that took me a while to understand:
1) I had to add both indivual channels using WebEPG-conf.exe.
2) Opening up WebEPG-conf.exe again and saving seem to remove the manually added entries in the .xml.
SweMart is offline   Reply With Quote
Reply

Bookmarks

Tags
merging, webepg

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 Off

Similar Threads
Thread Thread Starter Forum Replies Last Post
Gaps in displayed EPG from WebEPG and OzTiVo (Australia) Taipan fixed 0.2.0.0 bugs 13 2006-10-19 06:48
Why is my WebEPG doing this? TheMerovingian WebEPG 13 2006-07-10 21:59
A problem creating spanish TDT grabber for WEBEPG pegial WebEPG 7 2006-06-04 13:14
WebEPG does not work in Norway anymore? Dal WebEPG 4 2006-03-28 14:01
skystar2 usb not supported? felix968 General Support 8 2005-12-21 22:46


All times are GMT +1. The time now is 04:28.


Powered by vBulletin® Version 3.7.3
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Optimization by vBSEO 3.2.0 Protected by Akismet Blog with WordPress
Advertisement System V2.6 By   Branden