read out XBMC play, pause stop status
|
8th Apr, 2014, 12:21 AM
Post: #31
|
|||
|
|||
RE: read out XBMC play, pause stop status
Nope, not yet. Events will be implemented in the next version.
pilight - modular domotica solution
|
|||
8th Apr, 2014, 12:23 AM
Post: #32
|
|||
|
|||
RE: read out XBMC play, pause stop status
If it is, wil it be capable of running scripts aswell? And is there an ETA?
|
|||
8th Apr, 2014, 04:37 AM
Post: #33
|
|||
|
|||
RE: read out XBMC play, pause stop status
That's the whole point of events. It will be like this:
Code: IF xbmc.action IS play AND xbmc.media IS movie THEN SET living.light TO on pilight - modular domotica solution
|
|||
8th Apr, 2014, 04:46 AM
Post: #34
|
|||
|
|||
RE: read out XBMC play, pause stop status
That's inside pilight's I was more wondering this:
If xbmc . action = play AND xbmc. media = movie THEN execute script.py |
|||
8th Apr, 2014, 06:40 AM
Post: #35
|
|||
|
|||
RE: read out XBMC play, pause stop status
Why would you? Almost everything people want to add in custom scripts can be done with events. Especially for people who see programming as chinese. One of the clients i pointed to is also in python and you said you couldn't read it.
pilight - modular domotica solution
|
|||
11th Apr, 2014, 05:00 AM
Post: #36
|
|||
|
|||
RE: read out XBMC play, pause stop status
I need something done related with time
|
|||
11th Apr, 2014, 05:22 AM
Post: #37
|
|||
|
|||
RE: read out XBMC play, pause stop status
That will also be supported:
Code: IF (xbmc.action IS play AND xbmc.media IS movie) AND (datetime.hour > 20) THEN SET living.light TO on pilight - modular domotica solution
|
|||
« Next Oldest | Next Newest »
|
Possibly Related Threads... | |||||
Thread: | Author | Replies | Views: | Last Post | |
[IDEA] Start/stop XBMC from web gui | Fred | 8 | 29,906 |
11th Apr, 2013 10:41 PM Last Post: wuschl |