INTERACT FORUM

More => Old Versions => JRiver Media Center 25 for Windows => Topic started by: muzicman0 on October 01, 2019, 06:02:48 pm

Title: MCC command to open URL and play?
Post by: muzicman0 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.
Title: Re: MCC command to open URL and play?
Post by: glynor 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
Title: Re: MCC command to open URL and play?
Post by: muzicman0 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.
Title: Re: MCC command to open URL and play?
Post by: muzicman0 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.