Go to file
Gergely Polonkai (W00d5t0ck) b5612fcde4 Added a small README file.
Signed-off-by: Gergely Polonkai (W00d5t0ck) <polesz@w00d5t0ck.info>
2012-05-21 15:44:24 +02:00
docs/reference/media-remote-control Initial revision with basic autotools tree 2012-05-13 00:57:37 +02:00
src Switched to GIO instead of DBus-GLib 2012-05-14 22:48:17 +02:00
.gitignore Initial revision with basic autotools tree 2012-05-13 00:57:37 +02:00
AUTHORS Initial revision with basic autotools tree 2012-05-13 00:57:37 +02:00
COPYING Initial revision with basic autotools tree 2012-05-13 00:57:37 +02:00
ChangeLog Initial revision with basic autotools tree 2012-05-13 00:57:37 +02:00
INSTALL Initial revision with basic autotools tree 2012-05-13 00:57:37 +02:00
Makefile.am Initial revision with basic autotools tree 2012-05-13 00:57:37 +02:00
NEWS Initial revision with basic autotools tree 2012-05-13 00:57:37 +02:00
README Added a small README file. 2012-05-21 15:44:24 +02:00
autogen.sh Initial revision with basic autotools tree 2012-05-13 00:57:37 +02:00
configure.ac Switched to GIO instead of DBus-GLib 2012-05-14 22:48:17 +02:00

README

Basics
======

media-remote-control is a home-project to control an MPRIS/PulseAudio based
media player over the network.

I have a PC at home that runs on the top floor of my house, from which the
sound is wired to both floors. Controlling it was a bit hard, as I had to go
upstairs to switch to the next track, or to raise/lower the volume. Thus the
idea came into my mind to write a small server software that controls this
environment over the network. My phone is always at my hand, and is connected
to my wireless network, so as my PC. media-remote-control runs on the PC,
provides a RESTful API over HTTP with a specific port, and can be controlled
from any AJAX-compatible browser.

Known limitations
=================

The protocol doesn't contain any authentication code yet. This may expose your
media player to hackers who can control your player if they hack your network.