⛩️
shinkro
GithubDiscord
  • shinkro Documentation
  • Installation
    • Docker
    • Linux
    • Windows
  • Configuration
    • shinkro config.toml
    • shinkro MAL authentication
    • Reverse Proxy
  • Setup Plex or Tautulli
    • shinkro URL
    • Plex Webhook
    • Tautulli
  • Usage
    • General Usage FAQ
    • Correct Anime Matching
Powered by GitBook
On this page
  • Webhook Setup for shinkro:
  • Webhook Settings
  1. Setup Plex or Tautulli

Tautulli

Setup Tautulli notification agent for use with shinkro

PreviousPlex WebhookNextGeneral Usage FAQ

Last updated 1 year ago

This has the limitation of not being able to update ratings.

If you do not already have Tautulli setup, set it up using the official documentation .

Webhook Setup for shinkro:

  • Go to Settings

  • Click on Notification Agents

  • Next, click on Add a new notification agent

  • Choose Webhook from the list

Webhook Settings

Configuration

Webhook URL:

Figure out the URL to use according to the way you have setup shinkro:

Webhook Method: POST

Triggers: Watched

Conditions: Leave default.

Data:

Only need to enter data for Watched. JSON Headers: Leave empty

JSON Data:

Copy paste the json given below:

{
    "Account": {
        "title": "{username}"
    },
    "event": "media.scrobble",
    "Metadata": {
        "title": "{title}",
        "type": "{media_type}",
        "parentIndex": "{season_num}",
        "index": "{episode_num}",
        "guid": "{guid}",
        "Guid": [
            {
                "id": "imdb://{imdb_id}"
            },
            {
                "id": "tmdb://{themoviedb_id}"
            },
            {
                "id": "tvdb://{thetvdb_id}"
            }
        ],
        "grandparentKey": "/library/metadata/{grandparent_rating_key}",
        "grandparentTitle": "<episode>{show_name}</episode><movie>{title}</movie>",
        "librarySectionTitle": "{library_name}"
    }
}

Click on Save.

here
shinkro URL