mirror of
https://github.com/linuxserver/libreelec-addons.git
synced 2026-01-23 23:43:28 +08:00
27 lines
973 B
XML
27 lines
973 B
XML
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
|
|
<addon id="docker.linuxserver.plex"
|
|
name="Plex (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>Plex Media Server as a Docker container</summary>
|
|
<description>
|
|
Plex organizes video, music and photos from personal media libraries and streams them to smart televisions, streaming boxes and mobile devices.
|
|
|
|
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>
|