|
nosebreaker
|
 |
« on: April 30, 2009, 04:00:00 pm » |
|
I'd like to have all media directors shut off at midnight if they are still powered on (except the core of course). I got lights to shut off but for some reason the MD's don't shut down with the timed event. I can power them off from an orbiter just fine. Any thoughts?
|
|
|
|
|
Logged
|
|
|
|
|
hari
|
 |
« Reply #1 on: April 30, 2009, 04:24:27 pm » |
|
iirc they take a different command to power down than on/off..
|
|
|
|
|
Logged
|
|
|
|
|
seth
|
 |
« Reply #2 on: April 30, 2009, 05:50:22 pm » |
|
I think this would be a great feature. Have them power off, and then at a specific time in the morning, power back up. How green would that be?
I am going to check into this tonight, and see if I can come up with something as well. Please post back any findings here, during you experimentation. I will as well.
Regards,
Seth
|
|
|
|
|
Logged
|
|
|
|
|
Dale_K
|
 |
« Reply #3 on: April 30, 2009, 06:46:34 pm » |
|
I am actually doing this and have been for a while. I'll post my timed event setup when I get home tonight.
|
|
|
|
|
Logged
|
|
|
|
|
seth
|
 |
« Reply #4 on: May 01, 2009, 12:58:02 pm » |
|
I look forward to your setup. This is something I have not been able to implement yet. I would like to use it. It would greatly reduce the monthly electric bill, and also possibly reduce some heat in certain cases.
Perhaps over the weekend I will give it a try.
Regards,
Seth
|
|
|
|
|
Logged
|
|
|
|
bulek
Administrator
wants to work for LinuxMCE
    
Posts: 868
Living with LMCE
|
 |
« Reply #5 on: May 04, 2009, 02:29:41 pm » |
|
I am actually doing this and have been for a while. I'll post my timed event setup when I get home tonight.
Please add content to Wiki and let us know about it.... Regards, Bulek.
|
|
|
|
|
Logged
|
Thanks in advance,
regards,
Bulek.
|
|
|
|
donpaul
|
 |
« Reply #6 on: May 04, 2009, 02:38:51 pm » |
|
You have to use the core general info plugin, and halt the device:  OR, if you use the suspend feature, then use the app server plugin to spawn the suspend script:  The use wake to turn it back on: 
|
|
|
|
« Last Edit: May 04, 2009, 02:42:09 pm by donpaul »
|
Logged
|
|
|
|
|
tschak909
|
 |
« Reply #7 on: May 04, 2009, 05:45:48 pm » |
|
Beautiful!  As an exercise, let's see if we can make a "Wizard" that you can select from the pulldown, to select MDs to turn on and off. -Thom
|
|
|
|
|
Logged
|
|
|
|
|
posde
|
 |
« Reply #8 on: May 04, 2009, 05:49:58 pm » |
|
And don't forget not to turn off if stuff is currently playing ...
|
|
|
|
|
Logged
|
|
|
|
|
donpaul
|
 |
« Reply #9 on: May 07, 2009, 02:20:52 am » |
|
Beautiful!  As an exercise, let's see if we can make a "Wizard" that you can select from the pulldown, to select MDs to turn on and off. -Thom Now that would be cool!
|
|
|
|
|
Logged
|
|
|
|
bulek
Administrator
wants to work for LinuxMCE
    
Posts: 868
Living with LMCE
|
 |
« Reply #10 on: May 07, 2009, 11:06:47 am » |
|
And don't forget not to turn off if stuff is currently playing ...
Hi, just curious, how can I determine if MD is currently playing anything and act upon that (or not act).... ? Thanks in advance, regards, Bulek.
|
|
|
|
|
Logged
|
Thanks in advance,
regards,
Bulek.
|
|
|
|
posde
|
 |
« Reply #11 on: May 07, 2009, 11:32:00 am » |
|
just curious, how can I determine if MD is currently playing anything and act upon that (or not act).... ?
TCP Port 12000 on the MD contains timestamps with information about what is playing atm.
|
|
|
|
|
Logged
|
|
|
|
|
tschak909
|
 |
« Reply #12 on: May 07, 2009, 12:32:01 pm » |
|
That's the time code port for the Xine Player, and does not work in all cases.
-Thom
|
|
|
|
|
Logged
|
|
|
|
bulek
Administrator
wants to work for LinuxMCE
    
Posts: 868
Living with LMCE
|
 |
« Reply #13 on: May 07, 2009, 03:17:40 pm » |
|
Hi,
I was more thinking about doing this under event handler or scenarios. For instance, don't make speech announcement if I'm playing video....
Possible ?
Thanks in advance,
regards,
Bulek.
|
|
|
|
|
Logged
|
Thanks in advance,
regards,
Bulek.
|
|
|
|
donpaul
|
 |
« Reply #14 on: May 09, 2009, 01:14:33 am » |
|
Hi,
I was more thinking about doing this under event handler or scenarios. For instance, don't make speech announcement if I'm playing video....
Possible ?
Unfortunately, I don't think it is possible. There is no way to check if video is playing. Maybe that can be added, but the functionality isn't there right now.
|
|
|
|
|
Logged
|
|
|
|
|