mirror of
https://github.com/hassio-addons/repository-edge.git
synced 2025-05-03 18:51:32 +00:00
⬆️ Updating add-on Plex Media Server to 3a31552
This commit is contained in:
parent
147739c431
commit
112a04ea7f
6 changed files with 11 additions and 50 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
34
plex/DOCS.md
34
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 <https://www.plex.tv/claim>.
|
|||
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
|
||||
|
|
|
@ -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
|
||||
[release-shield]: https://img.shields.io/badge/version-3a31552-blue.svg
|
||||
[release]: https://github.com/hassio-addons/addon-plex/tree/3a31552
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue