Update to moonlight-embedded 2.1.4
This commit is contained in:
parent
1eb2701d52
commit
2220180639
|
@ -2,14 +2,18 @@
|
|||
Only for Raspberry Pi 2 and Openelec.
|
||||
|
||||
##Installation
|
||||
- Download a release
|
||||
- Download the latest release
|
||||
- Copy the file to the Openelec
|
||||
- Go to Settings > Addons > Install from zip file
|
||||
|
||||
##Features
|
||||
- Pair
|
||||
- Automatic pair
|
||||
- Automatic discover server ip (can be set in settings if necessary)
|
||||
- List available games
|
||||
- Stream
|
||||
|
||||
##Screenshot
|
||||
![Screenshot](http://dead.github.io/images/moonlight-openelec.png "Screenshot")
|
||||
|
||||
##Bugs
|
||||
- Feel free to open a issue.
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
<?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>
|
||||
<import addon="xbmc.python" version="2.14.0"/>
|
||||
</requires>
|
||||
|
|
Binary file not shown.
|
@ -1,3 +1,6 @@
|
|||
v1.0.6
|
||||
Update to moonlight-embedded 2.1.4
|
||||
|
||||
v1.0.5
|
||||
Fix service not working when setting a ip address.
|
||||
|
||||
|
|
Binary file not shown.
Binary file not shown.
Loading…
Reference in a new issue