INTERACT FORUM

Please login or register.

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

Author Topic: Controlling MC with Roomie Remote (MCE)  (Read 3648 times)

Claude Lapalme

  • World Citizen
  • ***
  • Posts: 233
Controlling MC with Roomie Remote (MCE)
« on: June 06, 2016, 11:57:02 am »

I am trying Roomie Remote at the moment as I heard that it can control MC through MCE. I have a WMC IR remote which I use flawlessly atm moment, but despite setting RR to the right ip address and port 5150, I get no response. Am I missing something?  I am sending this to the RR people as well, but thought I might have better luck here.
Logged

horse

  • Regular Member
  • World Citizen
  • ***
  • Posts: 212
Re: Controlling MC with Roomie Remote (MCE)
« Reply #1 on: June 18, 2016, 10:57:46 am »

Claude, what control functions do you want?
I use RR or Simple Control as it has become to control basic functions. It's done through the MCWS interface.
Pause/play
Prev/next
stop
Play preset playlists.
Etc.

I do this across multiple zones.
I embed JRemote for more complex or selecting what to play. A bit like a pop up guide.

More than happy to share how. Basically you need to configure URL's to different buttons.

The following toggles play/pause on my living room zone

http://192.168.1.20:1082/MCWS/v1/Playback/PlayPause?Zone=Living%20Room&ZoneType=Name

This plays a playlist in the living room.

http://192.168.1.20:1082/MCWS/V1/Playlist/Files?Action=Play&Playlist=Kailin%5CKailin1&PlaylistType=Path&Shuffle=1&Zone=Living%20Room&ZoneType=Name

And to open JRemote from a button. Select open URL in Safari and enter
jremote://

This launches the app
Logged

Claude Lapalme

  • World Citizen
  • ***
  • Posts: 233
Re: Controlling MC with Roomie Remote (MCE)
« Reply #2 on: June 20, 2016, 11:59:02 am »

Thank you!

I may have been naïve of me, but I was simply wondering if I could use it to navigate in Theater View. To do the initial setup for this eludes me, as nothing seems to work. But then perhaps it is not supposed to. All I really need is up, down, left, right and enter.
Logged

horse

  • Regular Member
  • World Citizen
  • ***
  • Posts: 212
Re: Controlling MC with Roomie Remote (MCE)
« Reply #3 on: June 20, 2016, 09:26:48 pm »

Ah, now I understand the references to MCE and port 5150.

You are not alone with what I believe you are hoping for. Which is a RR Remote Control Interface with ideally a Media Guide for MC's Theatre View. This has been requested of the RR / Simple Control developer by a few of us.

However you can still do what you want if you build a custom remote and then assign the following urls to the buttons. (open silently)
Or test it in a browser and if that works, it will work on RR.

UP        http://<your MC PC IP>:<your MC port>/MCWS/v1/Control/Key?Key=Up&Focus=1
Down   http://<your MC PC IP>:<your MC port>/MCWS/v1/Control/Key?Key=Down&Focus=1
Left       http://<your MC PC IP>:<your MC port>/MCWS/v1/Control/Key?Key=Left&Focus=1
Right    http://<your MC PC IP>:<your MC port>/MCWS/v1/Control/Key?Key=Right&Focus=1
Enter    http://<your MC PC IP>:<your MC port>/MCWS/v1/Control/Key?Key=Enter&Focus=1

More info can be found if you point a browser to http://<your MC PC IP>:<your MC port>/MCWS/v1/ and scroll down to the Control section.
I think you can send pretty much any keyboard command, including some extended ones as well using this method.

Have not actually tried the commands above yet, not at my home at the moment.

I think the default MC port number is 52199, but don't quote me on this.

[EDIT] tried this using Safari to control my MC running in theater view and could navigate using the browser, so this would work just fine with a custom remote design with Silent URL's assigned to the Navigation Keypad layout.
You can then add Play/Pause, skip, rewind etc.
Logged

Claude Lapalme

  • World Citizen
  • ***
  • Posts: 233
Re: Controlling MC with Roomie Remote (MCE)
« Reply #4 on: June 21, 2016, 08:34:03 am »

Now I get it!

Will give that a try. Thank you!
Logged

Claude Lapalme

  • World Citizen
  • ***
  • Posts: 233
Re: Controlling MC with Roomie Remote (MCE)
« Reply #5 on: June 21, 2016, 11:28:51 am »

OK. Almost there!

There is one perhaps intractable problem left. Since the computer in question is a library client, I must use authentication to keep in sync with the Library server. I did a test button on Simple Control, but it only works if I disable authentication. Is there anyway around this?
Logged

Claude Lapalme

  • World Citizen
  • ***
  • Posts: 233
Re: Controlling MC with Roomie Remote (MCE)
« Reply #6 on: June 21, 2016, 11:41:57 am »

Actually, never mind. It does accept the old url syntax user:pass@server, which I thought was no longer accepted. That computer still runs windows 7, maybe that's why
Logged

horse

  • Regular Member
  • World Citizen
  • ***
  • Posts: 212
Re: Controlling MC with Roomie Remote (MCE)
« Reply #7 on: June 21, 2016, 07:22:19 pm »

Someone asked about authentication on another thread. Mine is disabled currently. Have enough security enabled to break thinks on a regular basis without adding more :-)

However, I believe you can also use the MCWS Authenticate function in a browser and obtain a token. This is then appended to your url as

&Token=<token value> just not sure how often that token changes.
Logged
Pages: [1]   Go Up