home
products
contribute
download
documentation
forum
Home
Forums
New posts
Search forums
What's new
New posts
All posts
Latest activity
Members
Registered members
Current visitors
Donate
Log in
Register
What's new
Search
Search
Search titles only
By:
New posts
Search forums
Search titles only
By:
Menu
Log in
Register
Navigation
Install the app
Install
More options
Contact us
Close Menu
Forums
MediaPortal 1
Support
Electronic Program Guide
xmlTV
WebGrab+Plus a new xmltv grabber
Contact us
RSS
JavaScript is disabled. For a better experience, please enable JavaScript in your browser before proceeding.
You are using an out of date browser. It may not display this or other websites correctly.
You should upgrade or use an
alternative browser
.
Reply to thread
Message
<blockquote data-quote="WG++Maker" data-source="post: 862688" data-attributes="member: 107812"><p>I see two problems:</p><p> </p><p>1 . The MediaPortal importer sees the entries as 'duplicate' which they are not, but I can understand that it filters entry that fully overlap because they cannot be displayed in a graphical epg listing.</p><p> </p><p>2. Your suggestion to use alternative additional channels is very hard to realize in WG++ , it requires a major update in a lot of routines in the code.</p><p> </p><p>However I worked out a 'poor mans' alternative which doesn't need any update of the program and tricks the Mediaportal importer into accepting the entries:</p><p> </p><p>It works by changing the 'zero' duration of the 'duplicate' entries into 2 minutes. It does that by adding this 2 minutes to the start time, so every next entry is positioned 2 minutes later. As extra the 'real' start time is added to the subtitle as a reminder .</p><p> </p><p>A listing example of this:</p><p> </p><p>[CODE] <programme start="20120428140000 +0200" stop="20120428140200 +0200" channel="Sky Fußball Bundesliga"></p><p> <title lang="de">Fußball</title></p><p> <sub-title lang="de">Bundesliga</sub-title></p><p> <desc lang="de">33. Spieltag: VfL Wolfsburg - Werder Bremen.(n)</desc></p><p> <category lang="de">Fußball</category></p><p> </programme></p><p> <programme start="20120428140200 +0200" stop="20120428140400 +0200" channel="Sky Fußball Bundesliga"></p><p> <title lang="de">Fußball</title></p><p> <sub-title lang="de">(starts at 14.00!) Bundesliga</sub-title></p><p> <desc lang="de">33. Spieltag, Konferenz: VfL Wolfsburg - SV Werder Bremen, Bayer 04 Leverkusen - Hannover 96, Hamburger SV - 1. FSV Mainz 05, 1899 Hoffenheim - 1. FC Nürnberg, FC Bayern München - VfB Stuttgart, SC Freiburg- 1. FC Köln, M'gladbach - FC Augsburg, 1. FC Kaiserslautern - Borussia Dortmund, FC Schalke 04 - Hertha BSC.(n)</desc></p><p> <category lang="de">Fußball</category></p><p> </programme></p><p> <programme start="20120428140400 +0200" stop="20120428140600 +0200" channel="Sky Fußball Bundesliga"></p><p> <title lang="de">Fußball</title></p><p> <sub-title lang="de">(starts at 14.00!) Bundesliga</sub-title></p><p> <desc lang="de">33. Spieltag: Bayer Leverkusen - Hannover 96.(n)</desc></p><p> <category lang="de">Fußball</category></p><p> </programme>[/CODE]</p><p> </p><p>etc..</p><p> </p><p>To get this use the siteini's in liga.rar and add the following channel settings in the config:</p><p> </p><p><channel update="i" site="tvtv.de.liga" site_id="4118" xmltv_id="Sky Fußball BuLiga">Sky Fußball BuLiga</channel></p><p><channel update="i" site="tvtoday.de.liga" site_id="BULI" xmltv_id="Sky Fußball Bundesliga">Sky Fußball Bundesliga</channel></p><p> </p><p>Also set the minutesskip to 1 minute like <skip>8,1</skip></p><p> </p><p>I hope this is usefull .. WG++Maker .. Jan</p></blockquote><p></p>
[QUOTE="WG++Maker, post: 862688, member: 107812"] I see two problems: 1 . The MediaPortal importer sees the entries as 'duplicate' which they are not, but I can understand that it filters entry that fully overlap because they cannot be displayed in a graphical epg listing. 2. Your suggestion to use alternative additional channels is very hard to realize in WG++ , it requires a major update in a lot of routines in the code. However I worked out a 'poor mans' alternative which doesn't need any update of the program and tricks the Mediaportal importer into accepting the entries: It works by changing the 'zero' duration of the 'duplicate' entries into 2 minutes. It does that by adding this 2 minutes to the start time, so every next entry is positioned 2 minutes later. As extra the 'real' start time is added to the subtitle as a reminder . A listing example of this: [CODE] <programme start="20120428140000 +0200" stop="20120428140200 +0200" channel="Sky Fußball Bundesliga"> <title lang="de">Fußball</title> <sub-title lang="de">Bundesliga</sub-title> <desc lang="de">33. Spieltag: VfL Wolfsburg - Werder Bremen.(n)</desc> <category lang="de">Fußball</category> </programme> <programme start="20120428140200 +0200" stop="20120428140400 +0200" channel="Sky Fußball Bundesliga"> <title lang="de">Fußball</title> <sub-title lang="de">(starts at 14.00!) Bundesliga</sub-title> <desc lang="de">33. Spieltag, Konferenz: VfL Wolfsburg - SV Werder Bremen, Bayer 04 Leverkusen - Hannover 96, Hamburger SV - 1. FSV Mainz 05, 1899 Hoffenheim - 1. FC Nürnberg, FC Bayern München - VfB Stuttgart, SC Freiburg- 1. FC Köln, M'gladbach - FC Augsburg, 1. FC Kaiserslautern - Borussia Dortmund, FC Schalke 04 - Hertha BSC.(n)</desc> <category lang="de">Fußball</category> </programme> <programme start="20120428140400 +0200" stop="20120428140600 +0200" channel="Sky Fußball Bundesliga"> <title lang="de">Fußball</title> <sub-title lang="de">(starts at 14.00!) Bundesliga</sub-title> <desc lang="de">33. Spieltag: Bayer Leverkusen - Hannover 96.(n)</desc> <category lang="de">Fußball</category> </programme>[/CODE] etc.. To get this use the siteini's in liga.rar and add the following channel settings in the config: <channel update="i" site="tvtv.de.liga" site_id="4118" xmltv_id="Sky Fußball BuLiga">Sky Fußball BuLiga</channel> <channel update="i" site="tvtoday.de.liga" site_id="BULI" xmltv_id="Sky Fußball Bundesliga">Sky Fußball Bundesliga</channel> Also set the minutesskip to 1 minute like <skip>8,1</skip> I hope this is usefull .. WG++Maker .. Jan [/QUOTE]
Insert quotes…
Verification
Post reply
Forums
MediaPortal 1
Support
Electronic Program Guide
xmlTV
WebGrab+Plus a new xmltv grabber
Contact us
RSS
Top
Bottom