INTERACT FORUM

Please login or register.

Login with username, password and session length
Advanced search  
Pages: [1]   Go Down

Author Topic: Theatre view web grab backdrop  (Read 799 times)

Z0001

  • Citizen of the Universe
  • *****
  • Posts: 541
Theatre view web grab backdrop
« on: June 23, 2013, 06:24:41 pm »

Hi

Is there an option to auto exit theatre view after xx minutes of in activity after a Stop.

Ours pc gets left on, and when our tv is switched off or to another source we lose track of how long MC as been scraping for backdrop images.

Cheers
Logged

MrC

  • Citizen of the Universe
  • *****
  • Posts: 10462
  • Your life is short. Give me your money.
Re: Theatre view web grab backdrop
« Reply #1 on: June 24, 2013, 12:14:01 pm »

I don't think there's an inactivity timer.  But you might find use in scripting calls to :

    http://localhost:52199/MCWS/v1/Playback/Info?Zone=-1

and checking the State and Status values that are returned.  You could use Windows Scheduler to periodically run a script that:

   - checks the value for Stopped on launch, and exits if Playing.  Otherwise...
   - delays for <desired mins> / 2 and then checks for Stopped, exiting otherwise
   - delays the remainder and checks for Stopped, exiting otherwise
   - sends an MCC command to switch out of Theater View
Logged
The opinions I express represent my own folly.
Pages: [1]   Go Up