AdSense

Tuesday 17 September 2013

Music player - Remote for android mobile phones

(Deutsche Version) As described in this post, I created an own music player in C# and WPF. It can occur that you don't like the current playing song, so there are hotkeys for the computer. But what is, when you are lying on the bed and don't want to get up to switch to the next song? Therefore, I created an App, which can execute the basic commands (play/pause, next song, previous song). The app can be downloaded hier.

The app can be started an then you can click on the buttons, but there is also a widget which does not require the click to open the app. The app contains more functions, you can even look for a song.

In the app, you have to enter IP, Port (the player opens a socket on port 7200) and password (which you can define in the player with F2). The IP can be local (e.g. when the mobile phone is in the same network as the computer) or an internet IP. Therefore, you have to setup the appropriate port forwarding at your router. The mobile phone can now control the player independant of whether it is in the wireless network or in the mobile network.

No comments:

Post a Comment