├── .github
└── ISSUE_TEMPLATE
│ └── bug_report.md
├── README.md
├── logo.png
└── tautulli2trakt.sh
/.github/ISSUE_TEMPLATE/bug_report.md:
--------------------------------------------------------------------------------
1 | ---
2 | name: Bug report
3 | about: Create a report to help us improve
4 | title: ''
5 | labels: bug
6 | assignees: Generator
7 |
8 | ---
9 |
10 | **Describe the bug**
11 | A clear and concise description of what the bug is.
12 |
13 | **System:** #(please complete the following information)
14 | - OS: #( e.g. Linux/macOS/Docker)
15 | - Docker Image: # (Only if you are using Docker)
16 |
17 | **Additional context**
18 | Add any other context about the problem here.
19 |
--------------------------------------------------------------------------------
/README.md:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
Tautulli 2 Trakt
9 |
10 |
11 |
12 |
13 | ## Table of Contents
14 |
15 | * [Description](#description)
16 | * [Getting Started](#getting-started)
17 | * [Prerequisites](#prerequisites)
18 | * [Installation](#installation)
19 | * [Script Setup](#script-setup)
20 | * [Tautulli](#tautulli)
21 | * [Script Settings](#script-settings)
22 | * [Usage](#usage)
23 | * [License](#license)
24 | * [Similar Projects](#similar-projects)
25 |
26 | ## Description:
27 | Companion script for Tautulli to automatically scrobble media to Trakt.tv.
28 |
29 | ## Getting Started
30 | ### Prerequisites
31 | macOS only
32 | `brew install coreutils`
33 | ### Installation
34 | wget -O tautulli2trakt.sh https://raw.githubusercontent.com/Generator/tautulli2trakt/master/tautulli2trakt.sh
35 | chmod +x tautulli2trakt.sh
36 |
37 | ### Script Setup
38 | Create a new application https://trakt.tv/oauth/applications
39 | Add the follow settings:
40 |
41 | **Name:** `tautulli2trakt`
42 | **Redirect uri:** `urn:ietf:wg:oauth:2.0:oob`
43 | **Permissions:** `/scrobble`
44 |
45 |
46 | **DO NOT AUTHORIZE YET**
47 |
48 | Run script for initial setup and follow instructions
49 | `tautulli2trakt.sh --setup`
50 |
51 |
52 | ### Tautulli
53 |
54 | #### Add Script
55 | - `Settings` > `Notification Agents` > `Add a Notification Agent` > `Script`
56 |
57 | ### Script Settings
58 |
59 | #### Configuration
60 | - **Script Folder**
61 | - `