diff --git a/README.md b/README.md index 64e6e1fd5..b52a172ee 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/381dc2b -[addon-doc-plex]: https://github.com/hassio-addons/addon-plex/blob/381dc2b/README.md +[addon-plex]: https://github.com/hassio-addons/addon-plex/tree/c6b078a +[addon-doc-plex]: https://github.com/hassio-addons/addon-plex/blob/c6b078a/README.md [plex-issue]: https://github.com/hassio-addons/addon-plex/issues -[plex-version-shield]: https://img.shields.io/badge/version-381dc2b-blue.svg +[plex-version-shield]: https://img.shields.io/badge/version-c6b078a-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 12180d52e..d27cf7294 100644 --- a/plex/CHANGELOG.md +++ b/plex/CHANGELOG.md @@ -1,2 +1,4 @@ -# Changelog since v2.7.3 -- ⬆️ Upgrades Plex Media Server to 1.25.5.5492 (#145) +# Changelog since v2.7.4 +- Exclude cache from backup (#144) + +Co-authored-by: Franck Nijhof diff --git a/plex/README.md b/plex/README.md index 0cda9b5d9..ef2643df5 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-381dc2b-blue.svg -[release]: https://github.com/hassio-addons/addon-plex/tree/381dc2b \ No newline at end of file +[release-shield]: https://img.shields.io/badge/version-c6b078a-blue.svg +[release]: https://github.com/hassio-addons/addon-plex/tree/c6b078a \ No newline at end of file diff --git a/plex/config.yaml b/plex/config.yaml index dc4cf984c..40c738201 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: 381dc2b +version: c6b078a webui: http://[HOST]:[PORT:32400]/web