Thanks for the reply. 1-3 are not the issue. 4 is obvious to me but what log file would this be in? The regular MP log or the TV-Service log?
Here is what the developer wrote back to me, which seems to indicate MP needs some updating:
-----------------------------------------------------------
Unfortunately I don't have any experience with Media Portal.
It seems like Media Portal has some problem as you aren't the first to
report it. Other PVR software is working fine. The xmltv.xml file is
valid according to the xmltv.dtd definition (using xmllint) so I can
only guess it is a problem within Media Portal?
Here is what I wrote to someone else recently:
===
If I try to think about what is different in the xmltv.xml (compared
to the one from the legacy service) I can only point to the "<icon"
lines, and maybe the channel IDs having more "."'s in them. (for subchannels)?
If you download sed (a command line search and replace utility) and
remove them from your tvguide.xml, perhaps that might work? I am just
making a wild guess.
If you want to try:
Download & install: http://gnuwin32.sourceforge.net/packages/sed.htm
(complete package)
Run (change paths): c:\path\sed\bin\sed.exe "/<icon/d" c:\tvguide.xml
> c:\tvguidenew.xml
That command removes all <icon... lines from tvguide.xml and outputs
tvguidenew.xml
And then try to import tvguidenew.xml (or copy it over tvguide.xml)
Again, it is just a wild guess and could be completely wrong. But I
would like to know what the problem is as it could help other Media
Portal users.
=====
Maybe if you edit the .xml in a text editor and cut it down to 1
channel and 1 program & try to import it, and delete/change lines
until it works you can narrow down the issue?
If there is some problem with the xml file I'd be happy to fix it, I
just don't know what it is since it validates as per the definition
file.
-----------------------------------------------------------
Here is what the developer wrote back to me, which seems to indicate MP needs some updating:
-----------------------------------------------------------
Unfortunately I don't have any experience with Media Portal.
It seems like Media Portal has some problem as you aren't the first to
report it. Other PVR software is working fine. The xmltv.xml file is
valid according to the xmltv.dtd definition (using xmllint) so I can
only guess it is a problem within Media Portal?
Here is what I wrote to someone else recently:
===
If I try to think about what is different in the xmltv.xml (compared
to the one from the legacy service) I can only point to the "<icon"
lines, and maybe the channel IDs having more "."'s in them. (for subchannels)?
If you download sed (a command line search and replace utility) and
remove them from your tvguide.xml, perhaps that might work? I am just
making a wild guess.
If you want to try:
Download & install: http://gnuwin32.sourceforge.net/packages/sed.htm
(complete package)
Run (change paths): c:\path\sed\bin\sed.exe "/<icon/d" c:\tvguide.xml
> c:\tvguidenew.xml
That command removes all <icon... lines from tvguide.xml and outputs
tvguidenew.xml
And then try to import tvguidenew.xml (or copy it over tvguide.xml)
Again, it is just a wild guess and could be completely wrong. But I
would like to know what the problem is as it could help other Media
Portal users.
=====
Maybe if you edit the .xml in a text editor and cut it down to 1
channel and 1 program & try to import it, and delete/change lines
until it works you can narrow down the issue?
If there is some problem with the xml file I'd be happy to fix it, I
just don't know what it is since it validates as per the definition
file.
-----------------------------------------------------------