remove old stuff
This commit is contained in:
parent
57b2908f20
commit
313962e585
|
@ -1,19 +0,0 @@
|
||||||
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
|
|
||||||
<addon id="script.moonlight" name="Moonlight" version="1.1.1" provider-name="dead">
|
|
||||||
<requires>
|
|
||||||
<import addon="xbmc.python" version="2.14.0"/>
|
|
||||||
</requires>
|
|
||||||
<extension point="xbmc.python.pluginsource" library="addon.py">
|
|
||||||
<provides>executable</provides>
|
|
||||||
</extension>
|
|
||||||
<extension point="xbmc.service" library="service.py">
|
|
||||||
</extension>
|
|
||||||
<extension point="xbmc.addon.metadata">
|
|
||||||
<platform>linux</platform>
|
|
||||||
<summary lang="en">Run moonlight</summary>
|
|
||||||
<description lang="en">Run moonlight</description>
|
|
||||||
<license>GNU General Public License, v2</license>
|
|
||||||
<language></language>
|
|
||||||
<email>gustavobenn@hotmail.com</email>
|
|
||||||
</extension>
|
|
||||||
</addon>
|
|
|
@ -1,41 +0,0 @@
|
||||||
v1.1.1
|
|
||||||
update to work with moonlight-embedded 2.4.3
|
|
||||||
|
|
||||||
v1.1.0
|
|
||||||
Rename github project to script.moonlight and update to work with moonlight-embedded 2.2.2
|
|
||||||
|
|
||||||
v1.0.11
|
|
||||||
Fixed libmoonlight-common.so not being found.
|
|
||||||
Added alternative dualshock3 mapping
|
|
||||||
|
|
||||||
v1.0.10
|
|
||||||
Update moonlight-embedded to 2.2.0
|
|
||||||
Added libcrypto and libssl so it now runs on OpenElec 5, 6, 7
|
|
||||||
Fixed a small issue in settings.
|
|
||||||
|
|
||||||
v1.0.9
|
|
||||||
Update moonlight-embedded, added support to GFE 2.11.X
|
|
||||||
|
|
||||||
v1.0.8
|
|
||||||
Fix xbox and dualshock3 mapping.
|
|
||||||
|
|
||||||
v1.0.7
|
|
||||||
Added custom width/height and audio settings.
|
|
||||||
|
|
||||||
v1.0.6
|
|
||||||
Update to moonlight-embedded 2.1.4
|
|
||||||
|
|
||||||
v1.0.5
|
|
||||||
Fix service not working when setting a ip address.
|
|
||||||
|
|
||||||
v1.0.4
|
|
||||||
Update to newest moonlight-embedded (2.1.3) and rename libs to lib
|
|
||||||
|
|
||||||
v1.0.2-3
|
|
||||||
Using ctypes instead popen, Fix pairing issue, add thumbnails to game list.
|
|
||||||
|
|
||||||
v1.0.1
|
|
||||||
Add Pair and List Options
|
|
||||||
|
|
||||||
v1.0.0
|
|
||||||
Initial Release
|
|
Loading…
Reference in a new issue