Forum
  • Search
  • Member List
  • Calendar
Hello There, Guest! Login Register — Login with Facebook

read out XBMC play, pause stop status
Thank you for your donation

Pages (3): « Previous 1 2 3
Post Reply 
 
Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Threaded Mode | Linear Mode
read out XBMC play, pause stop status
8th Apr, 2014, 12:21 AM
Post: #31
CurlyMo Offline
Registered
Posts: 3,501
Joined: Dec 2012
Reputation: 202
RE: read out XBMC play, pause stop status
Nope, not yet. Events will be implemented in the next version.

pilight - modular domotica solution
Visit this user's website Find all posts by this user
Quote this message in a reply
8th Apr, 2014, 12:23 AM
Post: #32
lukeg01 Offline
Registered
Posts: 77
Joined: Dec 2013
Reputation: 1
RE: read out XBMC play, pause stop status
If it is, wil it be capable of running scripts aswell? And is there an ETA?
Find all posts by this user
Quote this message in a reply
8th Apr, 2014, 04:37 AM
Post: #33
CurlyMo Offline
Registered
Posts: 3,501
Joined: Dec 2012
Reputation: 202
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
Visit this user's website Find all posts by this user
Quote this message in a reply
8th Apr, 2014, 04:46 AM
Post: #34
lukeg01 Offline
Registered
Posts: 77
Joined: Dec 2013
Reputation: 1
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
Find all posts by this user
Quote this message in a reply
8th Apr, 2014, 06:40 AM
Post: #35
CurlyMo Offline
Registered
Posts: 3,501
Joined: Dec 2012
Reputation: 202
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
Visit this user's website Find all posts by this user
Quote this message in a reply
11th Apr, 2014, 05:00 AM
Post: #36
lukeg01 Offline
Registered
Posts: 77
Joined: Dec 2013
Reputation: 1
RE: read out XBMC play, pause stop status
I need something done related with time
Find all posts by this user
Quote this message in a reply
11th Apr, 2014, 05:22 AM
Post: #37
CurlyMo Offline
Registered
Posts: 3,501
Joined: Dec 2012
Reputation: 202
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
Visit this user's website Find all posts by this user
Quote this message in a reply
« Next Oldest | Next Newest »
Pages (3): « Previous 1 2 3
Post Reply 


Possibly Related Threads...
Thread: Author Replies Views: Last Post
  [IDEA] Start/stop XBMC from web gui Fred 8 30,963 11th Apr, 2013 10:41 PM
Last Post: wuschl

  • View a Printable Version
  • Send this Thread to a Friend
  • Subscribe to this thread
Forum Jump:

Current time: 10th May, 2025, 05:16 PM Powered By MyBB, © 2002-2025 MyBB Group.