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

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

Open
3 tasks done
ericvlog opened this issue Nov 2, 2024 · 3 comments
Open
3 tasks done

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

ericvlog opened this issue Nov 2, 2024 · 3 comments

Comments

@ericvlog
Copy link

ericvlog commented Nov 2, 2024

Confirmation

  • I have read the README.md on the project homepage
  • I have checked if identical issue already exists
  • I have tried downgrading to find version that can be used as a workaround

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
Copy link
Author

ericvlog commented Nov 2, 2024

image

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

@glensc
Copy link
Collaborator

glensc commented Nov 4, 2024

Config file contents

No response

@glensc
Copy link
Collaborator

glensc commented Nov 4, 2024

Inspect of problematic items

No response

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants