Update to moonlight-embedded 2.1.4

This commit is contained in:
Gustavo 2016-03-01 19:28:17 -03:00
parent 1eb2701d52
commit 2220180639
6 changed files with 10 additions and 3 deletions

View File

@ -2,14 +2,18 @@
Only for Raspberry Pi 2 and Openelec. Only for Raspberry Pi 2 and Openelec.
##Installation ##Installation
- Download a release - Download the latest release
- Copy the file to the Openelec - Copy the file to the Openelec
- Go to Settings > Addons > Install from zip file - Go to Settings > Addons > Install from zip file
##Features ##Features
- Pair - Automatic pair
- Automatic discover server ip (can be set in settings if necessary)
- List available games - List available games
- Stream - Stream
##Screenshot
![Screenshot](http://dead.github.io/images/moonlight-openelec.png "Screenshot")
##Bugs ##Bugs
- Feel free to open a issue. - Feel free to open a issue.

View File

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8" standalone="yes"?> <?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<addon id="script.moonlight" name="Moonlight" version="1.0.5" provider-name="dead"> <addon id="script.moonlight" name="Moonlight" version="1.0.6" provider-name="dead">
<requires> <requires>
<import addon="xbmc.python" version="2.14.0"/> <import addon="xbmc.python" version="2.14.0"/>
</requires> </requires>

Binary file not shown.

View File

@ -1,3 +1,6 @@
v1.0.6
Update to moonlight-embedded 2.1.4
v1.0.5 v1.0.5
Fix service not working when setting a ip address. Fix service not working when setting a ip address.