From d7c8da91b4fd5ca05a4cd448a300b81d9aaae441 Mon Sep 17 00:00:00 2001 From: Felix Ableitner Date: Sat, 29 Jun 2013 23:22:31 +0200 Subject: [PATCH] Updated readme. --- LICENSE.md | 2 +- README.md | 20 +++++++++++++++++++- 2 files changed, 20 insertions(+), 2 deletions(-) diff --git a/LICENSE.md b/LICENSE.md index 18a6e1e..5f2db9a 100644 --- a/LICENSE.md +++ b/LICENSE.md @@ -8,7 +8,7 @@ modification, are permitted provided that the following conditions are met: * Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. - * Neither the name of the nor the + * Neither the name of the author nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission. diff --git a/README.md b/README.md index 7253973..59405de 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,21 @@ +## Description + A DLNA/UPNP control point for Android. -The [Cling](http://4thline.org/projects/cling/) library is used for UPNP handling. \ No newline at end of file +Supports playback of audio and media files from any UPNP media server to any UPNP media renderer. + +Works on Android 2.2 (Gingerbread) and higher. + +[Download](http://f-droid.org/repository/browse/?fdid=com.github.nutomic.controldlna) + +Note about permissions: All permissions are required for UPNP. The app does not connect to the internet at all. + +## Building + +Android Support Library, [ActionBarSherlock](http://actionbarsherlock.com/) and [Cling](http://4thline.org/projects/cling/) are required for building. + +Binaries for Support Library and Cling are included in the libs folder. + +## License + +[BSD 3-Clause License](LICENSE.md) \ No newline at end of file