INTERACT FORUM

Please login or register.

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

Author Topic: Windows Phone 7 Remote Control  (Read 4586 times)

PaulSinnema

  • Galactic Citizen
  • ****
  • Posts: 393
  • You don't know what you're missing until its gone
Windows Phone 7 Remote Control
« on: May 03, 2011, 02:18:40 am »

Hi,

I've started developing a Windows Phone 7 Remote Control. Here's a Blog post: http://sinnema.ch/?cat=8

Give me some feedback I you think this is going to be something you would like to have. I'm still in the early stages and my handicap is a bit that I don't have a WP7 (yet) so I guess I'll be needing some beta testers that have one.

The project is on SourceForge so check it out. https://sourceforge.net/projects/wp7mcremote/

Regards
Paul
Logged

phytio

  • Junior Woodchuck
  • **
  • Posts: 77
Re: Windows Phone 7 Remote Control
« Reply #1 on: May 03, 2011, 02:19:44 pm »

This is something I'd definitely be interested in. If you were interested in getting a WP7 handset I've been very happy with my Optimus 7. I suppose there are features it doesn't have compared to Android and iPhone, but I haven't missed anything yet.

I'll keep track up updates to this
Logged

PaulSinnema

  • Galactic Citizen
  • ****
  • Posts: 393
  • You don't know what you're missing until its gone
Re: Windows Phone 7 Remote Control
« Reply #2 on: May 04, 2011, 08:52:13 am »

