From 7fef1e9a72daef4323086c16cc47f4436116286f Mon Sep 17 00:00:00 2001 From: "Community Hass.io Add-ons Bot" Date: Sun, 26 Mar 2023 10:28:29 +0000 Subject: [PATCH] :arrow_up: Updating add-on Plex Media Server to cd82330 --- README.md | 6 +++--- plex/CHANGELOG.md | 4 ++-- plex/README.md | 4 ++-- plex/config.yaml | 44 ++++++++++++++++++++++---------------------- 4 files changed, 29 insertions(+), 29 deletions(-) diff --git a/README.md b/README.md index 3900cc5df..1772989ec 100644 --- a/README.md +++ b/README.md @@ -922,10 +922,10 @@ SOFTWARE. [node-red-armhf-shield]: https://img.shields.io/badge/armhf-yes-green.svg [node-red-armv7-shield]: https://img.shields.io/badge/armv7-yes-green.svg [node-red-i386-shield]: https://img.shields.io/badge/i386-yes-green.svg -[addon-plex]: https://github.com/hassio-addons/addon-plex/tree/1357544 -[addon-doc-plex]: https://github.com/hassio-addons/addon-plex/blob/1357544/README.md +[addon-plex]: https://github.com/hassio-addons/addon-plex/tree/cd82330 +[addon-doc-plex]: https://github.com/hassio-addons/addon-plex/blob/cd82330/README.md [plex-issue]: https://github.com/hassio-addons/addon-plex/issues -[plex-version-shield]: https://img.shields.io/badge/version-1357544-blue.svg +[plex-version-shield]: https://img.shields.io/badge/version-cd82330-blue.svg [plex-aarch64-shield]: https://img.shields.io/badge/aarch64-yes-green.svg [plex-amd64-shield]: https://img.shields.io/badge/amd64-yes-green.svg [plex-armhf-shield]: https://img.shields.io/badge/armhf-no-red.svg diff --git a/plex/CHANGELOG.md b/plex/CHANGELOG.md index 15ddc3ea6..ef02393ac 100644 --- a/plex/CHANGELOG.md +++ b/plex/CHANGELOG.md @@ -1,2 +1,2 @@ -# Changelog since v3.2.1 -- ⬆️ Update Plex Media Server to 1.31.0.6654 (#184) +# Changelog since v3.2.2 +- chore: update Plex Media Server to 1.31.2.6810 (#189) diff --git a/plex/README.md b/plex/README.md index 5203a9e31..7602859d4 100644 --- a/plex/README.md +++ b/plex/README.md @@ -47,5 +47,5 @@ If you are more interested in stable releases of our add-ons: [patreon-shield]: https://frenck.dev/wp-content/uploads/2019/12/patreon.png [patreon]: https://www.patreon.com/frenck [project-stage-shield]: https://img.shields.io/badge/project%20stage-production%20ready-brightgreen.svg -[release-shield]: https://img.shields.io/badge/version-1357544-blue.svg -[release]: https://github.com/hassio-addons/addon-plex/tree/1357544 \ No newline at end of file +[release-shield]: https://img.shields.io/badge/version-cd82330-blue.svg +[release]: https://github.com/hassio-addons/addon-plex/tree/cd82330 \ No newline at end of file diff --git a/plex/config.yaml b/plex/config.yaml index 00369c917..8a13ca7c0 100644 --- a/plex/config.yaml +++ b/plex/config.yaml @@ -1,48 +1,48 @@ +name: Plex Media Server +version: cd82330 +slug: plex +description: Recorded media, live TV, online news, and podcasts ready to stream. +url: https://github.com/hassio-addons/addon-plex +codenotary: codenotary@frenck.dev +webui: http://[HOST]:[PORT:32400]/web +startup: services +init: false arch: - aarch64 - amd64 - armv7 -backup_exclude: -- '**/Plex Media Server/Cache/**' -- '**/Plex Media Server/Plug-in Support/Caches/**' -- '**/Plex Media Server/Logs/**' -- '**/Plex Media Server/Crash Reports/**' -- '**/Plex Media Server/Diagnostics/**' -codenotary: codenotary@frenck.dev -description: Recorded media, live TV, online news, and podcasts ready to stream. -hassio_api: true -image: ghcr.io/hassio-addons/plex/{arch} -init: false map: - media:rw - share:rw - ssl -name: Plex Media Server -options: - claim_code: '' ports: 3005/tcp: 3005 + 8324/tcp: 8324 32400/tcp: 32400 32410/udp: 32410 32412/udp: 32412 32413/udp: 32413 32414/udp: 32414 32469/tcp: 32469 - 8324/tcp: 8324 ports_description: 3005/tcp: Plex Home Theater via Plex Companion + 8324/tcp: Plex for Roku via Plex Companion 32400/tcp: Plex Media Server Interface 32410/udp: GDM network discovery 32412/udp: GDM network discovery 32413/udp: GDM network discovery 32414/udp: GDM network discovery 32469/tcp: Plex DLNA Server - 8324/tcp: Plex for Roku via Plex Companion +hassio_api: true +backup_exclude: +- '**/Plex Media Server/Cache/**' +- '**/Plex Media Server/Plug-in Support/Caches/**' +- '**/Plex Media Server/Logs/**' +- '**/Plex Media Server/Crash Reports/**' +- '**/Plex Media Server/Diagnostics/**' +options: + claim_code: '' schema: - claim_code: str log_level: list(trace|debug|info|notice|warning|error|fatal)? -slug: plex -startup: services -url: https://github.com/hassio-addons/addon-plex -version: '1357544' -webui: http://[HOST]:[PORT:32400]/web + claim_code: str +image: ghcr.io/hassio-addons/plex/{arch}