diff --git a/README.md b/README.md index eb61cdef..09fb2f42 100644 --- a/README.md +++ b/README.md @@ -853,10 +853,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/v2.7.4 -[addon-doc-plex]: https://github.com/hassio-addons/addon-plex/blob/v2.7.4/README.md +[addon-plex]: https://github.com/hassio-addons/addon-plex/tree/v2.7.5 +[addon-doc-plex]: https://github.com/hassio-addons/addon-plex/blob/v2.7.5/README.md [plex-issue]: https://github.com/hassio-addons/addon-plex/issues -[plex-version-shield]: https://img.shields.io/badge/version-v2.7.4-blue.svg +[plex-version-shield]: https://img.shields.io/badge/version-v2.7.5-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 89acb1fa..e3a6fe3b 100644 --- a/plex/CHANGELOG.md +++ b/plex/CHANGELOG.md @@ -1,5 +1,5 @@ ## What’s changed -## ⬆️ Dependency updates +## 🚀 Enhancements -- ⬆️ Upgrades Plex Media Server to 1.25.5.5492 @invis-z (#145) +- Exclude cache from backup @regevbr (#144) diff --git a/plex/README.md b/plex/README.md index 242f76b1..126a1123 100644 --- a/plex/README.md +++ b/plex/README.md @@ -44,5 +44,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-v2.7.4-blue.svg -[release]: https://github.com/hassio-addons/addon-plex/tree/v2.7.4 \ No newline at end of file +[release-shield]: https://img.shields.io/badge/version-v2.7.5-blue.svg +[release]: https://github.com/hassio-addons/addon-plex/tree/v2.7.5 \ No newline at end of file diff --git a/plex/config.yaml b/plex/config.yaml index e1c14300..cfb8eda0 100644 --- a/plex/config.yaml +++ b/plex/config.yaml @@ -3,6 +3,9 @@ arch: - amd64 - armv7 - i386 +backup_exclude: +- '**/Plex Media Server/Cache/**' +- '**/Plex Media Server/Plug-in Support/Caches/**' description: Recorded media, live TV, online news, and podcasts ready to stream. hassio_api: true image: ghcr.io/hassio-addons/plex/{arch} @@ -43,5 +46,5 @@ schema: slug: plex startup: services url: https://github.com/hassio-addons/addon-plex -version: 2.7.4 +version: 2.7.5 webui: http://[HOST]:[PORT:32400]/web