The MC Control has reached some maturity. It does the following now:
  • Connection to the server is completed.
  • It fetches playback info from the server and fills image and relevant info on the screen
  • Slider is updated automatically (can't position the song with slider yet)
  • Previous, Play/Pause, Stop and Next buttons are working

I've got no clue on how to create an installer for the App. I've read something about .XAP file deployment. Is that all that's needed?

The project can be downloaded from SourceForge.

Regards
Paul
Logged

jroyale

  • Galactic Citizen
  • ****
  • Posts: 349
Re: Windows Phone 7 Remote Control
« Reply #3 on: May 04, 2011, 11:25:52 am »

Melloware created an iphone app that is quite good but I do seem to get disconnected every once in a while.  Their functionality includes playlists and zones and more.  However the big knock on their app is that you can't search artists / songs from it and based on that a lot of people dropped it.

I would suggest that you look into that if you can because I think there will be a lot of request for this.  My 2 cents. 
Logged

Matt

  • Administrator
  • Citizen of the Universe
  • *****
  • Posts: 41972
  • Shoes gone again!
Re: Windows Phone 7 Remote Control
« Reply #4 on: May 04, 2011, 01:06:14 pm »

Very neat Paul.

Do you have any interest in using Access Keys for connection?  This would make things easier for your users, enable access from the LAN or WAN, and it would allow wake-on-lan if you wished to add it.  If you want to pursue this, let me know and we can document how to use Access Keys as a third-party developer.

Thanks.
Logged
Matt Ashland, JRiver Media Center

PaulSinnema

  • Galactic Citizen
  • ****
  • Posts: 393
  • You don't know what you're missing until its gone
Re: Windows Phone 7 Remote Control
« Reply #5 on: May 04, 2011, 02:02:51 pm »

Hi Matt,

Access keys? Sounds interesting. Can you give me quick info on what that is? If I can make my App better I'm always in for it. Does this f.i. mean that I don't use the web service anymore?

Regards
Paul
Logged

PaulSinnema

  • Galactic Citizen
  • ****
  • Posts: 393
  • You don't know what you're missing until its gone
Re: Windows Phone 7 Remote Control
« Reply #6 on: May 05, 2011, 02:29:04 am »

Hi jroyale,

This would certainly be something I would be willing to support. I see in the MC interface that all of your wishes are implemented so from that end there should not be a problem. I've created a wishlist on my blog.

Regards
Paul
Logged

Matt

  • Administrator
  • Citizen of the Universe
  • *****
  • Posts: 41972
  • Shoes gone again!
Re: Windows Phone 7 Remote Control
« Reply #7 on: May 05, 2011, 01:33:52 pm »

Hi Matt,

Access keys? Sounds interesting. Can you give me quick info on what that is? If I can make my App better I'm always in for it. Does this f.i. mean that I don't use the web service anymore?

Regards
Paul


Access Keys are just a little code you can use to lookup IP addresses (both LAN and WAN) from JRiver.  This way, a user can use a single key to connect from inside or outside the network.  If you have a way to try Gizmo on the Android, you could see them in action.
Logged
Matt Ashland, JRiver Media Center

PaulSinnema

  • Galactic Citizen
  • ****
  • Posts: 393
  • You don't know what you're missing until its gone
Re: Windows Phone 7 Remote Control
« Reply #8 on: May 06, 2011, 03:40:19 am »

Progress update:

Just implemented Zones.
Next Playlists

Progress can also be followed on my blog (Wishlist): http://sinnema.ch/?p=98

Project can be downloaded from SourceForge: http://sourceforge.net/projects/wp7mcremote/

Regards
Paul
Logged

PaulSinnema

  • Galactic Citizen
  • ****
  • Posts: 393
  • You don't know what you're missing until its gone
Re: Windows Phone 7 Remote Control
« Reply #9 on: May 06, 2011, 03:45:18 am »

Hi Matt,

Sounds very interesting. Yes, I would like to see a description for this.

Regards
Paul
Logged

PaulSinnema

  • Galactic Citizen
  • ****
  • Posts: 393
  • You don't know what you're missing until its gone
Re: Windows Phone 7 Remote Control
« Reply #10 on: May 06, 2011, 05:51:17 am »

Just updated the video on my blog with the latest.
Logged

PaulSinnema

  • Galactic Citizen
  • ****
  • Posts: 393
  • You don't know what you're missing until its gone
Re: Windows Phone 7 Remote Control
« Reply #11 on: May 09, 2011, 05:01:20 am »

Hi,

I'm currently implementing the Volume control from my remote. I do see an interface for setting the Volume but how do I mute?

Regards
Paul
Logged

PaulSinnema

  • Galactic Citizen
  • ****
  • Posts: 393
  • You don't know what you're missing until its gone
Re: Windows Phone 7 Remote Control
« Reply #12 on: May 09, 2011, 05:03:45 am »

Access Keys are just a little code you can use to lookup IP addresses (both LAN and WAN) from JRiver.  This way, a user can use a single key to connect from inside or outside the network.  If you have a way to try Gizmo on the Android, you could see them in action.

Matt,

I can understand that you don't have the time right away, no prob. But can you al least tell me if I can keep using the MC Webservice when I have to implement access keys. It's a lot of work and I wouldn't like to go that to wast.

Regards
Paul
Logged

PaulSinnema

  • Galactic Citizen
  • ****
  • Posts: 393
  • You don't know what you're missing until its gone
Re: Windows Phone 7 Remote Control
« Reply #13 on: May 09, 2011, 01:02:52 pm »

Hi,

When I use the webservice to start a video. I get a nice thumbnail back. When however I scrub the video forward or backword MC16 sometimes crashes terribly. I accidentally discovered this when I implemented playlists. In one of them was a little video and it promptly started playing in full screen. Moving the position slider in my control results in 1 or more commands being fired at the MC Webservice. Very often (mind you not always) MC stops responding and I have to kill the program.

Regards
Paul
Logged

PaulSinnema

  • Galactic Citizen
  • ****
  • Posts: 393
  • You don't know what you're missing until its gone
Re: Windows Phone 7 Remote Control
« Reply #14 on: May 11, 2011, 02:48:17 pm »

Just updated my blog. http://sinnema.ch/?p=98

  • Did a big refactoring of the implementation of Zones.
  • Playlists are now retrieved and can be played (complete or added as next to play).
  • Added page transition animations.
  • Added a Search panel. The MC Library can now be searched (Play has to be implemented).
  • Solved several bugs.
  • Restyled the App. The Panorama view was nice but interfered with the slider (very annoying).

Regards
Paul
Logged

PaulSinnema

  • Galactic Citizen
  • ****
  • Posts: 393
  • You don't know what you're missing until its gone
Re: Windows Phone 7 Remote Control
« Reply #15 on: May 15, 2011, 08:21:46 am »

Matt,

I can understand that you don't have the time right away, no prob. But can you al least tell me if I can keep using the MC Webservice when I have to implement access keys. It's a lot of work and I wouldn't like to go that to wast.

Regards
Paul

Matt, could you spend some time here please?
Logged
Pages: [1]   Go Up