INTERACT FORUM

Please login or register.

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

Author Topic: MCC command to open URL and play?  (Read 518 times)

muzicman0

  • MC Beta Team
  • Citizen of the Universe
  • *****
  • Posts: 1239
MCC command to open URL and play?
« on: October 01, 2019, 06:02:48 pm »

Is it possible to open a URL from the command line?  I want to schedule a task in a show room to open a URL and play, then stop at a certain time.  If I use MCC 20001, it just opens a dialog box...I need it fully automated.
Logged

glynor

  • MC Beta Team
  • Citizen of the Universe
  • *****
  • Posts: 19608
Re: MCC command to open URL and play?
« Reply #1 on: October 01, 2019, 10:27:03 pm »

Yeah, the MCCs are all automation commands. They don't take that kind of input (text strings). Did you try /play?
https://wiki.jriver.com/index.php/The_Command_Line
Logged
"Some cultures are defined by their relationship to cheese."

Visit me on the Interweb Thingie: http://glynor.com/

muzicman0

  • MC Beta Team
  • Citizen of the Universe
  • *****
  • Posts: 1239
Re: MCC command to open URL and play?
« Reply #2 on: October 02, 2019, 02:12:57 pm »

so
Code: [Select]
mc25 /play http://10.1.13.97:5004/auto/v1002works, but now I need it to play in full screen.  I haven't looked for this yet though, so I will check out what switches are available and report back.
Logged

muzicman0

  • MC Beta Team
  • Citizen of the Universe
  • *****
  • Posts: 1239
Re: MCC command to open URL and play?
« Reply #3 on: October 02, 2019, 02:18:17 pm »

Code: [Select]
mc25 /play http://10.1.13.97:5004/auto/v1002 /Mode FullscreenSeems to work, but the first time it didn't.  But, I guess worst case, I just send 2 commands.
Logged
Pages: [1]   Go Up