⬆️ Updating add-on Plex Media Server to cd82330

This commit is contained in:
Community Hass.io Add-ons Bot 2023-03-26 10:28:29 +00:00
parent 3ae7529dd5
commit 7fef1e9a72
4 changed files with 29 additions and 29 deletions

View file

@ -922,10 +922,10 @@ SOFTWARE.
[node-red-armhf-shield]: https://img.shields.io/badge/armhf-yes-green.svg [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-armv7-shield]: https://img.shields.io/badge/armv7-yes-green.svg
[node-red-i386-shield]: https://img.shields.io/badge/i386-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-plex]: https://github.com/hassio-addons/addon-plex/tree/cd82330
[addon-doc-plex]: https://github.com/hassio-addons/addon-plex/blob/1357544/README.md [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-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-aarch64-shield]: https://img.shields.io/badge/aarch64-yes-green.svg
[plex-amd64-shield]: https://img.shields.io/badge/amd64-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 [plex-armhf-shield]: https://img.shields.io/badge/armhf-no-red.svg

View file

@ -1,2 +1,2 @@
# Changelog since v3.2.1 # Changelog since v3.2.2
- ⬆️ Update Plex Media Server to 1.31.0.6654 (#184) - chore: update Plex Media Server to 1.31.2.6810 (#189)

View file

@ -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-shield]: https://frenck.dev/wp-content/uploads/2019/12/patreon.png
[patreon]: https://www.patreon.com/frenck [patreon]: https://www.patreon.com/frenck
[project-stage-shield]: https://img.shields.io/badge/project%20stage-production%20ready-brightgreen.svg [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-shield]: https://img.shields.io/badge/version-cd82330-blue.svg
[release]: https://github.com/hassio-addons/addon-plex/tree/1357544 [release]: https://github.com/hassio-addons/addon-plex/tree/cd82330

View file

@ -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: arch:
- aarch64 - aarch64
- amd64 - amd64
- armv7 - 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: map:
- media:rw - media:rw
- share:rw - share:rw
- ssl - ssl
name: Plex Media Server
options:
claim_code: ''
ports: ports:
3005/tcp: 3005 3005/tcp: 3005
8324/tcp: 8324
32400/tcp: 32400 32400/tcp: 32400
32410/udp: 32410 32410/udp: 32410
32412/udp: 32412 32412/udp: 32412
32413/udp: 32413 32413/udp: 32413
32414/udp: 32414 32414/udp: 32414
32469/tcp: 32469 32469/tcp: 32469
8324/tcp: 8324
ports_description: ports_description:
3005/tcp: Plex Home Theater via Plex Companion 3005/tcp: Plex Home Theater via Plex Companion
8324/tcp: Plex for Roku via Plex Companion
32400/tcp: Plex Media Server Interface 32400/tcp: Plex Media Server Interface
32410/udp: GDM network discovery 32410/udp: GDM network discovery
32412/udp: GDM network discovery 32412/udp: GDM network discovery
32413/udp: GDM network discovery 32413/udp: GDM network discovery
32414/udp: GDM network discovery 32414/udp: GDM network discovery
32469/tcp: Plex DLNA Server 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: schema:
claim_code: str
log_level: list(trace|debug|info|notice|warning|error|fatal)? log_level: list(trace|debug|info|notice|warning|error|fatal)?
slug: plex claim_code: str
startup: services image: ghcr.io/hassio-addons/plex/{arch}
url: https://github.com/hassio-addons/addon-plex
version: '1357544'
webui: http://[HOST]:[PORT:32400]/web