From 112a04ea7f068ed26b61f95c5b459c072b5f3c4a Mon Sep 17 00:00:00 2001 From: "Community Hass.io Add-ons Bot" Date: Fri, 10 Jun 2022 10:57:37 +0000 Subject: [PATCH] :arrow_up: Updating add-on Plex Media Server to 3a31552 --- README.md | 6 +++--- plex/CHANGELOG.md | 2 ++ plex/DOCS.md | 34 +++------------------------------- plex/README.md | 4 ++-- plex/config.yaml | 8 +------- plex/translations/en.yaml | 7 ------- 6 files changed, 11 insertions(+), 50 deletions(-) diff --git a/README.md b/README.md index 781f7e5e0..c0f84c723 100644 --- a/README.md +++ b/README.md @@ -899,10 +899,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/ff89bc1 -[addon-doc-plex]: https://github.com/hassio-addons/addon-plex/blob/ff89bc1/README.md +[addon-plex]: https://github.com/hassio-addons/addon-plex/tree/3a31552 +[addon-doc-plex]: https://github.com/hassio-addons/addon-plex/blob/3a31552/README.md [plex-issue]: https://github.com/hassio-addons/addon-plex/issues -[plex-version-shield]: https://img.shields.io/badge/version-ff89bc1-blue.svg +[plex-version-shield]: https://img.shields.io/badge/version-3a31552-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 0829d17ca..a93c29f6b 100644 --- a/plex/CHANGELOG.md +++ b/plex/CHANGELOG.md @@ -1,4 +1,6 @@ # Changelog since v2.9.0 +- 🔥 Drop Webtools (#155) +- 📚 Use new My Home Assistant link format (#154) - ⬆️ Upgrades add-on base image to 8.0.0 (#153) * ⬆️ Upgrades add-on base image to 8.0.0 diff --git a/plex/DOCS.md b/plex/DOCS.md index 4b70bbcd0..9f217cc66 100644 --- a/plex/DOCS.md +++ b/plex/DOCS.md @@ -23,14 +23,8 @@ comparison to installing any other Home Assistant add-on. 1. Check the logs of the "Plex Media Server" to see if everything went well. 1. Login to the Plex admin interface and complete the setup process. -Home Assistant, by default, ships with the Community Add-ons store installed. -However, if it is missing (for any reason), you can add it by clicking the -button My button below. - -[![Add repository to your Home Assitant instance.][repository-badge]][repository] - -**NOTE**: When adding media locations, please use `/share` as the base -directory. +**NOTE**: When adding media locations, please use `/share` and `/media` +as the base directories. ## Configuration @@ -41,7 +35,6 @@ Example add-on configuration: ```yaml log_level: info claim_code: claim-cAMrqFrenckFU4x445Tn -webtools: true ``` **Note**: _This is just an example, don't copy and paste it! Create your own!_ @@ -75,24 +68,6 @@ In order to get your code surf to . This code is only used once by the add-on. As soon as the server is successfully authenticated with Plex, the code may be removed. -### Option: `webtools` - -[WebTools][webtools] is a plug-in that contains a collection of tools -for the Plex Media Server. - -Some of the tools: - -- Manage Subs (Subtitles) -- Logs (PMS) -- UAS (Unsupported App Store) -- FindMedia -- PlayLists -- TechInfo - -The plugin also allows you to add and install custom plugins. - -Set this variable to `true` to enable it. - ## Solving connection issues with Plex Plex is pretty straightforward and pretty easy to set up. Most of the @@ -198,7 +173,7 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. [addon-badge]: https://my.home-assistant.io/badges/supervisor_addon.svg -[addon]: https://my.home-assistant.io/redirect/supervisor_addon/?addon=a0d7b954_plex +[addon]: https://my.home-assistant.io/redirect/supervisor_addon/?addon=a0d7b954_plex&repository_url=https%3A%2F%2Fgithub.com%2Fhassio-addons%2Frepository [contributors]: https://github.com/hassio-addons/addon-plex/graphs/contributors [discord-ha]: https://discord.gg/c5DvZ4e [discord]: https://discord.me/hassioaddons @@ -207,7 +182,4 @@ SOFTWARE. [issue]: https://github.com/hassio-addons/addon-plex/issues [reddit]: https://reddit.com/r/homeassistant [releases]: https://github.com/hassio-addons/addon-plex/releases -[repository-badge]: https://my.home-assistant.io/badges/supervisor_add_addon_repository.svg -[repository]: https://my.home-assistant.io/redirect/supervisor_add_addon_repository/?repository_url=https%3A%2F%2Fgithub.com%2Fhassio-addons%2Frepository [semver]: http://semver.org/spec/v2.0.0.htm -[webtools]: https://github.com/ukdtom/WebTools.bundle/wiki diff --git a/plex/README.md b/plex/README.md index aaed09fa0..b79959227 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-ff89bc1-blue.svg -[release]: https://github.com/hassio-addons/addon-plex/tree/ff89bc1 \ No newline at end of file +[release-shield]: https://img.shields.io/badge/version-3a31552-blue.svg +[release]: https://github.com/hassio-addons/addon-plex/tree/3a31552 \ No newline at end of file diff --git a/plex/config.yaml b/plex/config.yaml index 5a1f80f7d..8a7ed40c2 100644 --- a/plex/config.yaml +++ b/plex/config.yaml @@ -20,7 +20,6 @@ map: name: Plex Media Server options: claim_code: '' - webtools: false ports: 3005/tcp: 3005 32400/tcp: 32400 @@ -29,8 +28,6 @@ ports: 32413/udp: 32413 32414/udp: 32414 32469/tcp: 32469 - 33400/tcp: 33400 - 33443/tcp: 33443 8324/tcp: 8324 ports_description: 3005/tcp: Plex Home Theater via Plex Companion @@ -40,15 +37,12 @@ ports_description: 32413/udp: GDM network discovery 32414/udp: GDM network discovery 32469/tcp: Plex DLNA Server - 33400/tcp: WebTools - 33443/tcp: WebTools 8324/tcp: Plex for Roku via Plex Companion schema: claim_code: str log_level: list(trace|debug|info|notice|warning|error|fatal)? - webtools: bool slug: plex startup: services url: https://github.com/hassio-addons/addon-plex -version: ff89bc1 +version: 3a31552 webui: http://[HOST]:[PORT:32400]/web diff --git a/plex/translations/en.yaml b/plex/translations/en.yaml index 4079400cd..7da122272 100644 --- a/plex/translations/en.yaml +++ b/plex/translations/en.yaml @@ -9,11 +9,6 @@ configuration: description: >- To allow your server to sign-in to your Plex account, it needs a so-called "Claim Code". In order to get your code surf to: https://www.plex.tv/claim - webtools: - name: WebTools - description: >- - Install and enable the WebTools plug-in that contains a collection of - tools for the Plex Media Server. network: 3005/tcp: Plex Home Theater via Plex Companion 8324/tcp: Plex for Roku via Plex Companion @@ -23,5 +18,3 @@ network: 32413/udp: GDM network discovery 32414/udp: GDM network discovery 32469/tcp: Plex DLNA Server - 33400/tcp: WebTools - 33443/tcp: WebTools