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

Post Reply 
 
Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Threaded Mode | Linear Mode
read out XBMC play, pause stop status
4th Feb, 2014, 04:07 AM
Post: #15
lukeg01 Offline
Registered
Posts: 77
Joined: Dec 2013
Reputation: 1
RE: read out XBMC play, pause stop status
(3rd Feb, 2014 06:32 AM)mk01 Wrote:  check /run/upstart-ev.log

in that file you will see EACH job and its state changes when triggered. that means, you should at least see that it is being called. I just copied the script from my post #5, saved under the name as shown there and started a video. immediately I have events generated.


Code:
14273.86 4753.61 started xbmc-events                      0.23 0.55 0.81 4/197 4929
14273.97 4753.61 stopped xbmc-events                      0.23 0.55 0.81 6/201 4939
14274.10 4753.61 started xbmc-priority                    0.23 0.55 0.81 6/201 4953
14274.26 4753.61 stopped xbmc-screensaver                 0.23 0.55 0.81 4/197 4961
14274.38 4753.61 stopped xbmc-priority                    0.23 0.55 0.81 3/195 4966
14352.33 4764.25 started xbian-xbmc-player                1.46 0.81 0.88 5/209 5018
14352.34 4764.25 started xbmc-events                      1.46 0.81 0.88 4/206 5018
14352.48 4764.25 stopped xbmc-events                      1.46 0.81 0.88 4/204 5023
14352.67 4764.25 started xbmc-priority                    1.46 0.81 0.88 4/206 5030
14352.96 4764.25 stopped xbmc-priority                    1.59 0.85 0.89 3/204 5036
14358.65 4764.25 stopped xbian-xbmc-player                1.62 0.87 0.89 6/206 5049
14358.66 4764.25 started xbmc-events                      1.62 0.87 0.89 6/206 5049
14358.82 4764.25 stopped xbmc-events                      1.62 0.87 0.89 5/201 5054

JUST ONE CORRECTION INDEED:

case $UPSTART_EVENT in => case $UPSTART_EVENTS in

eventS, not event. everywhere else is correct.

i got
Code:
173.68 0.61 started xbian-xbmc-player                2.83 1.59 0.63 7/203 2660
173.68 0.61 started xbmc-events                      2.83 1.59 0.63 7/203 2660
173.89 0.61 stopped xbmc-events                      2.83 1.59 0.63 6/201 2664
174.17 0.61 started xbmc-priority                    2.83 1.59 0.63 7/203 2670
174.79 0.61 stopped xbmc-priority                    2.83 1.59 0.63 5/202 2678
257.74 0.61 stopped xbian-xbmc-player                3.57 2.16 0.92 6/204 3278
257.76 0.61 started xbmc-events                      3.57 2.16 0.92 5/204 3278
257.96 0.61 stopped xbmc-events                      3.57 2.16 0.92 5/202 3282
258.20 0.61 started xbmc-priority                    3.57 2.16 0.92 4/203 3288
258.65 0.61 stopped xbmc-priority                    3.57 2.16 0.92 4/201 3295
but loggin in /tmp/ does not work.... i have put it between [script] and [case]
Find all posts by this user
Quote this message in a reply
« Next Oldest | Next Newest »
Post Reply 


Messages In This Thread
read out XBMC play, pause stop status - lukeg01 - 25th Jan, 2014, 07:56 PM
RE: read out XBMC play, pause stop status - mk01 - 26th Jan, 2014, 01:12 AM
RE: read out XBMC play, pause stop status - lukeg01 - 26th Jan, 2014, 01:45 AM
RE: read out XBMC play, pause stop status - mk01 - 26th Jan, 2014, 03:26 AM
RE: read out XBMC play, pause stop status - lukeg01 - 26th Jan, 2014, 03:44 AM
RE: read out XBMC play, pause stop status - mk01 - 26th Jan, 2014, 05:17 AM
RE: read out XBMC play, pause stop status - lukeg01 - 26th Jan, 2014, 05:20 AM
RE: read out XBMC play, pause stop status - mk01 - 26th Jan, 2014, 05:23 AM
RE: read out XBMC play, pause stop status - lukeg01 - 26th Jan, 2014, 05:57 AM
RE: read out XBMC play, pause stop status - lukeg01 - 26th Jan, 2014, 05:46 PM
RE: read out XBMC play, pause stop status - mk01 - 26th Jan, 2014, 11:10 PM
RE: read out XBMC play, pause stop status - lukeg01 - 27th Jan, 2014, 12:53 AM
RE: read out XBMC play, pause stop status - lukeg01 - 2nd Feb, 2014, 03:42 AM
RE: read out XBMC play, pause stop status - mk01 - 3rd Feb, 2014, 06:32 AM
RE: read out XBMC play, pause stop status - lukeg01 - 4th Feb, 2014 04:07 AM
read out XBMC play, pause stop status - lukeg01 - 8th Feb, 2014, 06:39 AM
RE: read out XBMC play, pause stop status - lukeg01 - 19th Feb, 2014, 04:31 AM
RE: read out XBMC play, pause stop status - mk01 - 16th Mar, 2014, 06:35 PM
RE: read out XBMC play, pause stop status - lukeg01 - 6th Apr, 2014, 08:54 PM
RE: read out XBMC play, pause stop status - CurlyMo - 6th Apr, 2014, 10:12 PM
RE: read out XBMC play, pause stop status - lukeg01 - 6th Apr, 2014, 10:15 PM
RE: read out XBMC play, pause stop status - CurlyMo - 6th Apr, 2014, 11:17 PM
RE: read out XBMC play, pause stop status - lukeg01 - 6th Apr, 2014, 11:25 PM
RE: read out XBMC play, pause stop status - CurlyMo - 6th Apr, 2014, 11:59 PM
RE: read out XBMC play, pause stop status - lukeg01 - 7th Apr, 2014, 12:02 AM
RE: read out XBMC play, pause stop status - lukeg01 - 7th Apr, 2014, 01:31 AM
RE: read out XBMC play, pause stop status - CurlyMo - 7th Apr, 2014, 06:54 AM
RE: read out XBMC play, pause stop status - lukeg01 - 7th Apr, 2014, 04:03 PM
RE: read out XBMC play, pause stop status - CurlyMo - 7th Apr, 2014, 11:40 PM
RE: read out XBMC play, pause stop status - lukeg01 - 7th Apr, 2014, 11:43 PM
RE: read out XBMC play, pause stop status - CurlyMo - 8th Apr, 2014, 12:21 AM
RE: read out XBMC play, pause stop status - lukeg01 - 8th Apr, 2014, 12:23 AM
RE: read out XBMC play, pause stop status - CurlyMo - 8th Apr, 2014, 04:37 AM
RE: read out XBMC play, pause stop status - lukeg01 - 8th Apr, 2014, 04:46 AM
RE: read out XBMC play, pause stop status - CurlyMo - 8th Apr, 2014, 06:40 AM
RE: read out XBMC play, pause stop status - lukeg01 - 11th Apr, 2014, 05:00 AM
RE: read out XBMC play, pause stop status - CurlyMo - 11th Apr, 2014, 05:22 AM

Possibly Related Threads...
Thread: Author Replies Views: Last Post
  [IDEA] Start/stop XBMC from web gui Fred 8 31,048 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: 23rd May, 2025, 07:27 PM Powered By MyBB, © 2002-2025 MyBB Group.