PowerScheduler++ 1.4.0.x - Stable versions for MediaPortal 1.4 (1 Viewer)

Testudo

Portal Pro
November 12, 2007
172
46
Home Country
Germany Germany
AW: PowerScheduler++ 1.2.1.2 - Stable version for MediaPortal 1.2.1 FINAL

Could you please advise: I want my single-set to reboot after wakeup from standby(hybrid). What should I enter. I entered shutdown.exe /r /f /t 0 but this is not working out.

Thanks

Hi,
I think, "/t 0" isn't allowed.

(sorry for German code, but I have no English Windows)
Code:
Syntax: shutdown [-l | -s | -r | -a] [-f] [-m \\Computer] [-t xx]
                 [-c "Kommentar"] [-d up:xx:yy]

  Keine Argumente Zeigt diese Meldung an (wie -?).
  -i              Zeigt eine grafische Benutzeroberfläche an (muss die erste
                  Option sein).
  -l              Abmelden (kann nicht mit der Option -m verwendet werden).
  -s              Fährt den Computer herunter.
  -r              Fährt den Computer herunter und startet ihn neu.
  -a              Bricht das Herunterfahren des Systems ab.
  -m \\Computer   Remotecomputer zum Herunterfahren/Neustarten/Abbrechen.
  -t xx           Zeitlimit für das Herunterfahren, in xx Sekunden.
  -c "Kommentar"  Kommentar für das Herunterfahren (maximal 127 Zeichen).
  -f              Erzwingt das Schließen ausgeführter Anwendungen ohne Warnung.
  -d [u][p]:xx:yy Grund (Code) für das Herunterfahren:
                  u = Benutzercode
                  p = Code für geplantes Herunterfahren
                  xx = Hauptgrund (positive ganze Zahl kleiner als 256)
                  yy = Weiterer Grund (positive ganze Zahl kleiner als 65536)

"0" isn't a positive number.

Regards
Testudo
 

joystick

