mirror of
https://github.com/linuxserver/libreelec-addons.git
synced 2026-02-20 02:55:13 +08:00
27 lines
1.1 KiB
XML
27 lines
1.1 KiB
XML
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
|
|
<addon id="docker.linuxserver.sabnzbd"
|
|
name="SABnzbd (LinuxServer.io)"
|
|
version="1.0.1"
|
|
provider-name="linuxserver.io">
|
|
<requires>
|
|
<import addon="os.libreelec.tv" version="7.0"/>
|
|
<import addon="xbmc.python" version="2.1.0"/>
|
|
<import addon="service.system.docker" version="0.0.0" />
|
|
</requires>
|
|
<extension point="xbmc.service" library="default.py">
|
|
<provides></provides>
|
|
</extension>
|
|
<extension point="xbmc.addon.metadata">
|
|
<summary>SABnzbd in a docker container</summary>
|
|
<description>
|
|
SABnzbd makes Usenet as simple and streamlined as possible by automating everything we can. All you have to do is add an .nzb. SABnzbd takes over from there, where it will be automatically downloaded, verified, repaired, extracted and filed away with zero human interaction.
|
|
|
|
This is a docker container brought to you by the LinuxServer team.
|
|
Please visit www.linuxserver.io for more information.
|
|
</description>
|
|
<disclaimer>
|
|
</disclaimer>
|
|
<platform>all</platform>
|
|
</extension>
|
|
</addon>
|