Taxel / PlexTraktSync

A python script that syncs the movies, shows and ratings between trakt and Plex (without needing a PlexPass or Trakt VIP subscription)
MIT License
1.63k stars 106 forks source link

All my collection item auto rating highest at trakt.tv #2092

Open ericvlog opened 2 weeks ago

ericvlog commented 2 weeks ago

Confirmation

The problem

I noticed that all the recent items added to Plex are being automatically added to my Trakt collection as I settings. While I’m okay with this, I don’t want them to be rated on Trakt before I’ve had a chance to watch them.

However, it currently adds the ratings immediately after the items are added to the collection if they already exist in my Plex.

Steps to reproduce the behavior

  scheduler:
    image: mcuadros/ofelia:latest
    container_name: scheduler
    depends_on:
      - plextraktsync
    command: daemon --docker
    volumes:
      - /var/run/docker.sock:/var/run/docker.sock:ro
    labels:
      ofelia.job-run.plextraktsync.schedule: "@every 6h"
      ofelia.job-run.plextraktsync.container: "plextraktsync"
      ofelia.job-run.plextraktsyncwatchlist.schedule: "@every 6h"
      ofelia.job-run.plextraktsyncwatchlist.container: "plextraktsync-watchlist"
    restart: unless-stopped
  plextraktsync:
    image: ghcr.io/taxel/plextraktsync:latest
    container_name: plextraktsync
    command: sync
    volumes:
      - ./plextraktsync/config:/app/config
  plextraktsyncwatch:
    image: ghcr.io/taxel/plextraktsync:latest
    container_name: plextraktsync-watch
    restart: unless-stopped
    command: watch
    volumes:
      - ./plextraktsync/config:/app/config
  plextraktsyncwatchlist:
    image: ghcr.io/taxel/plextraktsync:latest
    container_name: plextraktsync-watchlist
    command: sync
    volumes:
      - ./plextraktsyncwatchlist/config:/app/config

Error trace / logs

No response

Expected behavior

it should snyc only collection & watched status sync to trakt. If i manually add rating, it also will sync to trakt.

Inspect of problematic items

No response

Workarounds

No response

Config file contents

No response

Install method

docker-compose

Version

0.32.0

Python Version

3.11

Plex Server Version

4.138.0

Operating System and Version

debian

ericvlog commented 2 weeks ago

image

All collection sync by plextraktsync auto rating by 9.... thanks.

glensc commented 2 weeks ago

Config file contents

No response

glensc commented 2 weeks ago

Inspect of problematic items

No response