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
XML error when importing data to MP
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="RonD" data-source="post: 1086519" data-attributes="member: 117536"><p>There is a problem with the stop date/time in your "error" tvguide.xml file. If you open a cmd.exe window, cd to the folder with your tvguide.xml file and type the following command</p><p></p><p>findstr "20000000000000" tvguide.xml</p><p></p><p>There are lots of bad stop times = 20000000000000. If I use notepad++ to open/edit tvguide.xml, search for 20000000000000, it looks like this happens on the last programme for each channel before switching to the next channel. Hard to tell for sure it is only the last show. Not sure why your tvguide.xml file has the problem or how to fix the problem, but a typical example is shown below.</p><p></p><p>EDIT/COMMENT</p><p>The "good" tvguide.xml file does not show this strange stop time. Don't know why xmltv plugin gets into trouble trying to import this file. But a strange stop time 14+ years before the start time is a very strange combination of dates/times.</p><p></p><p>[code]</p><p>#### last good start/stop time</p><p><programme start="20140619050000 +0200" stop="20140619053000 +0200" channel="BBC World"></p><p><title lang="sl">BBC World News</title></p><p><desc lang="sl">The latest international news from the BBC.</desc></p><p><category lang="sl">Informativni program</category></p><p></programme></p><p>#### good start, bad stop</p><p><programme start="20140619053000 +0200" stop="20000000000000 +0200" channel="BBC World"></p><p><title lang="sl">HARDtalk</title></p><p><desc lang="sl">Stephen Sackur talks to newsmakers and personalities from across the globe.</desc></p><p><category lang="sl">Informativni program</category></p><p></programme></p><p>#### next channel, good start/stop times.</p><p><programme start="20140612060000 +0200" stop="20140612071000 +0200" channel="MTV Adria"></p><p><title lang="sl">Morning Mix</title></p><p><category lang="sl">Razvedrilni program</category></p><p></programme></p><p>[/code]</p></blockquote><p></p>
[QUOTE="RonD, post: 1086519, member: 117536"] There is a problem with the stop date/time in your "error" tvguide.xml file. If you open a cmd.exe window, cd to the folder with your tvguide.xml file and type the following command findstr "20000000000000" tvguide.xml There are lots of bad stop times = 20000000000000. If I use notepad++ to open/edit tvguide.xml, search for 20000000000000, it looks like this happens on the last programme for each channel before switching to the next channel. Hard to tell for sure it is only the last show. Not sure why your tvguide.xml file has the problem or how to fix the problem, but a typical example is shown below. EDIT/COMMENT The "good" tvguide.xml file does not show this strange stop time. Don't know why xmltv plugin gets into trouble trying to import this file. But a strange stop time 14+ years before the start time is a very strange combination of dates/times. [code] #### last good start/stop time <programme start="20140619050000 +0200" stop="20140619053000 +0200" channel="BBC World"> <title lang="sl">BBC World News</title> <desc lang="sl">The latest international news from the BBC.</desc> <category lang="sl">Informativni program</category> </programme> #### good start, bad stop <programme start="20140619053000 +0200" stop="20000000000000 +0200" channel="BBC World"> <title lang="sl">HARDtalk</title> <desc lang="sl">Stephen Sackur talks to newsmakers and personalities from across the globe.</desc> <category lang="sl">Informativni program</category> </programme> #### next channel, good start/stop times. <programme start="20140612060000 +0200" stop="20140612071000 +0200" channel="MTV Adria"> <title lang="sl">Morning Mix</title> <category lang="sl">Razvedrilni program</category> </programme> [/code] [/QUOTE]
Insert quotes…
Verification
Post reply
Forums
MediaPortal 1
Support
Electronic Program Guide
XML error when importing data to MP
Contact us
RSS
Top
Bottom