mirror of
https://github.com/SickGear/SickGear.git
synced 2024-11-15 17:35:04 +00:00
e56303798c
Initial SickGear for Python 3.
48 lines
1.7 KiB
XML
48 lines
1.7 KiB
XML
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
|
|
<addon id="service.sickgear.watchedstate.updater" name="SickGear Watched State Updater" version="%(ADDON_VERSION)s" provider-name="SickGear">
|
|
<requires>
|
|
<import addon="xbmc.python" version="2.19.0" />
|
|
<import addon="xbmc.json" version="6.20.0" />
|
|
<import addon="xbmc.addon" version="14.0.0" />
|
|
</requires>
|
|
<extension point="xbmc.service" library="service.py" start="login" />
|
|
<extension point="xbmc.python.pluginsource" library="service.py" >
|
|
<provides>executable</provides>
|
|
</extension>
|
|
<extension point="xbmc.addon.metadata">
|
|
<summary lang="en">SickGear Watched State Updater</summary>
|
|
<description lang="en">Notifies SickGear of episode watched state changes</description>
|
|
<platform>all</platform>
|
|
<language>en</language>
|
|
<disclaimer/>
|
|
<license/>
|
|
<forum/>
|
|
<website>https://github.com/sickgear/sickgear</website>
|
|
<email/>
|
|
<nofanart>true</nofanart>
|
|
<source>https://github.com/sickgear/sickgear</source>
|
|
<assets>
|
|
<icon>icon.png</icon>
|
|
</assets>
|
|
<news>[B]1.0.9[/B] (2022-10-30)
|
|
- New features are only compatible with Kodi (Matrix) and newer
|
|
- This is likely the final release for Kodi (Leia) and older (by using SickGear url /kodi-legacy)
|
|
[B]1.0.8[/B] (2020-12-08)
|
|
- Auto-negotiate http/s when connecting
|
|
[B]1.0.7[/B] (2020-01-21)
|
|
- Public release
|
|
[B]1.0.6[/B] (2020-01-18)
|
|
- Public test release
|
|
[B]1.0.5[/B] (2020-01-16)
|
|
- Fix service code for py3
|
|
[B]1.0.4[/B] (2019-08-13)
|
|
- Tidy up service code
|
|
[B]1.0.3[/B] (2018-02-28)
|
|
- Add episodeid to payload
|
|
[B]1.0.2[/B] (2017-11-15)
|
|
- Devel release for an SG API change
|
|
[B]1.0.0[/B] (2017-10-04)
|
|
- Initial release
|
|
</news>
|
|
</extension>
|
|
</addon>
|