Normal
So did you check it? ;-)I'm not sure what to make of your logfile. It shows you used a myTV script but that's about all. Perhaps you need the xbmc.old.log. You should be getting entries like this:[CODE]02:56:20 T:4072 M:649748480 NOTICE: -->Python Interpreter Initialized<--02:56:20 T:4072 M:649748480 NOTICE:02:56:20 T:4072 M:647426048 NOTICE: Connection made[/CODE]as soon as the XBMC plug-in connects to the MP plug-in and negotiates the correct protocol version, and you should see something in the stand-alone MP plug-in. If you don't get anything on either, you might not have the networking sorted out. Make sure you can "telnet localhost 9596" on the MP server and get the black screen with no echo (type "telnet<enter>" and then "help<enter>" to confirm it's all OK).I can see we could do with some more logging. I'll see about adding this stuff soon.
So did you check it? ;-)
I'm not sure what to make of your logfile. It shows you used a myTV script but that's about all. Perhaps you need the xbmc.old.log. You should be getting entries like this:
[CODE]
02:56:20 T:4072 M:649748480 NOTICE: -->Python Interpreter Initialized<--
02:56:20 T:4072 M:649748480 NOTICE:
02:56:20 T:4072 M:647426048 NOTICE: Connection made
[/CODE]
as soon as the XBMC plug-in connects to the MP plug-in and negotiates the correct protocol version, and you should see something in the stand-alone MP plug-in. If you don't get anything on either, you might not have the networking sorted out. Make sure you can "telnet localhost 9596" on the MP server and get the black screen with no echo (type "telnet<enter>" and then "help<enter>" to confirm it's all OK).
I can see we could do with some more logging. I'll see about adding this stuff soon.