Skip to content

Commit

Permalink
Move rating_priority up
Browse files Browse the repository at this point in the history
For readability, otherwise it looks like it's under trakt_to_plex
  • Loading branch information
glensc committed Jan 16, 2024
1 parent 011c550 commit 838aa46
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions plextraktsync/config.default.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,13 @@ logging:

# settings for 'sync' command (default)
sync:
# Setting for whether ratings from one platform should have priority.
# Valid values are trakt, plex or none. (default: plex)
# none - No rating priority. Existing ratings are not overwritten.
# trakt - Trakt ratings have priority. Existing Plex ratings are overwritten.
# plex - Plex ratings have priority. Existing Trakt ratings are overwritten.
rating_priority: plex

plex_to_trakt:
collection: true
# Clear collected state of items not present in Plex
Expand All @@ -66,12 +73,6 @@ sync:
# 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
# Setting for whether ratings from one platform should have priority.
# Valid values are trakt, plex or none. (default: plex)
# none - No rating priority. Existing ratings are not overwritten.
# trakt - Trakt ratings have priority. Existing Plex ratings are overwritten.
# plex - Plex ratings have priority. Existing Trakt ratings are overwritten.
rating_priority: plex

# settings for 'watch' command
watch:
Expand Down

0 comments on commit 838aa46

Please sign in to comment.