From 2fc202710bbb31e75f71e318e13847b35292bf65 Mon Sep 17 00:00:00 2001 From: Arjen Hissink Date: Sat, 27 Jul 2024 09:50:02 +0200 Subject: [PATCH 1/2] Add sync command Running Plextraktsync without a command is deprecated conform a warning message shown at running without a command. --- root/defaults/abc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/root/defaults/abc b/root/defaults/abc index e2e9372..6c9d95b 100644 --- a/root/defaults/abc +++ b/root/defaults/abc @@ -1,2 +1,2 @@ # min hour day month weekday command -0 */2 * * * /usr/bin/with-contenv python3 -m plextraktsync \ No newline at end of file +0 */2 * * * /usr/bin/with-contenv python3 -m plextraktsync sync From f784e1eaf7f5dec89b8c81c6a3f2c20527ec3838 Mon Sep 17 00:00:00 2001 From: Arjen Hissink Date: Sat, 27 Jul 2024 10:11:12 +0200 Subject: [PATCH 2/2] Update README.md Update change log to incorporate fix for deprecation of running without a command. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 70c6680..c3fe3dc 100644 --- a/README.md +++ b/README.md @@ -197,6 +197,7 @@ Once registered you can define the dockerfile to use with `-f Dockerfile.aarch64 ## Versions +* **27.07.24:** - Add ̀`sync` command to `plextraktsync` in cron file per deprecation warning of running without a command. * **28.05.24:** - Rebase to alpine 3.20. * **16.05.23:** - Rebase to alpine 3.18, deprecate arm32v7 (armhf) per [this notice](https://info.linuxserver.io/issues/2023-05-06-armhf/). * **24.07.22:** - Check for `config.yml` instead of the deprecated `config.json`.