[Plugin] [CLOSED] WOL-PowerManager (4 Viewers)

Status
Not open for further replies.

nobru26

Portal Pro
October 9, 2006
60
0
France
Home Country
France France
HELLO!

What a real wonderfull plugin! I love it!
I tried to make it functionnal with MP 1.2.1:

After installing it, i can configure it without problems, on the first MP start all is OK, i can see my server online or offline, and WOL works great!
If i stop MP and restart it i've got an error of MP "stopped working, blabla..." but MP still works, not the plugin! Can't see may server informations :confused:

I don't know why on MP close, somthing or the plugin is creating a WOLPowerManager.xml.bak and change the original WOLPowerManager.xml, i can see it with modified time.
And in the original, just after saving my settings i can see:
<?xml version="1.0" encoding="utf-8"?>
<profile>
<section name="WOLPowerManager">
<entry name="ServersCount">1</entry>
<entry name="Computername0">WHS</entry>
<entry name="IP0">192.168.X.XX</entry>:cool:
<entry name="MAC0">XX:XX:XX:XX:XX:XX</entry>:cool: (XX is replaced by me)
<entry name="StartupWOL0">True</entry>
<entry name="PluginsCount">3</entry>
<entry name="ManualWOL">no</entry>
<entry name="WaitTime">30</entry>
<entry name="RemoteButton">9978</entry>
<entry name="IntervalCheck">yes</entry>
<entry name="IntervalTime">30</entry>
<entry name="PingOverIP">no</entry>
<entry name="Check0">True</entry>
<entry name="Pluginname0">mvCentral</entry>
<entry name="Servername0">WHS</entry>
<entry name="PluginID0">112011</entry>
<entry name="Check1">True</entry>
<entry name="Pluginname1">MovingPictures</entry>
<entry name="Servername1">WHS</entry>
<entry name="PluginID1">96742</entry>
<entry name="Check2">True</entry>
<entry name="Pluginname2">TVSeries</entry>
<entry name="Servername2">WHS</entry>
<entry name="PluginID2">9811</entry>
<entry name="Check3">True</entry>
<entry name="Pluginname3">mytvFullScreen</entry>
<entry name="Servername3">WHS</entry>
<entry name="PluginID3">602</entry>
<entry name="Check4">True</entry>
<entry name="Pluginname4">myvideo</entry>
<entry name="Servername4">WHS</entry>
<entry name="PluginID4">6</entry>
<entry name="Check5">True</entry>
<entry name="Pluginname5">TVSeries</entry>
<entry name="Servername5">WHS</entry>
<entry name="PluginID5">9811</entry>
</section>
</profile>

AND in the one created at MP close:
<?xml version="1.0" encoding="utf-8"?>
<profile>
<section name="WOLPowerManager">
<entry name="ServersCount">1</entry>
<entry name="Computername0">WHS</entry>
<entry name="IP0">fe80::148f:983:8d5d:aac9%11</entry>:confused:
<entry name="MAC0">14:da:e9:6e:41:bd</entry>:confused:
<entry name="StartupWOL0">True</entry>
<entry name="PluginsCount">3</entry>
<entry name="ManualWOL">no</entry>
<entry name="WaitTime">30</entry>
<entry name="RemoteButton">9978</entry>
<entry name="IntervalCheck">yes</entry>
<entry name="IntervalTime">30</entry>
<entry name="PingOverIP">no</entry>
<entry name="Check0">True</entry>
<entry name="Pluginname0">mvCentral</entry>
<entry name="Servername0">WHS</entry>
<entry name="PluginID0">112011</entry>
<entry name="Check1">True</entry>
<entry name="Pluginname1">MovingPictures</entry>
<entry name="Servername1">WHS</entry>
<entry name="PluginID1">96742</entry>
<entry name="Check2">True</entry>
<entry name="Pluginname2">TVSeries</entry>
<entry name="Servername2">WHS</entry>
<entry name="PluginID2">9811</entry>
<entry name="Check3">True</entry>
<entry name="Pluginname3">mytvFullScreen</entry>
<entry name="Servername3">WHS</entry>
<entry name="PluginID3">602</entry>
<entry name="Check4">True</entry>
<entry name="Pluginname4">myvideo</entry>
<entry name="Servername4">WHS</entry>
<entry name="PluginID4">6</entry>
<entry name="Check5">True</entry>
<entry name="Pluginname5">TVSeries</entry>
<entry name="Servername5">WHS</entry>
<entry name="PluginID5">9811</entry>
</section>
</profile>

I think there is a problem in this 2 lines, the automated backup of this file had a problem:mad: and if i manually replace the xml by the xml.bak, all works fine to the next restart!

