Profiles
Last updated
Was this helpful?
Was this helpful?
{
"plex": {
"account_token": "...",
"server_url": "http://plex.local:32400",
"instances": {
"PLEX-P01": {
"account_token": "...",
"server_url": "https://remote-plex.example"
}
}
}
}{
"pairs": [
{
"enabled": true,
"source": "PLEX",
"source_instance": "PLEX-P01",
"target": "TRAKT",
"target_instance": "TRAKT-P01",
"mode": "one-way",
"features": { "watchlist": true, "ratings": false, "history": true, "playlists": false }
}
]
}{
"scrobble": {
"watch": {
"routes": [
{
"id": "R1",
"enabled": true,
"provider": "plex",
"provider_instance": "default",
"sink": "trakt",
"sink_instance": "TRAKT-P01",
"filters": {}
}
]
}
}
}