Adapter: Tautulli
What it supports
How indexing works
Output shape
Workflows (recommended)
Endpoints used (for debugging)
Last updated
Last updated
{
"type": "movie",
"ids": {
"imdb": "tt123",
"tmdb": "456",
"tvdb": "0",
"plex": "12345",
"guid": "plex://movie/..."
},
"title": "…",
"year": 2024,
"watched_at": "2025-12-30T23:54:11Z"
}{
"type": "episode",
"ids": {
"imdb": "ttSHOW",
"tmdb": "157741",
"tvdb": "397424",
"plex": "40759",
"guid": "plex://show/..."
},
"title": "Episode title",
"year": 2025,
"season": 2,
"episode": 4,
"watched_at": "2025-12-30T23:54:11Z",
"series_title": "Show title (when available)",
"show_ids": {
"imdb": "ttSHOW",
"tmdb": "157741",
"tvdb": "397424",
"plex": "40759",
"guid": "plex://show/..."
}
}