Is there someone who can resolve this and undertand the mistake?

:D
 

seppi2204

Portal Pro
December 8, 2010
103
56
Stuttgart
Home Country
Germany Germany
AW: Re: [Plugin] WOL-PowerManager

HELLO!

What a real wonderfull plugin! I love it!
I tried to make it functionnal with MP 1.2.1:

After installing it, i can configure it without problems, on the first MP start all is OK, i can see my server online or offline, and WOL works great!
If i stop MP and restart it i've got an error of MP "stopped working, blabla..." but MP still works, not the plugin! Can't see may server informations :confused:

I don't know why on MP close, somthing or the plugin is creating a WOLPowerManager.xml.bak and change the original WOLPowerManager.xml, i can see it with modified time.
And in the original, just after saving my settings i can see:
<?xml version="1.0" encoding="utf-8"?>
<profile>
<section name="WOLPowerManager">
<entry name="ServersCount">1</entry>
<entry name="Computername0">WHS</entry>
<entry name="IP0">192.168.X.XX</entry>:cool:
<entry name="MAC0">XX:XX:XX:XX:XX:XX</entry>:cool: (XX is replaced by me)
<entry name="StartupWOL0">True</entry>
<entry name="PluginsCount">3</entry>
<entry name="ManualWOL">no</entry>
<entry name="WaitTime">30</entry>
<entry name="RemoteButton">9978</entry>
<entry name="IntervalCheck">yes</entry>
<entry name="IntervalTime">30</entry>
<entry name="PingOverIP">no</entry>
<entry name="Check0">True</entry>
<entry name="Pluginname0">mvCentral</entry>
<entry name="Servername0">WHS</entry>
<entry name="PluginID0">112011</entry>
<entry name="Check1">True</entry>
<entry name="Pluginname1">MovingPictures</entry>
<entry name="Servername1">WHS</entry>
<entry name="PluginID1">96742</entry>
<entry name="Check2">True</entry>
<entry name="Pluginname2">TVSeries</entry>
<entry name="Servername2">WHS</entry>
<entry name="PluginID2">9811</entry>
<entry name="Check3">True</entry>
<entry name="Pluginname3">mytvFullScreen</entry>
<entry name="Servername3">WHS</entry>
<entry name="PluginID3">602</entry>
<entry name="Check4">True</entry>
<entry name="Pluginname4">myvideo</entry>
<entry name="Servername4">WHS</entry>
<entry name="PluginID4">6</entry>
<entry name="Check5">True</entry>
<entry name="Pluginname5">TVSeries</entry>
<entry name="Servername5">WHS</entry>
<entry name="PluginID5">9811</entry>
</section>
</profile>

AND in the one created at MP close:
<?xml version="1.0" encoding="utf-8"?>
<profile>
<section name="WOLPowerManager">
<entry name="ServersCount">1</entry>
<entry name="Computername0">WHS</entry>
<entry name="IP0">fe80::148f:983:8d5d:aac9%11</entry>:confused:
<entry name="MAC0">14:da:e9:6e:41:bd</entry>:confused:
<entry name="StartupWOL0">True</entry>
<entry name="PluginsCount">3</entry>
<entry name="ManualWOL">no</entry>
<entry name="WaitTime">30</entry>
<entry name="RemoteButton">9978</entry>
<entry name="IntervalCheck">yes</entry>
<entry name="IntervalTime">30</entry>
<entry name="PingOverIP">no</entry>
<entry name="Check0">True</entry>
<entry name="Pluginname0">mvCentral</entry>
<entry name="Servername0">WHS</entry>
<entry name="PluginID0">112011</entry>
<entry name="Check1">True</entry>
<entry name="Pluginname1">MovingPictures</entry>
<entry name="Servername1">WHS</entry>
<entry name="PluginID1">96742</entry>
<entry name="Check2">True</entry>
<entry name="Pluginname2">TVSeries</entry>
<entry name="Servername2">WHS</entry>
<entry name="PluginID2">9811</entry>
<entry name="Check3">True</entry>
<entry name="Pluginname3">mytvFullScreen</entry>
<entry name="Servername3">WHS</entry>
<entry name="PluginID3">602</entry>
<entry name="Check4">True</entry>
<entry name="Pluginname4">myvideo</entry>
<entry name="Servername4">WHS</entry>
<entry name="PluginID4">6</entry>
<entry name="Check5">True</entry>
<entry name="Pluginname5">TVSeries</entry>
<entry name="Servername5">WHS</entry>
<entry name="PluginID5">9811</entry>
</section>
</profile>

