mirror of
https://github.com/hassio-addons/repository.git
synced 2025-05-06 20:21:26 +00:00
🎉 Release of add-on Plex Media Server 2.5.0
This commit is contained in:
parent
6e35a35a78
commit
4758fa90a8
5 changed files with 24 additions and 28 deletions
|
@ -911,10 +911,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/v2.4.2
|
[addon-plex]: https://github.com/hassio-addons/addon-plex/tree/v2.5.0
|
||||||
[addon-doc-plex]: https://github.com/hassio-addons/addon-plex/blob/v2.4.2/README.md
|
[addon-doc-plex]: https://github.com/hassio-addons/addon-plex/blob/v2.5.0/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-v2.4.2-blue.svg
|
[plex-version-shield]: https://img.shields.io/badge/version-v2.5.0-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
|
||||||
|
|
|
@ -1,11 +1,13 @@
|
||||||
[Full Changelog][changelog]
|
## What’s changed
|
||||||
|
|
||||||
### 🔨 Changes
|
## 🧰 Maintenance
|
||||||
|
|
||||||
- ⬆ Upgrades Plex Media Server to 1.20.4.3517
|
- Cleanup repository @frenck (#47)
|
||||||
|
- Happy New Year @frenck (#48)
|
||||||
|
- Upgrade Code of Conduct @frenck (#49)
|
||||||
|
- Add new repository workflow @frenck (#50)
|
||||||
|
|
||||||
[changelog]: https://github.com/hassio-addons/addon-plex/compare/v2.4.1...v2.4.2
|
## ⬆️ Dependency updates
|
||||||
|
|
||||||
Questions? Join our Discord server! https://discord.me/hassioaddons
|
- ⬆️ Upgrades Plex Media Server to 1.21.1.3876 @cappee (#45)
|
||||||
Enjoying my add-ons? Consider supporting my work:
|
- Upgrade add-on base image to 6.1.0 @frenck (#51)
|
||||||
https://github.com/sponsors/frenck or https://patreon.com/frenck
|
|
||||||
|
|
16
plex/DOCS.md
16
plex/DOCS.md
|
@ -46,7 +46,7 @@ dealing with an unknown issue. Possible values are:
|
||||||
- `debug`: Shows detailed debug information.
|
- `debug`: Shows detailed debug information.
|
||||||
- `info`: Normal (usually) interesting events.
|
- `info`: Normal (usually) interesting events.
|
||||||
- `warning`: Exceptional occurrences that are not errors.
|
- `warning`: Exceptional occurrences that are not errors.
|
||||||
- `error`: Runtime errors that do not require immediate action.
|
- `error`: Runtime errors that do not require immediate action.
|
||||||
- `fatal`: Something went terribly wrong. Add-on becomes unusable.
|
- `fatal`: Something went terribly wrong. Add-on becomes unusable.
|
||||||
|
|
||||||
Please note that each level automatically includes log messages from a
|
Please note that each level automatically includes log messages from a
|
||||||
|
@ -154,16 +154,15 @@ Plex Media Server.
|
||||||
## Changelog & Releases
|
## Changelog & Releases
|
||||||
|
|
||||||
This repository keeps a change log using [GitHub's releases][releases]
|
This repository keeps a change log using [GitHub's releases][releases]
|
||||||
functionality. The format of the log is based on
|
functionality.
|
||||||
[Keep a Changelog][keepchangelog].
|
|
||||||
|
|
||||||
Releases are based on [Semantic Versioning][semver], and use the format
|
Releases are based on [Semantic Versioning][semver], and use the format
|
||||||
of ``MAJOR.MINOR.PATCH``. In a nutshell, the version will be incremented
|
of `MAJOR.MINOR.PATCH`. In a nutshell, the version will be incremented
|
||||||
based on the following:
|
based on the following:
|
||||||
|
|
||||||
- ``MAJOR``: Incompatible or major changes.
|
- `MAJOR`: Incompatible or major changes.
|
||||||
- ``MINOR``: Backwards-compatible new features and enhancements.
|
- `MINOR`: Backwards-compatible new features and enhancements.
|
||||||
- ``PATCH``: Backwards-compatible bugfixes and package updates.
|
- `PATCH`: Backwards-compatible bugfixes and package updates.
|
||||||
|
|
||||||
## Support
|
## Support
|
||||||
|
|
||||||
|
@ -191,7 +190,7 @@ check [the contributor's page][contributors].
|
||||||
|
|
||||||
MIT License
|
MIT License
|
||||||
|
|
||||||
Copyright (c) 2018-2020 Franck Nijhof
|
Copyright (c) 2018-2021 Franck Nijhof
|
||||||
|
|
||||||
Permission is hereby granted, free of charge, to any person obtaining a copy
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||||
of this software and associated documentation files (the "Software"), to deal
|
of this software and associated documentation files (the "Software"), to deal
|
||||||
|
@ -217,7 +216,6 @@ SOFTWARE.
|
||||||
[forum]: https://community.home-assistant.io/t/home-assistant-community-add-on-plex-media-server/54383?u=frenck
|
[forum]: https://community.home-assistant.io/t/home-assistant-community-add-on-plex-media-server/54383?u=frenck
|
||||||
[frenck]: https://github.com/frenck
|
[frenck]: https://github.com/frenck
|
||||||
[issue]: https://github.com/hassio-addons/addon-plex/issues
|
[issue]: https://github.com/hassio-addons/addon-plex/issues
|
||||||
[keepchangelog]: http://keepachangelog.com/en/1.0.0/
|
|
||||||
[reddit]: https://reddit.com/r/homeassistant
|
[reddit]: https://reddit.com/r/homeassistant
|
||||||
[releases]: https://github.com/hassio-addons/addon-plex/releases
|
[releases]: https://github.com/hassio-addons/addon-plex/releases
|
||||||
[semver]: http://semver.org/spec/v2.0.0.htm
|
[semver]: http://semver.org/spec/v2.0.0.htm
|
||||||
|
|
|
@ -24,9 +24,9 @@ and streams them to all of your devices.
|
||||||
[forum]: https://community.home-assistant.io/t/home-assistant-community-add-on-plex-media-server/54383?u=frenck
|
[forum]: https://community.home-assistant.io/t/home-assistant-community-add-on-plex-media-server/54383?u=frenck
|
||||||
[github-sponsors-shield]: https://frenck.dev/wp-content/uploads/2019/12/github_sponsor.png
|
[github-sponsors-shield]: https://frenck.dev/wp-content/uploads/2019/12/github_sponsor.png
|
||||||
[github-sponsors]: https://github.com/sponsors/frenck
|
[github-sponsors]: https://github.com/sponsors/frenck
|
||||||
[maintenance-shield]: https://img.shields.io/maintenance/yes/2020.svg
|
[maintenance-shield]: https://img.shields.io/maintenance/yes/2021.svg
|
||||||
[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-v2.4.2-blue.svg
|
[release-shield]: https://img.shields.io/badge/version-v2.5.0-blue.svg
|
||||||
[release]: https://github.com/hassio-addons/addon-plex/tree/v2.4.2
|
[release]: https://github.com/hassio-addons/addon-plex/tree/v2.5.0
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "Plex Media Server",
|
"name": "Plex Media Server",
|
||||||
"version": "2.4.2",
|
"version": "2.5.0",
|
||||||
"slug": "plex",
|
"slug": "plex",
|
||||||
"description": "Recorded media, live TV, online news, and podcasts ready to stream.",
|
"description": "Recorded media, live TV, online news, and podcasts ready to stream.",
|
||||||
"url": "https://github.com/hassio-addons/addon-plex",
|
"url": "https://github.com/hassio-addons/addon-plex",
|
||||||
|
@ -17,7 +17,6 @@
|
||||||
"share:rw",
|
"share:rw",
|
||||||
"ssl"
|
"ssl"
|
||||||
],
|
],
|
||||||
"boot": "auto",
|
|
||||||
"ports": {
|
"ports": {
|
||||||
"1900/udp": 1900,
|
"1900/udp": 1900,
|
||||||
"3005/tcp": 3005,
|
"3005/tcp": 3005,
|
||||||
|
@ -45,9 +44,6 @@
|
||||||
"33443/tcp": "WebTools"
|
"33443/tcp": "WebTools"
|
||||||
},
|
},
|
||||||
"hassio_api": true,
|
"hassio_api": true,
|
||||||
"hassio_role": "default",
|
|
||||||
"homeassistant_api": false,
|
|
||||||
"host_network": false,
|
|
||||||
"options": {
|
"options": {
|
||||||
"claim_code": "",
|
"claim_code": "",
|
||||||
"webtools": false
|
"webtools": false
|
||||||
|
@ -57,5 +53,5 @@
|
||||||
"claim_code": "str",
|
"claim_code": "str",
|
||||||
"webtools": "bool"
|
"webtools": "bool"
|
||||||
},
|
},
|
||||||
"image": "hassioaddons/plex-{arch}"
|
"image": "ghcr.io/hassio-addons/plex/{arch}"
|
||||||
}
|
}
|
Loading…
Add table
Add a link
Reference in a new issue