Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add sync command, fix for deprecation of running without a command #18

Open
wants to merge 3 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`.
Expand Down
2 changes: 1 addition & 1 deletion root/defaults/abc
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
# min hour day month weekday command
0 */2 * * * /usr/bin/with-contenv python3 -m plextraktsync
0 */2 * * * /usr/bin/with-contenv python3 -m plextraktsync sync