I think there is a problem in this 2 lines, the automated backup of this file had a problem:mad: and if i manually replace the xml by the xml.bak, all works fine to the next restart!

Is there someone who can resolve this and undertand the mistake?

:D

Probably this is caused by a new found IP Address of your WHS Server. WOL-PowerManager all the time scans if there was a change of the Server and if there was it will save it to the xml after closing MP. Now It's a little bit strange why the IPV6 Address will be returned. Are you using IPV6 in your LAN? If you don't use it you could try to deactivate in the Windows Preferences. Otherwise you could Ping over the IP (checkbox in WOL-PowerManager Conf), this deactivates the scanning for a new IP and should also fix this issue.
Hope this solves your issue.

Greez
 

nobru26

Portal Pro
October 9, 2006
60
0
France
Home Country
France France
Hi!

I tried quickely at lunch break, and checking the "use IP instead of Domain" seems to give good results, i'll try more this evenning.:D

Another question, is there a way by changing code to change the Y position of the overlay in main screen of mediaportal StreamedMP? And reduce the number of visible watchable servers, i've got only 2 servers to monitor and don't need 4.
Could you give me the lines of XML code to modify?

Thanks
 

juro

Portal Pro
March 23, 2009
1,123
64
Home Country
Germany Germany
AW: [Plugin] WOL-PowerManager

Hi Seppi,
thanks your Plug In.
I am not sure about the Remote control integration. How can I configure that? I use an X10 remote controll.

THx

Juro
 

DaHitMan

Portal Member
February 15, 2010
11
0
Home Country
Germany Germany
Hi,

this plugin looks great and just what i am looking for. I have a dedicated tvserver and don't want it running 24/7.

Unfortunately the plugin does not work in my case. I am using MP 1.2.2 and when i install the plugin i get the message: "Exception in plugin setupform loading: Device not ready".
Then, after installation when i try to configure the plugin the error message pops up again "device not ready" and i can't configure the plugin

Any ideas how to fix this?

Thanks in advance
 

LJG

Retired Team Member
  • Premium Supporter
  • March 3, 2012
    457
    179
    Home Country
    United Kingdom United Kingdom
    Hello, thanks for the plug-in, I find it really useful.

    I am having a little problem though, and I wonder if it could be caused by the plug in, or it may be something else going wrong with my HTPC.

    I am having random crashes, they manifest themselves by the computer completely freezing during video playback, but the audio continuing in a garbled or 1 second loop. I have to hit the reset switch on the HTPC to get Windows to restart and then it is okay for a while, but the crash may (or may not) return during that session. If it is going to happen it usually happens about an hour after starting MediaPortal.

    I think the problem started around about the time I installed the WOL plug in, so just wondering if it could be related?

    Many thanks

    lisa
     

    Lehmden

    Retired Team Member
  • Premium Supporter
  • December 17, 2010
    12,562
    3,944
    Lehmden
    Home Country
    Germany Germany
    Hi.
    I think the problem started around about the time I installed the WOL plug in, so just wondering if it could be related?
    I don't belive it is. I've similar issues on a client without WOLPowerManager running and on other Cllient with WOLPowerManger I don't have...
     

    LJG

    Retired Team Member
  • Premium Supporter
  • March 3, 2012
    457
    179
    Home Country
    United Kingdom United Kingdom
    Hi.
    I think the problem started around about the time I installed the WOL plug in, so just wondering if it could be related?
    I don't belive it is. I've similar issues on a client without WOLPowerManager running and on other Cllient with WOLPowerManger I don't have...

    Ah, thanks for the reply. So, it's likely to be a MediaPortal problem rather than my hardware? Do you know if this is discussed anywhere else, or should I start a new thread about it? Thanks again.
     

    seppi2204

    Portal Pro
    December 8, 2010
    103
    56
    Stuttgart
    Home Country
    Germany Germany
    Hi.
    I think the problem started around about the time I installed the WOL plug in, so just wondering if it could be related?
    I don't belive it is. I've similar issues on a client without WOLPowerManager running and on other Cllient with WOLPowerManger I don't have...

    Ah, thanks for the reply. So, it's likely to be a MediaPortal problem rather than my hardware? Do you know if this is discussed anywhere else, or should I start a new thread about it? Thanks again.

    never heard from this mediaportal bug before. This seems more like a misconfigured Windows system to me. Maybe you have to check your standby preferences. Or maybe your graphic card is getting to hot? These are only some suggestions, I don't know if any of these really produce your kind of error.
     
    Status
    Not open for further replies.

    Users who are viewing this thread

    Top Bottom