MP Donator
  • Premium Supporter
  • January 26, 2006
    892
    39
    Home Country
    Germany Germany
    AW: PowerScheduler++ 1.2.1.2 - Stable version for MediaPortal 1.2.1 FINAL

    could someone do me a favour and send me the 1.2.0 ORIGINAL Powerscheduler dll, because I did not get it back after a uninstall....

    thanks a lot!

    cheers
    joystick
     

    evilgroby

    Portal Pro
    February 2, 2011
    355
    11
    Home Country
    Germany Germany
    AW: PowerScheduler++ 1.2.1.2 - Stable version for MediaPortal 1.2.1 FINAL

    here, i have the same problem.
    installed mepo again and copy the required dll.

    in my case only this worked well:
    1: open mepo config => disable powerscheduler++
    2: open tv config => disable powerscheduler++
    3: stop tvservice.exe
    4: uninstall powerscheduler++
    5: copy the dll
    6: restart tvservice.exe
     

    Attachments

    • MePoPowerscheduler.7z
      55.1 KB

    michael_t

    Portal Pro
    November 30, 2008
    1,258
    813
    Home Country
    Germany Germany
    AW: Re: PowerScheduler++ 1.2.1.2 - Stable version for MediaPortal 1.2.1 FINAL

    here, i have the same problem.
    installed mepo again and copy the required dll.

    in my case only this worked well:
    1: open mepo config => disable powerscheduler++
    2: open tv config => disable powerscheduler++
    3: stop tvservice.exe
    4: copy the dll
    5: restart tvservice.exe
    There are 3 dlls that have to be copied to four locations to manually install / uninstall PS++:
    • PowerScheduler.dll to ...\MediaPortal TVServer\Plugins\
    • PowerSchedulerClientPlugin.dll to ...\MediaPortal\plugins\process\
    • PowerScheduler.Interfaces.dll to ...\MediaPortal TVServer\ and to ...\MediaPortal\
    To change them manually neither the tvservice.exe nor the MP client must be running (no need to disable PS++ plugins before). But manual uninstall is not recommended, since it confuses the MP Extension Installer which does not recognize the manual uninstall and thus could save the wrong files on the next installation, which makes things worse and worse.

    If the uninstallation by MPEI does not work correctly, you should make sure that MPEI thinks that the PS++ plugin is no longer installed. If not, redo the Uninstall from MPEI until PS++ is not shown as installed plugin in MPEI any more. Then - if still something is wrong - you should do an uninstall of MP and MP TV-Server (choose the option to keep all settings and the database) and reinstall them again. This is the easiest and safest way to get back a clean system.

    If you notice problems on installing / uninstalling PS++ on your system very often, you could stop tvservice manually before installing / uninstalling PS++. This helps sometimes.

    Michael

    Hi

    I've got some special question concerning my network.

    Is it possible to configure PowerScheduler so that the system only goes to standby when all client pcs are switched off (or in standby)?

    I want to use my htpc server as data server and this functionality would be really great.

    I'll would use it like this:
    1) Always when a client pc is started Eventghost sends a wake on lan command to the server => it starts
    2) After this the tv server should not shutdown before all clients are shutdown.
    3) The user has the possibility to use the server shares like normal hdds on his system.

    Thx 4 ur help.
    If you have MP and PS(++) client plugin running on the client pcs, this will work out of the box. The server (running MP TV-Server and PS++ server plugin) will only go to standby after the last client is switched off or in standby.

    Michael
     

    evilgroby

    Portal Pro
    February 2, 2011
    355
    11
    Home Country
    Germany Germany
    AW: PowerScheduler++ 1.2.1.2 - Stable version for MediaPortal 1.2.1 FINAL

    correct, i forgot one step: to uninstall powerscheduler++ (correct my post above).
    if i didnt disable the plugins i get error-messages. this happened on two different systems.
    so i figure out that this is the only way for me to make it work clean.

    but maybe it is a problem of my configuration and not a problem with powerscheduler++
     

    hafblade

    Portal Pro
    January 19, 2011
    675
    290
    Trier, Germany
    Home Country
    Germany Germany
    Re: AW: Re: PowerScheduler++ 1.2.1.2 - Stable version for MediaPortal 1.2.1 FINAL

    If you have MP and PS(++) client plugin running on the client pcs, this will work out of the box. The server (running MP TV-Server and PS++ server plugin) will only go to standby after the last client is switched off or in standby.

    Michael

    The problem is that I want this feature without a running MediaPortal on the client.
    For example by pinging the client pcs if they are online
    Now I could use a completely other solution but this would destroy my possibility to use all PowerScheduler features.
     

    michael_t

    Portal Pro
    November 30, 2008
    1,258
    813
    Home Country
    Germany Germany
    AW: Re: AW: Re: PowerScheduler++ 1.2.1.2 - Stable version for MediaPortal 1.2.1 FINAL

    ...
    Now I could use a completely other solution but this would destroy my possibility to use all PowerScheduler features.
    You can use PS++ in the "PS++ forces standby when system is idle" unchecked mode (standby is handled by Windows) in parallel to other tools preventing standby on your clients.

    Michael
     

    hafblade

    Portal Pro
    January 19, 2011
    675
    290
    Trier, Germany
    Home Country
    Germany Germany
    Re: AW: Re: AW: Re: PowerScheduler++ 1.2.1.2 - Stable version for MediaPortal 1.2.1 F

    ...
    Now I could use a completely other solution but this would destroy my possibility to use all PowerScheduler features.
    You can use PS++ in the "PS++ forces standby when system is idle" unchecked mode (standby is handled by Windows) in parallel to other tools preventing standby on your clients.

    Michael

    Ok. Sounds cool.
    Does this mean that PowerScheduler will prevent standby like before but when it comes to the point to standby it's windows turn?
    I'll try it out.
     

    michael_t

    Portal Pro
    November 30, 2008
    1,258
    813
    Home Country
    Germany Germany
    AW: Re: AW: Re: AW: Re: PowerScheduler++ 1.2.1.2 - Stable version for MediaPortal 1.2

    Does this mean that PowerScheduler will prevent standby like before but when it comes to the point to standby it's windows turn?
    I'll try it out.
    Exactly

    Michael
     

    bastos

    MP Donator
  • Premium Supporter
  • February 3, 2009
    9
    0
    Home Country
    Germany Germany
    AW: PowerScheduler++ 1.2.1.2 - Stable version for MediaPortal 1.2.1 FINAL

    Code:
    Syntax: shutdown [-l | -s | -r | -a] [-f] [-m \\Computer] [-t xx]
                     [-c "Kommentar"] [-d up:xx:yy]
    
      Keine Argumente Zeigt diese Meldung an (wie -?).
      -i              Zeigt eine grafische Benutzeroberfläche an (muss die erste
                      Option sein).
      -l              Abmelden (kann nicht mit der Option -m verwendet werden).
      -s              Fährt den Computer herunter.
      -r              Fährt den Computer herunter und startet ihn neu.
      -a              Bricht das Herunterfahren des Systems ab.
      -m \\Computer   Remotecomputer zum Herunterfahren/Neustarten/Abbrechen.
      -t xx           Zeitlimit für das Herunterfahren, in xx Sekunden.
      -c "Kommentar"  Kommentar für das Herunterfahren (maximal 127 Zeichen).
      -f              Erzwingt das Schließen ausgeführter Anwendungen ohne Warnung.
      -d [u][p]:xx:yy Grund (Code) für das Herunterfahren:
                      u = Benutzercode
                      p = Code für geplantes Herunterfahren
                      xx = Hauptgrund (positive ganze Zahl kleiner als 256)
                      yy = Weiterer Grund (positive ganze Zahl kleiner als 65536)

    "0" isn't a positive number.

    Regards
    Testudo

    Thank you very much. But there is something I am doing wrong, because my settings are not working.

    I did the following:

    On my win 7 32bit system in TV Server Configuration under plugins --> PS++ --> Advanced I entered in "Run command before standby /after wakeup:"
    Code:
    C:\Windows\System32\shutdown.exe -r -t 10

    what is wrong?

    Cheers and again regards to everybody who had contributed to PS++ and MP in general. GREAT WORK:D
     

    Users who are viewing this thread

    Top Bottom