Updated readme.

This commit is contained in:
Felix Ableitner 2013-06-29 23:22:31 +02:00
parent cf56498303
commit d7c8da91b4
2 changed files with 20 additions and 2 deletions

View file

@ -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 <organization> 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.

View file

@ -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.
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)