diff --git a/README.md b/README.md index 34d60dc54..1166f7a82 100644 --- a/README.md +++ b/README.md @@ -770,10 +770,10 @@ SOFTWARE. [pi-hole-amd64-shield]: https://img.shields.io/badge/amd64-yes-green.svg [pi-hole-armhf-shield]: https://img.shields.io/badge/armhf-yes-green.svg [pi-hole-i386-shield]: https://img.shields.io/badge/i386-yes-green.svg -[addon-plex]: https://github.com/hassio-addons/addon-plex/tree/784629a -[addon-doc-plex]: https://github.com/hassio-addons/addon-plex/blob/784629a/README.md +[addon-plex]: https://github.com/hassio-addons/addon-plex/tree/cf8784d +[addon-doc-plex]: https://github.com/hassio-addons/addon-plex/blob/cf8784d/README.md [plex-issue]: https://github.com/hassio-addons/addon-plex/issues -[plex-version-shield]: https://img.shields.io/badge/version-784629a-blue.svg +[plex-version-shield]: https://img.shields.io/badge/version-cf8784d-blue.svg [plex-pulls-shield]: https://img.shields.io/docker/pulls/hassioaddons/plex-armhf.svg [plex-aarch64-shield]: https://img.shields.io/badge/aarch64-no-red.svg [plex-amd64-shield]: https://img.shields.io/badge/amd64-yes-green.svg diff --git a/plex/CHANGELOG.md b/plex/CHANGELOG.md index 193efb742..e177bb6dc 100644 --- a/plex/CHANGELOG.md +++ b/plex/CHANGELOG.md @@ -1,5 +1,10 @@ # Changelog since v1.1.0 -2018/12/19 11:27 UTC - [784629a](https://github.com/hassio-addons/addon-plex/commit/784629a5d5a8f389df604261218f6eeb1443c749) by [@frenck](https://github.com/frenck) +2018/12/20 19:12 UTC - [cf8784d](https://github.com/hassio-addons/addon-plex/commit/cf8784d50919173743abe7189394edaa12a1c90f) by [@HoppingMonk](https://github.com/HoppingMonk) +> Limit supported machines (#10) + +Most ARM-based devices are supported, but a ARMv6 is not. + +2018/12/20 19:12 UTC - [784629a](https://github.com/hassio-addons/addon-plex/commit/784629a5d5a8f389df604261218f6eeb1443c749) by [@frenck](https://github.com/frenck) > :fire: Upgrades Plex Media Server to 1.14.1.5488 diff --git a/plex/README.md b/plex/README.md index b32406a12..e01af47bb 100644 --- a/plex/README.md +++ b/plex/README.md @@ -43,12 +43,12 @@ If you are more interested in stable releases of our add-ons: [buymeacoffee]: https://www.buymeacoffee.com/frenck [discord-shield]: https://img.shields.io/discord/478094546522079232.svg [discord]: https://discord.me/hassioaddons -[docs]: https://github.com/hassio-addons/addon-plex/blob/784629a/README.md +[docs]: https://github.com/hassio-addons/addon-plex/blob/cf8784d/README.md [forum-shield]: https://img.shields.io/badge/community-forum-brightgreen.svg [forum]: https://community.home-assistant.io/t/community-hass-io-add-on-plex-media-server/54383?u=frenck [maintenance-shield]: https://img.shields.io/maintenance/yes/2018.svg [patreon-shield]: https://www.frenck.nl/images/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-784629a-blue.svg -[release]: https://github.com/hassio-addons/addon-plex/tree/784629a \ No newline at end of file +[release-shield]: https://img.shields.io/badge/version-cf8784d-blue.svg +[release]: https://github.com/hassio-addons/addon-plex/tree/cf8784d \ No newline at end of file diff --git a/plex/config.json b/plex/config.json index 3d395b7cd..d71303340 100644 --- a/plex/config.json +++ b/plex/config.json @@ -1,6 +1,6 @@ { "name": "Plex Media Server", - "version": "784629a", + "version": "cf8784d", "slug": "plex", "description": "Recorded media, live TV, online news, and podcasts ready to stream.", "url": "https://community.home-assistant.io/t/community-hass-io-add-on-plex-media-server/54383?u=frenck", @@ -11,6 +11,19 @@ "armhf", "i386" ], + "machine": [ + "intel-nuc", + "qemux86", + "qemux86-64", + "qemuarm", + "qemuarm-64", + "raspberrypi2", + "raspberrypi3", + "raspberrypi3-64", + "tinker", + "odroid-c2", + "odroid-xu" + ], "map": [ "config:rw", "share:rw",