-
Hi, Not sure if this is the correct place to document this, if not please advise where I can post this so it can help someone with the below. The "watch" command does not update your collection. I have PlexTraktSync running in a Linux Docker container and have set up the below cronjob to execute the sync command:
You can adjust the times to your liking. You can use https://crontab-generator.org/ to help with generating the correct cronjob |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
The Readme watch section (https://github.com/Taxel/PlexTraktSync#watch) already describes that the watch command does not update your collection. for your crontab example, you could do a PR to add this to the README here https://github.com/Taxel/PlexTraktSync#setup |
Beta Was this translation helpful? Give feedback.
-
An other way is to use a docker scheduler like Ofelia or Chadburn instead of cron. |
Beta Was this translation helpful? Give feedback.
The Readme watch section (https://github.com/Taxel/PlexTraktSync#watch) already describes that the watch command does not update your collection.
for your crontab example, you could do a PR to add this to the README here https://github.com/Taxel/PlexTraktSync#setup