Nope, not yet. Events will be implemented in the next version.
If it is, wil it be capable of running scripts aswell? And is there an ETA?
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
That's inside pilight's I was more wondering this:
If xbmc . action = play AND xbmc. media = movie THEN execute script.py
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.
I need something done related with time
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