How to sync Trakt's watchlist to Plex's new unified watchlist? #1207
-
Confirmation
The problemI am able to sync Trakt's watchlist to my personal server but, I want to be able to sync it to the new watchlist of Plex. Error trace / logs
Expected behaviorI want to be able to sync it to the new watchlist of Plex. Steps to reproduce the behavior
Inspect of problematic itemsNo response Workaroundsx Install methodpip Config file contentsVersion0.23.14 Python Version3.10.4 Operating System and VersionWindows 11 x64 |
Beta Was this translation helpful? Give feedback.
Replies: 4 comments 6 replies
-
Read and edit your |
Beta Was this translation helpful? Give feedback.
-
cache:
path: $PTS_CACHE_DIR/trakt_cache
excluded-libraries:
- Private
- Family Holidays
config:
dotenv_override: true
plex:
timeout: 30
logging:
append: true
# Whether to show timestamps in console messages
console_time: false
debug: false
filename: plextraktsync.log
filter:
# # Filter out all messages with level WARNING
# - level: WARNING
# # Filter out message with level WARNING and containing a text
# - level: WARNING
# message: "not found on Trakt"
# - message: "because provider local has no external Id"
# - message: "because provider none has no external Id"
# - message: "Retry using search for specific Plex Episode"
# settings for 'sync' command (default)
sync:
plex_to_trakt:
collection: false
ratings: false
watched_status: false
# If plex_to_trakt watchlist=false and trakt_to_plex watchlist=true
# the Plex watchlist will be overwritten by Trakt watchlist
watchlist: true
trakt_to_plex:
liked_lists: false
ratings: false
watched_status: false
# If trakt_to_plex watchlist=false and plex_to_trakt watchlist=true
# the Trakt watchlist will be overwritten by Plex watchlist
watchlist: true
# If you prefer to fetch trakt watchlist as a playlist instead of
# plex watchlist, toggle this to true (is read only if watchlist=true)
watchlist_as_playlist: false
# settings for 'watch' command
watch:
add_collection: false
remove_collection: false
# what video watched percentage (0 to 100) triggers the watched status
scrobble_threshold: 80
# true to scrobble only what's watched by you, false for all your PMS users
username_filter: true
xbmc-providers:
movies: imdb
shows: tvdb
# vim:ts=2:sw=2:et |
Beta Was this translation helpful? Give feedback.
-
This is my config file. Now, I am trying to sync my Trakt watchlist with Plex's new watchlist feature, which doesn't seem to import the watchlist from Trakt. |
Beta Was this translation helpful? Give feedback.
-
Can you show logs after you run a sync ? |
Beta Was this translation helpful? Give feedback.
I just realized I installed the module with pip. Now, reinstalled with pipx and the sync is working.
A big sorry for wasting your time. Thank you for the amazing module and your time.